function Launch(page) { 
OpenWin = this.open(page, "Locations", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=900,height=650"); 
} 

