function _openWindow(url, name, w, h,menu,loc,stat,scrl,lft,rgt)
{ zed_window = window.open(url, name,'width=' + w + ',height=' + h + ',menubar=' + menu + ',location=' + loc + ',status=' + stat + ',scrollbars=' + scrl + ',left=' + lft + ',top=' + rgt + ',resizable=1'); }