function InitCSS() {
//alert("InitCSS");

if (1) {
	G_hT=document.getElementById("Z_Text").offsetHeight;
	if (document.getElementById("sep1")) {
		document.getElementById("sep1").style.height=G_hT+"px";
	} 
	if (document.getElementById("sep2")) {
		document.getElementById("sep2").style.height=G_hT+"px";
	} 
}
}



