var chromeColor = "#003399";
var chromeWidth = 770;
var bCrumbLevel_1 = "InsideDisney";
var bCrumbLevel_2_text = "Corporate Information";
var bCrumbLevel_2_url = "http://disney.go.com/corporate";
var bCrumbLevel_3_text = "Disney College Program";
var bCrumbLevel_3_url = null;
var legalFooterColor = "#000000";
var legalFtrLine1 = "";
var legalFtrOpts = [];

// link disclaimer
function GOurl(url) { GOurl2(url); }
// the non-Joe Disney version
function OpenTheWindow(url){
	this.win=window.open(url,"amazon")
	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="#ffffff" 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 may 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

function writeCalSwf() {

	flashObj = new FlashObj("http://disney.go.com/disneycareers/disneycollegeprogram/dlr/calendar.swf","94","75","#fdf1be","","","")
  	flashObj.render();
	/*document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="calendar" align="middle" height="75" width="94">\
	<param name="allowScriptAccess" value="sameDomain">\
	<param name="movie" value="calendar.swf">\
	<param name="quality" value="high">\
	<param name="menu" value="false">\
	<param name="bgcolor" value="#fdf1be">\
	<embed src="calendar.swf" quality="high" menu="false" bgcolor="#fdf1be" name="calendar" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="75" width="94"></object>');*/
}