function open_window(url, width, height){
   link = window.open(url, "Link", "toolbar=1, location=1, directories=0, status=0, menubar=1, scrollbars=1, resizable=1, width= "+width+", height= "+height+", left=250, top=40");
   }