function openWindow1(url, name) {
    popupWin = window.open(url, name, "resize=no,status=no,menubar=no,scrollbars,width=540,height=570");
 }
 