//*gets the height off the content element*//
function getWindowHeight() {
windowHeight=document.getElementById("content").offsetHeight;
return windowHeight;
}
