function openPage(targURL, hb) { //v2.0
if (hb==0 || hb==5){hitbox.Set_hbLink(exitLinkArray[hb]);} else {hitbox.Set_hbPageView(pageArray[hb], contentArray[hb]);}
fh2Win = window.open(targURL,'fh2pop');
fh2Win.window.focus(); 
}

//link to disney mom's registration
function disneyMomsReg(){
	openDisclaimer('https://www.interactualdvd.com/disney/discregistration/default.asp?bc=1');//pop disclaimer
	hitbox.Set_hbLink(exitLinkArray[1]);
}
function openDisclaimer(URL){
	win = window.open('http://disney.go.com/disneyvideos/javascript/disclaimer/disclaimer.html?'+ URL, 'intermediate', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=370,height=210');
}

function launchPrint(targURL, hb) { //v2.0
	hitbox.Set_hbPageView(pageArray[hb], contentArray[hb]);
	var w = 620;
	var h = 500;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	coords = 'toolbar=yes,location=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+',top='+wint+',left='+winl;
	fh2Win = window.open(targURL,'fh2pop',coords);
	fh2Win.window.focus(); 
}
function launchBuddy(targURL) { //v2.0
	hitbox.Set_hbPageView(pageArray[29], contentArray[29]);
	var w = 360;
	var h = 500;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	coords = 'toolbar=no,location=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+',top='+wint+',left='+winl;
	fh2Win = window.open(targURL,'fh2pop',coords);
	fh2Win.window.focus();
}

function launchWpaper(targURL, hb) {
	hitbox.Set_hbPageView(pageArray[hb], contentArray[hb]);
	var w = 940;
	var h = 500;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	coords = 'toolbar=yes,location=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+',top='+wint+',left='+winl;
	fh2Win = window.open(targURL,'fh2pop',coords);
	fh2Win.window.focus();
}
function launchDMR() {
	hitbox.Set_hbLink(exitLinkArray[2]);
	var w = 720;
	var h = 500;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	coords = 'toolbar=yes,location=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+',top='+wint+',left='+winl;
	fh2Win = window.open('http://disney.go.com/disneymovierewards/?NLC-disneyvideos','fh2pop');
	fh2Win.window.focus();
}
function launchOrder() {
	// document.write('<s'+'cript language="JavaScript" src="http://switch.atdmt.com/jaction/foxhound2_ordernow"></s'+'cript>')
	hitbox.Set_hbLink(exitLinkArray[3]);
	fh2Win = window.open('http://go-disneyshopping.com/TheFoxandtheHound2DVD','fh2pop');
	fh2Win.window.focus(); 
}
function launchMixMaster() {
	hitbox.Set_hbPageView(pageArray[17], contentArray[17]);
	var w = 820;
	var h = 630;
	var winl = (screen.width - w) / 3;
	var wint = (screen.height - h) / 3;
	coords = 'toolbar=no,location=no,menubar=no,status=no,scrollbars=no,resizable=no,width='+w+',height='+h+',top='+wint+',left='+winl;
	fh2Win = window.open('popups/mixmaster.html','fh2pop',coords);
	fh2Win.window.focus(); 
}
function launchTrailer() {
	hitbox.Set_hbLink(exitLinkArray[4]);
	var w = 360;
	var h = 480;
	var winl = (screen.width - w) / 3;
	var wint = (screen.height - h) / 3;
	coords = 'toolbar=yes,location=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+',top='+wint+',left='+winl;
	fh2Win = window.open('http://www.totaleclips.com/player/splash.aspx?custid=3&playerid=2&clipid=e28555','fh2pop',coords);
	fh2Win.window.focus();
}

//-->