// --------------------------------------------------------------------------------
// Developed by Marazzini Software - www.marazzinisoftware.net
// --------------------------------------------------------------------------------

function fncJSPopUp(URL, intToolBar, intScrollBars, intLocation, intStatusBar, intMenuBar, intResizable, intWidth, intHeight) 
	{
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=" + intToolBar + ",scrollbars=" + intScrollBars + ",location=" + intLocation + ",statusbar=" + intStatusBar + ",menubar=" + intMenuBar + ",resizable=" + intToolBar + ",width=" + intWidth + ",height=" + intHeight + "');");
	}
// ************************************************************************************************************************
	
