// FRAMSET VERIFICATION JS// info@neocommunication.be// 2001/11if (parent.frames.length == 0) {	x = location.href	;  	while ((y = x.indexOf("+")) >= 0){  		x = x.substring(0,y) + "%20" + x.substring(y + 1,x.length);  	}	self.location = 'index.php?M=' + x;}