/*
	JavaScript Include

	Name:	 	: JavaScript Main
	Address		: http://www.pz-duffel.be	
	Copyright	: Smartsite Software BV	
	Author	 	: Site Administrator
	Created	 	: 2007-10-29T10:40:24
*/


function openWindow(url){
	window.open(url,'_blank','toolbar=no,menubar=no,resizable=yes,location=no,status=yes');
}

function test(){
	return 1 < 2;
}

