function popUpLargeImage(imgfile, imgdes) 
{
	window.open("large_image.asp?title=" + imgdes + "&file=" + imgfile, "large_image", "toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,width=640,height=480");
}

function popUpShipping()
{
   	window.open("shipping.asp", "ship", "toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,width=320,height=240");
}
