function showtitle(text){ document.all["overDiv"].innerHTML = "
"+text+"
" document.all["overDiv"].style.left=event.x+5 document.all["overDiv"].style.top=event.y+15 + document.body.scrollTop; document.all["overDiv"].style.display="" } function hidetitle(){ document.all["overDiv"].style.display="none" }