function ofhide(divid){
divobj=document.getElementById("adtop");
divobj.style.height="100px";
}

function ofunhide(divid){
divobj=document.getElementById("adtop");
divobj.style.height="200px";
}


function bannertop_DoFSCommand(command, args) {
if (command == "javascript:ofunhide"){ofunhide(args);}
if (command == "javascript:ofhide"){ofhide(args);}
}
