function openNotice(url,name){ openPopUp(url,name,500,300); return false; } function openPopUp(url,name,width,height){ newwindow=window.open(url,name,'width='+width+', height='+height+''); if (window.focus) {newwindow.focus()} }