bname=navigator.appName; bversion=parseInt(navigator.appVersion) if (bname=="Netscape") brows=true else brows=false var x=0; var link=new Array(); function dspl(msg,dtop,delft){ this.msg=msg; this.dtop=dtop; this.dleft=delft; } // Here goes your messages (Read the instructions at http://www.geocities.com/~lef/instructions8.html for more details) // Do not edit anything else in the script !!!! function don(x) { if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)) { if (brows) { with(link[x]) { document.layers['linkex'].document.writeln(msg); document.layers['linkex'].document.close(); document.layers['linkex'].top=dtop; document.layers['linkex'].left=dleft; } document.layers['linkex'].visibility="show"; } else { with(link[x]) { linkex.innerHTML=msg; linkex.style.top=dtop; linkex.style.left=dleft; } linkex.style.visibility="visible"; } } } function doff(){ if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){ if (brows) document.layers['linkex'].visibility="hide"; else linkex.style.visibility="hidden"; } }