function Launch(page, w, h) { 
OpenWin = this.open(page, "Style", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=800,height=600, left=150,top=100"); 
} 

