// JavaScript Document

function sizetop() {
	var sh = window.innerHeight;
	sh = sh-600;
	sh = sh/2;
	document.getElementById("topcell").style.height = sh + "px";
}
function menuover(mnu) {
	document[mnu].src="http://www.liztalleybooks.com/wp-content/themes/Summer/images/" + mnu + "_over.gif";
}
function menuout(mnu) {
	document[mnu].src="http://www.liztalleybooks.com/wp-content/themes/Summer/images/" + mnu + ".gif";
}
