

function melding(tekst)
{ 
 	//showObject('error_show');
	var agree=confirm(tekst); 
	
	if (agree) {
		return true; 		
	}	else { 
    return false;     
  }
}

/*function popUp(URL) {
 	if(location.hostname == "henkjan" || location.hostname == "localhost") {
		var URL = location.protocol + "//" + location.hostname + "/debruinfruits.nl/login/" + URL;
	} else {
		var URL = location.protocol + "//" + location.hostname + "/login/" + URL;
	}
 	
	window.open(URL, 'test', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width=800,height=600');
}*/

function popUp(URL) 
{
	day = new Date();
	id = day.getTime();
	if(location.hostname == "henkjan" || location.hostname == "localhost") {
		var URL = location.protocol + "//" + location.hostname + "/jvleerbroek.nl/" + URL;
	} else {
		var URL = location.protocol + "//" + location.hostname + "/" + URL;
	}
	//alert (URL);
	//window.open(URL, 'test', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width=800,height=600');
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=900px,height=650,left=30,top=30');");
}
