function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=310,height=200,left = 476,top = 332');");
}

function popup2(url)
{
	newwindow=window.open(url,'name','height=227,width=400, resizable=1, scrollbars=0, menubar=0, top=50, left=160');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popupNL(url)
{
	newwindow=window.open(url,'name','height=700,width=660, resizable=1, scrollbars=1, menubar=0, top=50, left=160');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popupMag(url)
{
	newwindow=window.open(url,'name','height=700,width=660, statusbar=0, resizable=1, scrollbars=0, menubar=0, top=50, left=160');
}
