/**
 * Some JS created by: het Wep
*/
 	window.status = (" © 2006 – Dit idee is beschermd. ")

	function set(){
	}
	
	function loadIframe(TheUrl) {
		var url = TheUrl;
		var iframeName = "content";
		frames[iframeName].location.href = url;
		ContentLayer.style.display='inline'
	}

// Function 4 the swf

	function openNewWindow(URLtoOpen,windowName,windowFeatures){ 
		newWindow=window.open(URLtoOpen,windowName,windowFeatures);
	}
