hey

this code works in IE but not in FF

[CODE=javascript]function ZoomFrames(obj)
{
if (isVisibleObjec t(document.getE lementById("FRH EAD").style))
{
document.getEle mentById("FRZOO M").src='ima ges/zoomin.gif';
hideObject(docu ment.getElement ById("FRHEAD"). style);
hideObject(docu ment.getElement ById("FRINDEX") .style)...