var loc=String(this.location);  

loc=loc.split("/");  
loc=loc[loc.length-2];
var extra = '';
if (loc == 'members'){
   extra = '../';
} 

document.write('<table width="720" border=0 cellspacing="0" cellpadding="0" bgcolor="#003366"><tr><td align=center width=200><a href="javascript:SLIDES.hotlink()"><img align=absmiddle name="SLIDESIMG"src="' + extra + '../attractions_gpx.jpg" STYLE="filter:progid:DXImageTransform.Microsoft.Fade()" BORDER=0 alt="Slideshow image"></A></td><td><img src="' + extra + 'banner.jpg" width=520 height=123 border=0 alt=""></td></tr>');

document.write('<tr><td colspan=2 bgcolor=white><img src="' + extra + 'spacer.gif" width=1 height=2 border=0 alt=""></td></tr>');
document.write('<tr><td colspan=2>');

document.write('<table border=0 width=720><tr><td>');

document.write('<ul id="nav">');


document.write('<li><a href="');
document.write(extra + 'index.html">');
if(page == 'home'){
    document.write('<font color = red>');
}
document.write('Home</a>');

document.write('<li ><a href="' + extra + 'members.php">');
if(page == 'members'){
    document.write('<font color = red>');
}
document.write('Realtor Members</a>');

document.write('<li><a href="' + extra + 'members.php?type=affiliate">');
if(page == 'affiliates'){
    document.write('<font color = red>');
}
document.write('Affiliate Members</a>');
/*
    <ul>
	<li><a style="color: 000000;" href="sample_link.html">Overview</a></li>
	<li><a style="color: 000000;" href="sample_link.html">Stock Quotes</a></li>
	</ul></li>
*/


document.write('<li><a href="' + extra + 'realestatelinks.html">');
if(page == 'realestatelinks'){
    document.write('<font color = red>');
}
document.write('Real Estate Links</a>');


document.write('<li><a href="' + extra + 'locallinks.html">');
if(page == 'locallinks'){
    document.write('<font color = red>');
}
document.write('Local Links</a>');







document.write('<li ><a href="' + extra + '/cgi-local/calendar/calendar.pl?calendar=">');
if(page == 'calendar'){
    document.write('<font color = red>');
}
document.write('Calendar</a>');


if (loc == 'members'){
    document.write('<li><a href="' + extra + 'awards.html">');
    if(page == 'awards'){
        document.write('<font color = red>');
    }
    document.write('Award Forms</a>');
}


document.write('</ul>');

document.write('</td></tr></table></td></tr></table>');