function deliveryPopUp()
{
	var url = "/shop/delivery.html";
	var width = 500;
	var height = 380;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function luxuryPopUp(type)
{
	if (type == 2) {
		var url = "/shop/flowersize.html";
	} else {
		var url = "/shop/flowersize.html";
	}
	var width = 400;
	var height = 500;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function premiumPopUp(pid)
{
	var url = "/shop/flowersize.html";
	var width = 400;
	var height = 500;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=no';
	var win = window.open(url, 'win', winprops);
}

function privacyPopUp()
{
	var url = "/shop/privacy.html";
	var width = 450;
	var height = 500;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function safeShoppingPopUp()
{
	var url = "/shop/security.html";
	var width = 400;
	var height = 300;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function safeShoppingPopUp2()
{
	var url = "/images/<%=largeimage%>";
	var width = 400;
	var height = 300;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function refundPopUp()
{
	var url = "/shop/refund.html";
	var width = 400;
	var height = 300;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function LargerImagePopUp(itemid)
{
	var url = "/shop/item2.asp?itemid=" + itemid;
	var width = 430;
	var height = 430;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=no';
	
	var win = window.open(url, 'win', winprops);
}

function LargerImagePopUp2(itemid)
{
	var url = "/shop/item2.asp?itemid=" + itemid;
	var width = 430;
	var height = 430;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=no';
	
	var win = window.open(url, 'win', winprops);
}

function zipLookupPopUp()
{
	var url = "/popups/ziplookup.asp";
	var width = 525;
	var height = 450;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}
function guaranteePopUp()
{
	var url =  "/popups/guaranteepopup.asp?VID=" + vidjs;
	var width = 450;
	var height = 250;
	var winleft = 0;//(screen.width - width) / 2;
	var wintop = 0;//(screen.height - height) / 2;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}

function footerdeliveryPopUp()
{
	var url =  "/popups/deliverypolicy.asp?VID=" + vidjs;
	var width = 500;
	var height = 450;
	var winleft = 0;
	var wintop = 0;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',scrollbars=yes';
	var win = window.open(url, 'win', winprops);
	//return false;
}

function subPolicyPopup()
{
	var url =  SecureURLjs + "/popups/SubstitutionPolicy.asp?VID=" + vidjs;
	var winleft = 0;
	var wintop = 0;
	var width = 450;
	var height = 350;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}

function footersubPolicyPopup()
{
	var url = SecureURLjs + "/popups/SubstitutionPolicy.asp?VID=" + vidjs;
	var winleft = 0;
	var wintop = 0;
	var width = 450;
	var height = 350;
	var winprops = 'height='+height+',width='+width+',top='+wintop+',left='+winleft+',resizable=yes, scrollbars=yes';
	var win = window.open(url, 'win', winprops);
}
