function popup( url, w, h, windowName, r, st, s, l, m, t) {
	try {
		win.close();
	}catch(e){		
	}
	win = window.open(url, windowName, 'height=' +h+ ', width=' +w+ ', resizable=' +r+ ', status= ' +st+ ', scrollbars=' +s+ ', location=' +l+ ', menubar=' +m+  ', toolbar= ' +t+ ', left=5, top=5');
	win.focus();		
}

function orderNow(){
	window.location.href = 'https://disney.videos.go.com/General/BVHE/CommanderInChief/AddItems2Cart'
	//popup('https://disney.videos.go.com/General/BVHE/CommanderInChief/AddItems2Cart', 770, 700, 'newWin', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes');

	//hitbox.Set_hbPageView(exitLinkArray[0]);
	//hitbox.Set_hbLink(exitLinkArray[0]);
}