function getElm(x){return document.getElementById(x);}
var iwh=-1;
var CH = 13;
var run=false;
function Stretch(){
	//This method has been removed due to divs have been replace with tables
	/*
	var rn=getElm('navLeft');
	if(!rn) return;
	var wr=getElm('wrapper');
	var cw=getElm('content');
	var fh=getElm('footer').clientHeight + CH;
	var rnh=rn.clientHeight;
	var wrh=wr.clientHeight;
	if(iwh==-1)iwh=wrh;
	var h=0; 
	if((rnh+fh)>iwh) {
		h=(rnh+fh)-iwh;
	}
	cw.style.paddingBottom=h+"px";
	*/
}
