<!--
	
//------------------------------------------------------
// Created by: het Wep - www.hetwep.nl
//------------------------------------------------------
	
	window.defaultStatus = "Van Campen Aluminium ©"
		
	function myvoid() {}
	var info = '';

	function showinfo(message) {
	    msgWindow=window.open('','windowname','width=300,height=350,scrollbars=yes');
	    msgWindow.document.write('<html><head><title>Van Campen aluminium</title><link rel="stylesheet" href="/_profielen/stylesheet-vancampen.css"></head><body bgcolor="#eeeeee" leftmargin="10" topmargin="10" marginwidth="0" marginheight="0" link="#696969" alink="red" vlink="#696969"><scr<%%>ipt>window.focus();</scr<%%>ipt>' + message + '</BODY></html>');
	}
	function ProfileJumper(targ,selObj,restore){ //v3.0
	  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  if (restore) selObj.selectedIndex=0;
	}
	
	function WepPrint(name)
	{
		var a = window.open('','','width=500,height=300');
		var b = document.getElementById(name).innerHTML
	//	alert(b.length);
		if (b.length>0){
			a.document.open("text/html");
			a.document.write('<html><head><title>Van Campen Aluminium:: print</title><link rel="stylesheet" href="/campen/_stylesheets/campen.css" type="text/css"><style>body{background:white}</style></head><body onload="this.close();"><div id="tekst">');
			a.document.write(b);
			a.document.write('</div></body></html>');
			a.document.close();
			a.print();
		}
	}
	
//-->