function shellHeader(bannername,downloadVar){
	document.write('<table width="628" border="0" cellspacing="0" cellpadding="0">  ');
	document.write('	<tr>  ');
	document.write('		<td colspan="3" width="628"><img src="images/' + bannername + '" alt="Disney Motion. Video you want to watch." height="114" width="628" border="0"></td>  ');
	document.write('	</tr>  ');
	document.write('	<tr>  ');
	document.write('		<td bgcolor="#a5bdfb" width="5"><img src="images/blue_square.gif" alt="" height="5" width="5" border="0"></td>  ');
	document.write('		<td bgcolor="#6948f9" width="618"> ');
	
	if (downloadVar == null){
		document.write('					<table width="618" border="0" cellspacing="0" cellpadding="5"> ');
		document.write('						<tr> ');
		document.write('							<td class="default"> ');
	}else{
		document.write('');
	}
}

function shellFooter(downloadVar){
	
	if (downloadVar == null){
		document.write('					</td> ');
		document.write('						</tr> ');
		document.write('					</table> ');
	}else{
		document.write('');
	}
			
	document.write('				</td>  ');
	document.write('		<td bgcolor="#a5bdfb" width="5"><img src="images/blue_square.gif" alt="" height="5" width="5" border="0"></td>  ');
	document.write('	</tr>  ');
	document.write('	<tr>  ');
	document.write('		<td colspan="3" width="628"><img src="images/crnrs_btm_prpl.gif" alt="" height="8" width="628" border="0"></td>  ');
	document.write('	</tr> ');
	document.write('			<tr> ');
	document.write('				<td colspan="3" width="628"><img src="images/btm_nav.gif" alt="" height="29" width="628" usemap="#botom_nav" border="0"></td> ');
	document.write('			</tr> ');
	document.write('		</table> ');
//	document.write('		<map name="botom_nav"><area shape="rect" coords="397,3,558,21" alt="System Requirements" href="index.html"><area shape="rect" coords="266,2,374,20" alt="Disney Motion" href="http://disney.go.com/disneymotion/"><area shape="rect" coords="201,2,240,21" alt="FAQ" href="http://psc.disney.go.com/guestservices/9427.html"><area shape="rect" coords="72,3,175,21" alt="About Motion" href="http://disney.go.com/disneymotion/about/"></map> ');

if(isThisPage("/guestservices/disneymotion/index.html")){
	document.write('		<map name="botom_nav"><area alt="Disney Motion" coords="73,1,188,26" href="http://disney.go.com/disneymotion/"><area alt="How It Works" coords="203,1,316,26" href="http://disney.go.com/disneymotion/about/"><area alt="FAQ" coords="330,1,373,26" href="http://psc.disney.go.com/guestservices/9427.html"></map> ');
}else{
	document.write('		<map name="botom_nav"><area alt="Disney Motion" coords="73,1,188,26" href="http://disney.go.com/disneymotion/"><area alt="How It Works" coords="203,1,316,26" href="http://disney.go.com/disneymotion/about/"><area alt="FAQ" coords="330,1,373,26" href="http://psc.disney.go.com/guestservices/9427.html"><area alt="System Requirements" coords="391,1,555,26" href="index.html?sysreq"></map> ');
}


}