/*code.js*/

//myFunc
	function standard()
		{	

		top.innerHTML = ("<img src='images/space.gif'; style='border-style:none'; />");	

		topLeft.innerHTML = ("<img src='images/logo1.gif'; style='border-style:none'; />");	
		
		t.innerHTML = ("<img src='images/t.gif'; style='border-style:none'; />");

		menu.innerHTML = ("" 
				+" <a href='http://www.wrightfoundation.com'>	<img src='images/m1.gif'; border='none'></a>&nbsp; &nbsp;"
				//+" <a href='booking.cfm'>			<img src='images/m2.gif'; border='none'></a>&nbsp; &nbsp;"
				//+" <a href='speakers.cfm'>			<img src='images/m3a.gif'; border='none'></a>&nbsp; &nbsp;"	
				//+" <a href='who.cfm'>				<img src='images/m4.gif'; border='none'></a>&nbsp; &nbsp;"
				+" <a href='contact.cfm'>			<img src='images/m5.gif'; border='none'></a>&nbsp; &nbsp;"
				+"");	

		b.innerHTML = ("<img src='images/b.gif'; style='border-style:none'; />");

		footer.innerHTML = (""
			+" <span class='centerWhite9'>"
			//+" <a class='two' href='index.cfm'>Home</a> | " 
			//+" <a class='two' href='booking.cfm'>Booking Form</a> | "
			+" <a class='two' href='speakers.cfm'>Speakers Presentations</a> | "
			//+" <a class='two' href='who.cfm'>Who Should Attend</a> | "
			+" <a class='two' href='contact.cfm'>Contact Us</a>"
			+" &nbsp <br /> <br />The WRIGHT Foundation Research 2010 &copy</span>"
			+"");

		}

