  ////---------------------------//// 
 //    Layout.js					  //  © 2004 Thijs Putman (info@tphnet.com), alle rechten voorbehouden.
////---------------------------////

  //////
 // Function Setup()
//////

function Setup(){

	if(document.getElementById("TableContainer").offsetHeight < windowHeight()){
		document.getElementById("ContentRow").style.height = windowHeight() - document.getElementById("MenuRow").offsetHeight - document.getElementById("BottomRow").offsetHeight + "px";}

	document.getElementById("BottomRow").style.visibility = 'visible';}
