//unused js functions
		
			<!--popUp help function
			function popHelp(page) {
	PWidth = "350";
	PHeight = "400";
	self.name = "modellaunch";
	mlpophelp=window.open(page, "pophelp", "toolbar=0, scrollbars=0, location=0, status=0, menubars=0, resizable=0, width="+PWidth+", height="+PHeight);
	mlpophelp.window.moveTo((screen.width/2)-(PWidth/2),(screen.height/2)-(PHeight/2));
	}
	//-->
	
		