//function for pop-up window with various scrollers
//to give live link to other sites without loosing BDZ or others prime sites
//window on ALL DevZone and other Sites' pages

function popUpA (URL)
	{
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=yes, scrollbars=yes, location=no, statusbar=no, menubar=yes, resizable=yes, width=820, height=500, left=50, top=50');");
	}



