function openW(URL){
aWindow=window.open(URL,"thewindow","toolbar=no,location=no,width=600,height=600,status=yes,scrollbars=yes,resize=yes,menubar=no");
}
function openWB(URL){
aWindow=window.open(URL,"thewindow","toolbar=no,location=no,width=660,height=880,status=no,scrollbars=yes,resize=yes,menubar=no");
}
function openWin(URL){
aWindow=window.open(URL,"thewindow","toolbar=no,location=no,width=800,height=600,status=yes,scrollbars=yes,resize=yes,menubar=no");
}
function opensmallW(URL){
aWindow=window.open(URL,"thewindow","toolbar=no,location=no,width=500,height=200,status=no,scrollbars=yes,resize=yes,menubar=no");
}
