function popUp1() {
window.open("http://mega.winanza.com","Mega","width=575,height=500,left=80,top=20");
}
function popUp2() {
window.open("http://hangten.winanza.com","HangTen","width=500,height=600,left=100,top=100");
}
function popUp3() {
window.open("/templates/help.html","Help","width=450,height=200,left=100,top=100");
}
function popUp4() {
window.open("/templates/cats.html","Jobs","width=430,height=230,left=50,top=100");
}
function popUp5() {
window.open("/templates/idols.html","Idols","width=500,height=300,left=100,top=100");
}
function popUp6() {
window.open("/html/20010101,1230,1.html","BUC","width=600,height=600,left=100,top=50");
}
function innoxa1() {
window.open("/secure/innoxa1.cgi","Innoxa","scrollbars,width=581,height=535,left=100,top=20");
}
function popUpFNUK() {
window.name = "main";
window.open("/secure/fnuk.cgi","PlacidHouse","width=600,height=370,left=100,top=20");
}
function popUpLost() {
window.name = "main";
window.open("/cgi/lost.cgi","Lost","width=300,height=110,left=50,top=20");
}
function popUpChapstick() {
window.name = "main";
window.open("/secure/chapstick.cgi","ChapStick","width=701,height=348,left=50,top=20");
}
function popUpMentos() {
window.name = "main";
window.open("/cgi/mentoscompetition.cgi","Mentos","width=491,height=345,left=50,top=20");
}
function popUpMentos1() {
window.name = "main";
window.open("/templates/mentos/prizes.html","Mentos","width=491,height=345,left=50,top=20");
}
function popUpChapstickWinner() {
window.name = "main";
window.open("/templates/chapstick/winner.html","ChapStick","width=348,height=576,left=50,top=20");
}
function popUpBUC() {
window.name = "main";
window.open("http://www.thunda.com/html/20010102,1230,1.html","BUC","width=600,height=300,left=50,top=20,scrollbars=yes,resizable=yes");
}
function popUpKittens() {
window.name = "main";
window.open("/templates/jobs.html","ThundaCats","width=590,height=250,left=50,top=20");
}

function popUpDiesel() {
window.name = "main";
window.open("/templates/dieselrules.html","DieselRulse","width=590,height=290,left=50,top=20");
}

function popUpTeamAmerica() {
window.name = "main";
window.open("/templates/teamamerica.html","TeamAmerica","width=570,height=600,left=50,top=20");
}


function checkAge (formElement) {
        var mAgeMin = formElement.form.mAgeMin.selectedIndex;
        var mAgeMax = formElement.form.mAgeMax.selectedIndex;
        if (mAgeMax < mAgeMin) {
                formElement.form.mAgeMin.options[mAgeMax].selected = true;
                formElement.form.mAgeMax.options[mAgeMin].selected = true;
        }
        return true;
}
