// JavaScript Document
ˇˇˇˇfunction openwin(x) 
    { 
ˇˇˇˇwindow.open (x, "window", "height=700, width=700, toolbar =no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")  
    }