function open_win(win_name, src, width, height, scrollbar, menubar) { open_window = window.open(src, win_name, 'width='+width+',height='+height+',marginwidth=0, marginheight=0,'+ 'resizable=0,scrollbars='+scrollbar+',menubar='+menubar); } function print_view() { open_win('print_view','/common/jsp/popup_news_print.jsp?_id=155307044',655,600,'yes','no'); } function email_form() { open_win('email_..