function checkrequired(which) {
var pass=true;
if (document.images) {
for (i=0;i<which.length;i++) {
var tempobj=which.elements[i];
if (tempobj.name.substring(0,1)=="-") {
if (((tempobj.type=="text"||tempobj.type=="textarea")&&
tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&
tempobj.selectedIndex==0)) {
pass=false;
break;
         }
      }
   }
}
if (!pass) {
shortFieldName=tempobj.name.substring(1,30).toUpperCase();
alert("Please make sure the "+shortFieldName+" field was properly completed.");
return false;
}
else
return true;
}



function privacy(){
win2=window.open("/mp/privacy.html","","width=500,height=520,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0")
win2.creator=self
}


function terms(){
win2=window.open("/mp/terms.html","","width=500,height=520,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0")
win2.creator=self
}


function resources(){
win2=window.open("/mp/resources/index.html","","width=790,height=520,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0")
win2.creator=self
}


function banners(){
win2=window.open("banners/index.html","","width=510,height=520,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0")
win2.creator=self
}


function demo(){
win2=window.open("demo/index.htm","","width=790,height=520,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0")
win2.creator=self
}



setInterval("x()",10);
self.focus();
function x(){window.status="Massive Promotion"}