$(document).ready(function(){
	doGlow();
});

$(window).load(function(){
	doGlow();
});

function doGlow() {
	$("#glow .glowMiddle").height($("#main").height() - 24 + "px");
}

function switchmenuimg(theObj, theSrc) {
	$(theObj).attr("src", theSrc);
}
