<!-- BEGIN NAV WINDOW Script
/*      Script by Lefteris Haritou      
        Copyright ©1998 
        http://www.geocities.com/~lef
        This Script is free as long 
        as you keep the above credit !
*/
bname=navigator.appName;
bversion=parseInt(navigator.appVersion)
if (bname=="Netscape"){
brows=true
event='';
}
if (bname=="Microsoft Internet Explorer")
brows=false
var x=0;
var y=0;
var link=new Array();
var emergencylink= new Array();

function dspl(msg,bgcolor,dtop,delft){
this.msg=msg;
this.bgcolor=bgcolor;
this.dtop=dtop;
this.dleft=delft;
}

// Put your messages here (Read the instructions at http://www.geocities.com/~lef/instructions8.html   for more deatails)

link[0]=new dspl('<Font face="Arial" size=3><TABLE><TR><TD><B><A href="esguide/Agri.html">Agricultural</A><BR><A href="esguide/Auto.html">Automotive</A><BR><A href="esguide/Service.html">Business Services</A><BR><A href="esguide/Communica.html">Communication</A><BR><A href="esguide/Computers.html">Computers</A><BR><A href="esguide/Entert.html">Entertainment and Hobbies</A><BR><A href="esguide/Fashion.html">Fashion</A><BR><A href="esguide/Food.html">Food and Dining</A><BR><A href="esguide/Health.html">Health and Beauty</A><BR><A href="esguide/HG.html">Home and Garden</A><BR><A href="esguide/HI.html">Home Improvement</A><BR><A href="esguide/Industry.html">Industry</A><BR><A href="esguide/Mfg.html">Manufacturing</A><BR><A href="esguide/Props.html">Property and Real Estate</A><BR><A href="esguide/Shopping.html">Shopping</A><BR><A href="esguide/SportFit.html">Sports and Fitness</A><BR><A href="esguide/Travel.html">Travel and Lodging</A><BR></B></FONT></TD></TR></TABLE>','#FFCC66')
emergencylink[0]='http://www.easternshore.com/esguide/Agri.html'



// Do not edit anything else in the script !!!!

function don(x,e){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows){
if (document.layers['linkex'].visibility=="show"){
document.layers['linkex'].visibility="hide";
if (y==x)
return;
}
}
if (!brows){
if (linkex.style.visibility=="visible"){
linkex.style.visibility="hidden";
if (y==x)
return;
}
}

if (brows){
y=x;
with(link[x]){
document.layers['linkex'].bgColor=bgcolor;
document.layers['linkex'].document.writeln('<NOBR>'+msg+'</NOBR>');
document.layers['linkex'].document.close();
document.layers['linkex'].top=e.pageY-2;
document.layers['linkex'].left=e.pageX+50;
}
document.layers['linkex'].visibility="show";
}
if (!brows){
y=x;
with(link[x]){
if (bgcolor==null)
bgcolor="transparent"
linkex.style.background=bgcolor;
linkex.innerHTML='<NOBR>'+msg+'</NOBR>';
linkex.style.top=window.event.srcElement.offsetTop;
linkex.style.left=window.event.srcElement.offsetLeft+window.event.srcElement.offsetWidth;
}
linkex.style.visibility="visible";
}
}
else
location.href=emergencylink[x]
}

// done hiding NAV WINDOW -->
