';
enabletip=true;
tipobj.style.width= width;
tipobj.style.height= height;
tipobj.style.visibility="visible"
tipobj.innerHTML = output;
return false
}
}
function CloseImagePopup()
{
if (ns6||ie)
{
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=""
tipobj.style.width=""
}
}