if (!document.layers&&!document.all) event="test" function showtip(current,e){ var text = ""; var strLibFile; strLibFile = document.theForm.source.options[document.theForm.source.selectedIndex].value; if (strLibFile == "none") { text = "Please select a source!"; } else { tmp = strLibFile.lastIndexOf(":")+1; tmp = strLibFile.slice(tmp,strLibFile.length); text = document.theForm.price.title = "Price is $" + tmp + " per doc"; } // Internet Explorer if (document.all){ thetitle=text.split('
') if (thetitle.length>1){ thetitles='' for (i=0;i'+text+'') document.tooltip.document.close() document.tooltip.left=e.pageX+5 document.tooltip.top=e.pageY-20 document.tooltip.visibility="show" } } function hidetip(){ if (document.layers) document.tooltip.visibility="hidden" }