var chromeColor = "#333333";
var chromeWidth = 770;

var bCrumbLevel_1 = "Entertainment";

var bCrumbLevel_2_text = "Walt Disney Pictures";
var bCrumbLevel_2_url = "http://disney.go.com/disneypictures/index.html";

var bCrumbLevel_3_text = "Howl's Moving Castle";
var bCrumbLevel_3_url = "http://disney.go.com/disneypictures/castle/index.html";

var legalFooterColor = "#595959";

var legalFtrCpyRgt = "&copy; 2005  Buena Vista Distribuiton and Nibariki.GNDDDT";

var legalFtrOpts = ["Register","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/wdpictures/chooseAge&name=g_legalFooter_register","Guest Services","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=https://register.go.com/wdpictures/lists&name=g_legalFooter_guestservices","Help","http://transfer.go.com/cgi/transfer.dll?srvc=dis&goto=http://psc.disney.go.com/guestservices/index.html&name=g_legalFooter_help"]

// POP TRAILER FOR EMAIL
function popWindow( url,windowName,width,height ) {
	//get center coords
	var left = (screen.width - width) / 2;var top = (screen.height - height) / 2;
	return window.open(url, windowName, 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + width + ',height=' + height + ',left=' + left + ',top=' + top);
}

if(location.search=="?trailer"){
	popWindow("http://disney.go.com/disneypictures/howl/howl_trailer.html","trailer","765","450");
	self.focus();
	window.focus('trailer');
}