function viewBanner() {
	// 11/3/2009 - Ian Kaplan
	// per Andy Kennemer - temporary comment out of this call until merge bag messaging
	// is fixed to fit this banner:
	//callPopup("111909_shoppingBag.gif", "/collection/?cgname=OSSLPMWLZZZ&cgnbr=OSSLPMWLZZZ&rfnbr=6731", "no", 408, 98, false);
	callPopup("030810_ShoppingBagExpressCheckout.jpg", "", "no", 425, 97, true);
}

function callPopup(offerImage, linkUrl, isPopup, width, height, offerFlag) {
	

	if (offerFlag === true) {
		
		if (location.host.indexOf("limited.com") != -1) {
			linkUrl = "http://"+ location.host + linkUrl;
		} else{
			linkUrl = "http://www2.victoriassecret.com" + linkUrl;
		}
			
		linkUrl2 = "javascript:ShowPopup2('/html/popup/030310FreeRewords/index.html', 363, 380, 'no');";
		document.write('<map name="bannerMap" id="bannerMap">');		
		document.write('<area shape="rect" coords="0,0,425,98" href="'+linkUrl2+'"  alt="Free Secret Reward Card worth $10, $50, $100 or $500 with any purchase. Click for details."/>');		
		//document.write('<area shape="rect" coords="0,0,408,98" href="'+linkUrl+'"  alt="Free Slippers, With Select Sleepwear Purchase. Use offer code PJGIFT. Click for details."/>');		
		document.write('</map>');
	
		if (navigator.appName=="Microsoft Internet Explorer") {
			document.write("<td align=\"right\" width = \"425\" valign=\"top\" style=\"padding:10px 0;\"><img src=\"/images/shoppingBag/headers/" + offerImage + "\" usemap=\"#bannerMap\" width=\"" + width +"\" height=\"" + height +"\"></td>");
		} else {
			document.write("<td colspan = \"3\" align=\"right\" width = \"425\" valign=\"top\" style=\"padding:10px 70px 10px 0;\"><img src=\"/images/shoppingBag/headers/" + offerImage + "\" usemap=\"#bannerMap\" width=\"" + width +"\" height=\"" + height +"\"></td>");	
		}
		
	} else{
		if (navigator.appName=="Microsoft Internet Explorer") {
			document.write("<td align=\"right\" width = \"425\" valign=\"top\" style=\"padding:10px 0;\"><img src=\"/images/shoppingBag/headers/spacer.gif\" width=\"423\" height=\"99\"></td>");
		} else {
			document.write("<td align=\"right\" width = \"425\" valign=\"top\" style=\"padding:10px 70px 10px 0;\"><img src=\"/images/shoppingBag/headers/spacer.gif\" width=\"423\" height=\"99\"></td>");
		}		
	}
}

function ShowPopup(path,height,width){
	var popupLink;
	var params ="";

	if (height > 500) {
		params = 'scrollbars=yes,scrolling=yes,left=20,top=20,height=500,width =' + width;
	} else {
		params = 'scrollbars=no,scrolling=no,left=20,top=20,height=' + height +',width =' + width;
	}

	var wintitle='SpecialOffer';
	
	if (location.host.indexOf("limited.com") != -1){
		popupLink = "http://"+ location.host + path;
	} else{
		popupLink = "http://www2.victoriassecret.com" + path;
	}
	
	if (height==380) {
		wintitle = 'SpecialOffer';
	} else if(height==500) {
		wintitle = 'SpecialOffer1';
	} else {
		wintitle = 'SpecialOffer2';
		var mywin = window.open(popupLink,wintitle,params);	
		mywin.focus();
	}
}

function ShowPopup2(path,height,width,scrollFlag) {
	var popupLink;
	var params ="";

	if (scrollFlag=="yes") {
		params = 'scrollbars=yes,scrolling=yes,left=20,top=20,height=500,width =' + width;
	} else {
		params = 'scrollbars=no,scrolling=no,left=20,top=20,height=' + height +',width =' + width;
	}

	var wintitle='SpecialOffer';
	
	if (location.host.indexOf("limited.com") != -1) {
		popupLink = "http://"+ location.host + path;
	} else {
		popupLink = "http://www2.victoriassecret.com" + path;
	}
	
	if (height==380) { wintitle = 'SpecialOffer';
	} else if (height==500) {
		wintitle = 'SpecialOffer1';
	} else {
		wintitle = 'SpecialOffer2';
		var mywin = window.open(popupLink,wintitle,params);
		mywin.focus();
	}
}