/* Switzerland Old World Gifts JavaScript Document  
*******************************************
*  Created by Parker of Aniglyphics Media *
*  mparker@aniglyphics.com 				  *
*  07/13/2006							  *
*******************************************
*/

//--> Start Product Larger Image //
function popLargeProductIMG(target) {
	var winw = 450;
	var winh = 475;
	var winl = (screen.width-winw)/2;
	var wint = (screen.height-winh)/2;
	if (winl < 0) winl = 0;
	if (wint < 0) wint = 0;
	var	locate = "large-product-image.php?target="+target+"";
	var	win = window.open(locate,"ProductIMG","width="+winw+",height="+winh+",scrollbars=0,left="+winl+",top="+wint+"");
	win.focus();	
}
// END Product Larger Image <--//

//--> Start Product Larger Image //
function  popShipCalc() {
	var winw = 450;
	var winh = 475;
	var winl = (screen.width-winw)/2;
	var wint = (screen.height-winh)/2;
	if (winl < 0) winl = 0;
	if (wint < 0) wint = 0;
	var	locate = "e-store/shipping-calc.php";
	var	win = window.open(locate,"Shipping","width="+winw+",height="+winh+",scrollbars=0,left="+winl+",top="+wint+"");
	win.focus();	
}
// END Product Larger Image <--//

//--> Start Product Larger Image //
function popReturnPolicy() {
	var winw = 450;
	var winh = 475;
	var winl = (screen.width-winw)/2;
	var wint = (screen.height-winh)/2;
	if (winl < 0) winl = 0;
	if (wint < 0) wint = 0;
	var	locate = "return-policy.php";
	var	win = window.open(locate,"Returns","width="+winw+",height="+winh+",scrollbars=0,left="+winl+",top="+wint+"");
	win.focus();	
}
// END Product Larger Image <--//



