 function PrepareWindowOnOpen() {
		if (document.all) {document.body.style.fontSize = '1em';} /* IE5 workakround */
		return true;
	}
	

