// JavaScript Document
window.onload = function()
{
	
	//if(oFCKeditor) oFCKeditor.BasePath = "admin/source/FCKeditor/";
    //if(oFCKeditor) oFCKeditor.ReplaceTextarea();
	
	var mainh = getObjH("absolute");
	
	var pub_main_main = document.getElementById("pub_main_main");
	pub_main_main.style.height = mainh+'px';

}

