function openwin(file,w,h,x,y,resizable,scrollbars,menubar,status)
 {
newwin=window.open(file,"", "width=" +w+ ",height=" +h+ ",left=" +x+ ",top=" +y+ ",resizable=" +resizable+ ",scrollbars=" +scrollbars+ ",menubar=" +menubar+ ",status=" +status);
}
