function openWindow(nr){
	switch(nr){
		case 1: window.open('http://www.cobas-branding.com/sites/en_1203.asp','AGB','width=566,height=594,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); break;
		case 2: window.open('http://www.cobas-branding.com/sites/en_982.asp','Kontakt','width=566,height=594,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); break;
		case 3: window.open('disclaimer_uk.htm','AGB','width=566,height=594,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); break;
	}
}

function openDisclaimer(){
	window.open('disclaimer_nl.htm','AGB','width=566,height=350,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}

function showCaption(text){
	document.getElementById('toolboxtext').innerHTML = text;
}

function gotoRedactie(){
	javascript:window.open('/redactie/login/index.cfm?fuseaction=validatelogin','','toolbar=no,status=yes,scrollbars=yes,location=no,menubar=no,directories=no,resizable=yes,left=10,top=10,width=800,height=600');
}

