function popit(url, winname, width, height, top, left, resizable, menubar, scrollbars, toolbar, location, statusbar) {
	eval("page"+winname+"=window.open(url, '"+winname+"', 'width="+width+", height="+height+", top="+top+", left="+left+", resizable="+resizable+", menubar="+menubar+", scrollbars="+scrollbars+", toolbar="+toolbar+", location="+location+", statusbar="+statusbar+"');");
}