function openWin(URL){
    aWindow=window.open(URL,"thewindow","toolbar=yes,location=yes,status=no,menubar=yes,scrollbars=yes,resizable=no,width=655,height=400");
}
