﻿function launch(file,name)      
{ 
var string= 
"width=580,height=650,toolbar=no,directories=no,menubar=no,resizable=no,dependent=yes"  
hwnd = window.open(file,name,string) ;                  
if (navigator.appName == "Netscape") { 
    hwnd.focus()
    } 
} 
