// file: popup.jsfunction popup_nj01(page_name)	{		var url ="" + page_name;		pophelp = window.open("","subWindow","height=450,width=600,resizable=no","resizable=no");		pophelp.focus();		pophelp.location = url;		}