var chromeColor = "#36689B";
var chromeWidth = 770;
var bCrumbLevel_1 = "shopping";
var bCrumbLevel_2_text = "Disney Gift Card";
var bCrumbLevel_2_url = null;
var bCrumbLevel_3_text = null;
var bCrumbLevel_3_url = null;
var legalFooterColor = "#000000";


// link disclaimer
function GOurl(url) { GOurl2(url); }
// the non-Joe Disney version
function OpenTheWindow(url){
	this.win=window.open(url,"newwin")
	this.win.focus()

}
function GOurl2(url){
var popDisclaimer=window.open("","disclaimer","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=370,height=150,top=100,left=150,screenX=180,screenY=100");
popDisclaimer.document.writeln('<html><head><title>Disney Online - Disclaimer</title>\
<SCR'+'IPT TYPE="text/javascript" LANGUAGE="JavaScript">\
sendTimer = setTi'+'meout("sendToClientSide()",1500);closeTimer = setTi'+'meout("window.close()",15000);\
func'+'tion sendToCl'+'ientSide(){try{if(opener){opener.OpenTheWindow("'+url+'")}}catch(e){}}\
</scr'+'ipt>\
</head>\
<body bgcolor="#E8EFF5" text="#2D5782" link="#FFFF80" vlink="#FFFF80" alink="#FFFF80" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload="window.focus();">\
<table width="370" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="330" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td><br><FONT FACE="Verdana,sans-serif" SIZE="2" COLOR="#2D5782"><b>The web site you are about to link to is not controlled by Disney Online and different terms of use and privacy policy will apply. By proceeding you agree and understand that Disney Online is not responsible for the site you are about to access.</b></FONT><br><br></td></tr></table>\
</body></html>');
popDisclaimer.document.close();
}
// end link disclaimer


//GiftCard Footer
function writeGCfooter() {
document.write('<div id="gc_footerbg"><div id="gc_footer"><a href="terms.html" class="footerlink">TERMS AND CONDITIONS</a> &nbsp;&nbsp; <a href="faq.html" class="footerlink">FAQ</a> &nbsp;&nbsp; <a href="contact.html" class="footerlink">CONTACT US</a></div></div>');
}

var PagNam = " ";
function writeGCfooter_wOmniture(PagNam) {
document.write('<div id="gc_footerbg"><div id="gc_footer"><a href="terms.html" name="&lid=dgc_'+PagNam+'/footerlink/terms_and_conditions/080304" class="footerlink">TERMS AND CONDITIONS</a> &nbsp;&nbsp; <a href="faq.html" name="&lid=dgc_'+PagNam+'/footerlink/faq/080304" class="footerlink">FAQ</a> &nbsp;&nbsp; <a href="contact.html" name="&lid=dgc_'+PagNam+'/footerlink/contact_us/080304" class="footerlink">CONTACT US</a></div></div>');
}

//generic open new window
function openWinNew(new_url) {
	var url = new_url;
	regwindow = window.open (url , 'regwindow')
regwindow.focus();
}

//Popup win
function popwin(theURL,winName,width,height) {
name = null;
 regwin = window.open(theURL,winName,'width='+ width +' ,height='+ height +',resizable=no,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,status=no');
regwin.focus();
}

	