function open_window(link,w,h)
         {
         var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=yes,top=200,left=200";
         newWin = window.open(link,'newWin',win);
         }

