
IE4plus = (document.all) ? true : false;
NS4 = (document.layers) ? true : false;

function clickIE()
{
    return false;
}

function clickNS(e)
{
	if (e.which==2 || e.which==3) 
     {
       return false;
     }
}
if (!IE4plus) 
{
   document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
   document.onmousedown=clickNS;
   document.onmouseup= clickNS;
   document.oncontextmenu=clickIE; // For NS 6+
} 
else 
{
   document.onmouseup= clickIE;
   document.oncontextmenu=clickIE;
}


child = null;

function child_window_on_top ()
{
	if (child != null)
		if (child . closed)
			child = null;
		else
			child . focus ();
}


function show_terms ()
{
	child = open 
	(
		"terms.htm", 
		"terms", 
		"width=500,height=520,menubar=no,scrollbars=YES,toolbar=no,hotkeys=no,dependent=yes"
	);
}


function show_priv ()
{
	child = open 
	(
		"privacy.htm", 
		"privacy", 
		"width=500,height=520,menubar=no,scrollbars=YES,toolbar=no,hotkeys=no,dependent=yes"
	);
}


function bzrtcoupn ()
{
	child = open
	(
		"bzrtcoupn.htm", 
		"offer", 
		"width=420,height=420,menubar=no,scrollbars=NO,toolbar=no,hotkeys=no,dependent=yes"
	);
}



function win1()
{
	window.status='Order Form';
	window.open("http://www.4everondvd.com/ord_frm.htm","Window1","menubar=no,scrollbars=yes,width=800,height=600,toolbar=no");
}




function show_TitleScrHelp ()
{
	child = open 
	(
		"TitleScrHelp.htm", 
		"Help", 
		"menubar=no,scrollbars=YES,toolbar=no,RESIZABLE=YES,hotkeys=no,dependent=yes"
	);
}

function show_SceneIdxHelp ()
{
	child = open 
	(
		"SceneIdxHelp.htm", 
		"Help", 
		"menubar=no,scrollbars=YES,toolbar=no,RESIZABLE=YES,hotkeys=no,dependent=yes"
	);
}

function show_CaseHelp ()
{
	child = open 
	(
		"CaseHelp.htm", 
		"Help", 
		"menubar=no,scrollbars=YES,toolbar=no,RESIZABLE=YES,hotkeys=no,dependent=yes"
	);
}

function show_ShipLabel ()
{
	child = open 
	(
		"ShipLabel.htm", "Label", "width=700,height=560,menubar=no,scrollbars=NO,RESIZABLE=YES,toolbar=no,hotkeys=no,dependent=yes"
	);
}


function show_backgrounds1 ()
{
	child = open 
	(
		"backgrds1.htm", 
		"backgrds", 
		"width=820,height=580,menubar=no,scrollbars=yes,toolbar=no,hotkeys=no,dependent=yes"
	);
}

function show_backgrounds2 ()
{
	child = open 
	(
		"backgrds2.htm", 
		"backgrds", 
		"width=820,height=580,menubar=no,scrollbars=yes,toolbar=no,hotkeys=no,dependent=yes"
	);
}


function show_sample ()
{
	child = open 
	(
		"samples.htm", 
		"sample", 
		"menubar=no,scrollbars=YES,toolbar=no,RESIZABLE=YES,hotkeys=no,dependent=yes"
	);
}

function show_compare_chart ()
{
	child = open
	(
		"pkgcompar.htm", 
		"comparison", 
		"menubar=no,scrollbars=YES,toolbar=no,RESIZABLE=YES,hotkeys=no,dependent=yes"
	);
}


function openfaq(divid){
	faqId=divid.replace("answer","faq");
	document.getElementById(faqId).src=(document.getElementById(divid).style.display=='none')?"FAQarrU_yel.gif":"FAQarrD_yel.gif";	
	document.getElementById(divid).style.display=(document.getElementById(divid).style.display=='')?'none':''
}


