function dvfooter_popup(pop_url, winname, windowWidth, windowHeight, scroll) {
    window.open(pop_url,winname,"scrollbars="+scroll+",width="+windowWidth+",height="+windowHeight);
}

function dvfooter_sendafriend(theurl) {
 window.open("http://video.movies.go.com/sendafriend.html?send_this_url="+theurl,"_sendafriend_window","scrollbars=no,width=400,height=350");
}

function dvfooter_printpage() {
var PLATFORM = "WIN";
if ((navigator.userAgent.indexOf("Mac") > -1)){PLATFORM = "MAC";}

	if(PLATFORM=="WIN"){
		if ( (parseFloat(navigator.appVersion) >= 4) && ( (navigator.appName == "Netscape") || (parseFloat(navigator.appVersion.split(";")[1].split(" ")[2]) >= 5)) ){
			window.print();
		}
		else{
			alert('To print this page, choose\n"Print..." from your browser\'s\nFile menu.');
		}
	}
	else{
		alert('To print this page, choose\n"Print..." from your browser\'s\nFile menu.');
	}
}
document.write('<style type="text/css">\
b,.footerText{font:10px Arial, Helvetica, sans-serif;color:'+legalFooterColor+';}\
a.TOUText{color: #FF0000; font-weight: bold;}\
</style>');

document.write('<table border="0" cellspacing="0" cellpadding="0" align="CENTER"><tr><td align="center"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; class="footerText">');
document.write('<a href="javascript:dvfooter_popup(\'http://video.movies.go.com/contactus.html\',\'contact\',400,350,\'no\')" class="footerText"><b>Questions</b></a>&nbsp;&nbsp;<span class="footerText">|</span>&nbsp;');
//document.write('<a href="javascript:dvfooter_sendafriend(top.location.href)" class="footerText"><b>Send this page to a friend</b></a>&nbsp;&nbsp;<span class="footerText">|</span>&nbsp;');
document.write('<a href="javascript:dvfooter_printpage()" class="footerText"><b>Print this page</b></a>');
document.write('<hr noshade width="350">');
document.write('<a href="http://disney.go.com/corporate/legal/terms.html" target="new" class="footerText">Please click here for legal restrictions and terms and conditions of use applicable to this site.</a><br>');
document.write('<span class="footerText">Use of this site signifies your agreement to the terms of use.</span><br>');
//	PRIVACY POLICY URL UPDATED 12/13/04
document.write('<a href="http://disney.go.com/corporate/privacy/pp_bvhe.html" target="new" class="footerText">Please click here for Buena Vista\'s Privacy Policy/Your California Privacy Rights and Internet Safety Information.</a><br><br>');
document.write('<span class="footerText">&copy; Buena Vista Home Entertainment, Inc.</span>');
document.write('</span></td></tr></table>'); 