function popUpurl(URL) { 

	day = new Date(); 
	id = day.getTime(); 
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=600,height=500');");

} 

function popUpgb(URL) { 
	day = new Date(); 
	id = day.getTime(); 
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=600,height=500');");
} 

function popUp2(URL) { 
	day = new Date(); 
	id = day.getTime(); 
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=600,height=500');");
} 

function popUpbb(URL) { 
	day = new Date(); 
	id = day.getTime(); 
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=725,height=230');");
}  

function popUplinksys(URL) { 
	day = new Date(); 
	id = day.getTime(); 
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=500,height=200');");
} 

function Confirm(I) { 
	var conmessage = new Array(3) 
	conmessage[0] = "Weet u zeker dat u uit wilt loggen?"; 
	conmessage[1] = "Weet u zeker dat u verder wilt gaan? Deze actie is niet ongedaan te maken."; 
	conmessage[2] = "Weet u zeker dat u dit IP wilt bannen?"; 

	var firm = confirm(conmessage[i]); 

	if (firm) { 
		return true; 
	} else { 
		return false ; 
	} 

} 
