function openWin(URL) {
window.open(URL,"windowname","toolbar=0,menubar=0,status=0,scrollbars=1,resizable=1,width=650,height=450");
}
