function openWin (file) {
    window.open(file, "Popup", "left=0,top=0,statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=750,height=500");
}
