function pageload() {

	var wheight = screen.availHeight;
	
	if (document.all){
	
		var nheight = wheight-450;
	}
	else {
		var nheight = wheight-470;
	}
	
	document.getElementById('maincontent').style.minHeight=nheight+"px";

}
pageload();
createmenu();
