 /* the function toppanel() includes the background image and texts in the menu */

document.write("<MARQUEE scrollAmount=3 hspace=3>");
document.write("<span class='runningtext'>The Biography Institute found to appreciate those who spent their whole life, dedicated their totality, and given their best to society.  </span>");
document.write("<span class='runningtext1'> They deserve to be known, they deserve to be a legend, and carved their name into History.  </span></MARQUEE>");

function menu_toppanel(){
	document.open();
	document.write(document.write);
	document.close();	
}