var loc = document.location;
var loc = loc.toString();

document.write('<table cellpadding="0" cellspacing="0" border="0" align=left bgcolor=#000000 valign="top" width=100>');
document.write('<tr height=25><td align=center colspan=2><img src="images/spacer.gif" width="5" height="25"></td></tr>');
if (loc.indexOf("bio") != -1) {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="bio.htm"><div class=wsublink>Biography</div></a></td></tr>');
}
else {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="bio.htm"><div class=sublink>Biography</div></a></td></tr>');
}
if (loc.indexOf("recordings") != -1) {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="recordings.htm"><div class=wsublink>Recordings</div></a></td></tr>');
}
else {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="recordings.htm"><div class=sublink>Recordings</div></a></td></tr>');
}
if (loc.indexOf("photos") != -1) {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="photos.htm"><div class=wsublink>Photos</div></a></td></tr>');
}
else {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="photos.htm"><div class=sublink>Photos</div></a></td></tr>');
}
if (loc.indexOf("downloads") != -1) {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="downloads.htm"><div class=wsublink>Downloads</div></a></td></tr>');
}
else {
document.write('<tr height=25><td width=5><img src="images/spacer.gif" width="5" height="25"></td><td><a href="downloads.htm"><div class=sublink>Downloads</div></a></td></tr>');
}
document.write('<tr><td align=center colspan=2><img src="images/spacer.gif" width="5" height="125"></td></tr>');
document.write('<tr><td align=center colspan=2><A HREF="mailto:?subject=Dennis Selfridge Website&body=Check out www.dennisselfridge.com">');
document.write('<div class=wsublink>Email this site to a friend</div></a></td></tr></table>');











