function open_event(event_url){ win4 = window.open(event_url, "win4", "top=60,left=60,height=620,width=650,resizable=1,scrollbars=1"); win4.focus(); }