isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
DoIt=false;

function ddInit(e)
{
	TWD=isIE ? "BODY" : "HTML";
	TWD1=isIE ? document.all.theLayer : document.getElementById("theLayer");
	
}

function hideMe()
{
	if (isIE||isNN) TWD1.style.visibility="hidden";
	else if (isN4) document.theLayer.visibility="hide";
}




