<!--

// FOR VALENTINE'S PORTAL
function shippingDeadlineLaunch()
{
	launchHelp('/cp/popup/shipping_deadlines','width=408,height=425,scrollbars=0')
}

// FOR GIFT PORTAL
function shopWithConfidence()
{
	popupWin = window.open ('/cp/popup/shop_with_confidence','popup','width=300,height=150,scrollbars=0,resizable=no,menubar=no');
	popupWin.opener.top.name = 'mainwin';
}

// FOR GIFT PORTAL
function flat5Window()
{
	popupWin = window.open ('/content/jump/html/5flat.html','popup','width=400,height=305,scrollbars=1,resizable=no,status=NO,menubar=no');
	popupWin.opener.top.name = 'mainwin';
}

// FOR SUMMER SALE
function summerSaleLaunch()
{
	popupWin = window.open ('/cp/popup/summer_sale','popup','width=400,height=300,scrollbars=0,resizable=no,status=NO,menubar=no');
	popupWin.opener.top.name = 'mainwin';
}

// FOR SNAKES ON A PLANE
function soapRulesLaunch()
{
	popupWin = window.open ('/cp/popup/soap_rules','popup','width=585,height=480,scrollbars=1,resizable=no,status=NO,menubar=no');
	popupWin.opener.top.name = 'mainwin';
}

//-->
