function openWin(URL){
if (URL=='pop_win/arpt2.html'){
aWindow = window.open("pop_win/arpt2.html","anrptwindow","toolbar=no,width=640,height=350,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/ulc.html'){
aWindow = window.open("pop_win/ulc.html","ulcwindow","toolbar=no,width=640,height=350,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/frdred.html'){
aWindow = window.open("pop_win/frdred.html","redwindow","toolbar=no,width=500,height=350,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/fhm_clms.pdf'){
aWindow = window.open("pop_win/fhm_clms.pdf");
}
if (URL=='pop_win/claim2.html'){
aWindow = window.open("pop_win/claim2.html","claimwindow","toolbar=no,width=550,height=350,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/cctip.html'){
aWindow = window.open("pop_win/cctip.html","ctipswindow","toolbar=no,width=550,height=350,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/register.html'){
aWindow = window.open("pop_win/register.html","howtowindow","toolbar=no,width=300,height=400,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/claimstats.html'){
aWindow = window.open("pop_win/claimstats.html","howtowindow","toolbar=no,width=300,height=400,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/lossrun.html'){
aWindow = window.open("pop_win/lossrun.html","howtowindow","toolbar=no,width=300,height=400,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='pop_win/first.html'){
aWindow = window.open("pop_win/first.html","howtowindow","toolbar=no,width=300,height=400,status=no,scrollbars=yes,resizable=no,menubar=yes");
}
if (URL=='login.html'){
aWindow = window.open("login.html","loginwindow","toolbar=no,width=300,height=200,status=no,scrollbars=no,resizable=no,menubar=no");
}
}