
function openWin(URL){
aWindow=window.open(URL, "thewindow", "menubar=0,toolbar=0,scrollbars=0,resizable=0,width=720,height=610");
}


function closeWin(URL){
aWindow=window.close(URL, "thewindow");
}