function openWin(theUrl) {
 win = window.open(theUrl,"","width=600,height=400,status=no,toolbar=no,menubar=no,titlebar=no,resizable=yes");
}
