// JavaScript Document

/** checkbox validaton **/
function check(){
	if(document.forms[0].certify.checked==false){
		alert("You must be 21 or older and agree to our Privacy Policy to continue");
		return false;
		}
}

/** popups on offer1.php **/
function poponload()
{
testwindow= window.open ("wwb.htm", "wwb",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload2()
{
testwindow= window.open ("hiw.htm", "hiw",
    "location=0,status=0,scrollbars=0,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload3()
{
testwindow= window.open ("wwp.htm", "wwp",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload4()
{
testwindow= window.open ("faq.htm", "faq",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload5()
{
testwindow= window.open ("privacy.htm", "pvc",
    "location=0,status=0,scrollbars=0,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload6()
{
testwindow= window.open ("nbc.htm", "nbc",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload7()
{
testwindow= window.open ("terms.htm", "trm",
    "location=0,status=0,scrollbars=0,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload8()
{
testwindow= window.open ("abc.htm", "abc",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload9()
{
testwindow= window.open ("fox.htm", "fox",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload10()
{
testwindow= window.open ("cnn.htm", "cnn",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
function poponload11()
{
testwindow= window.open ("special_offer.htm", "offer",
    "location=0,status=0,scrollbars=1,width=400,height=400");
testwindow.moveTo(265,265);
}
/** popups on main pages **/