//hitbox vars
var lastSlash // the position of the last slash in the path
var fileName  // the name of the file
var fullPath // full path to the file
fullPath = document.location;
var pathString  = new String(fullPath)   ; //convert the browser location to a string
lastSlash = pathString.lastIndexOf("/");
fileName = pathString.substring(lastSlash+1,pathString.length);
if (fileName==""){fileName="index.html";}
var _pn=fileName;								//page name(s)
var _mlc="/Inside+Disney/Vault/AllStars";           					//multi-level content category
var _cp="null";                 							//campaign
var _acct="DM5103120MSF93EN3;DM510612FMNS38EN3;DM51030813MR38EN3;DM5103083LCA38EN3";     //account number(s)
var _pndef="title";             							//default page name
var _ctdef="full";              							//default content category
var _dlf="n";                   								//download filter
var _elf="n";                   								//exit link filter
var _epg="n";                   							//event page identifier
var _hcv=65;                    							//code version
var _mn="localagg";                     						//machine name
var _gn="ehg-dig.hitbox.com";                   					//gateway name

//rollover
function roll(what){c1=what.src.substring(0,what.src.length-4); c2=what.src.substring(what.src.length-4,what.src.length); what.src=c1+'_ro'+c2;}
function unroll(what){c1=what.src.substring(0,what.src.length-7); c2=what.src.substring(what.src.length-4,what.src.length); what.src=c1+c2;}

document.writeln('<style type="text/css">');
document.writeln('p{text-align:justify}');
document.writeln('.normalFont{ font-family:arial,helvetica; font-size:13px;}');
document.writeln('.ql{ font-family:arial,helvetica; font-size:13px; color:ce3000; font-weight:bold;}');
document.writeln('.mainText{ font-family:arial,helvetica; font-size:10px; }');
document.writeln('.headerText{ font-family:arial,helvetica; font-size: 14px; font-weight:bold; color:cc0000;}');
document.writeln('</style>');

//link disclaimer
function GOurl(url,width,height,scrollbars,name){
if (name != null) { url = url + '\",\"'+name+'\"'; } else { url = url + '\",\"_blank\"'; }
if (width != null) { url = url + ',\"width='+width+',height='+height; if (scrollbars != null) { url = url + ',scrollbars\"' } else { url = url + '\"'; } }
var popDisclaimer=window.open("","disclaimer","width=370,height=210,top=100,left=150,screenX=180,screenY=100");
popDisclaimer.document.write ('<html>');
popDisclaimer.document.write ('<head>');
popDisclaimer.document.write ('<title>Disney.com - Disclaimer</title>');
popDisclaimer.document.write ('<SCR'+'IPT TYPE="text/javascript" LANGUAGE="JavaScript">');
popDisclaimer.document.write ('sendTimer = setTimeout("sendToClientSide()",1500);closeTimer = setTimeout("window.close()",15000);');
popDisclaimer.document.write ('function sendToClientSide(){window.open("'+url+');}');
popDisclaimer.document.write ('</scr'+'ipt>');
popDisclaimer.document.write ('</head>');
popDisclaimer.document.write ('<body bgcolor="#FFFFFF" text="#0065CE" link="#FFFF80" vlink="#FFFF80" alink="#FFFF80" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>');
popDisclaimer.document.write ('<table width="370" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="http://disney.go.com/sponsors/images/disclaimer_top.gif" width="370" height="27" alt="" border="0"></td></tr><tr><td><table width="330" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td><br><FONT FACE="Verdana,sans-serif" SIZE="2" COLOR="#0065CE"><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>');
popDisclaimer.document.write ('</td></tr><tr bgcolor="#0000CC"><td align="center" height="20"><a href="javascript:window.close();"><FONT FACE="Verdana,sans-serif" SIZE="1" COLOR="#FFFF00"><b>Close this window</b></font></a></td></tr></table>');
popDisclaimer.document.write ('</body>');
popDisclaimer.document.write ('</html>');
popDisclaimer.document.close();
}

document.writeln('<MAP NAME="sub_image"><AREA SHAPE="rect" COORDS="76,3,241,150", HREF="../index.html" ALT="Disney Adventures All*Star - Show Your Character"></MAP>');