function divHeight(){
	var x=navigator;
	var h=document.getElementById("menuT").clientHeight;
	if( x.appVersion.indexOf("MSIE 6.0;")>0 ) { h=h-10; }
	document.getElementById("content_left").style.height=h+"px";
}
