I am having a lot of trouble getting my wrapper files to. I can't seem
to get the javascript to work correctly. My server is setup like this:
/cgi-bin
/webserverroot
The htdig stuff runs out of the cgi-bin, as you know. I have changed the
paths to everything to reference the server root and and all the images
are under it in an images sub-directory. Everything works on the page,
except the javascript. I didn't make the page, I don't know anything
about java script. The java script works on all the rest of the site,
just not the htdig result pages. I get this error: "A runtime error has
ocurred. Do you wish to Debug? Line:60 Error: Expected ')'
Here is my nomatch.html file.
<HTML>
<HEAD><TITLE>Bazillion - Search Results No Match</TITLE>
<META HTTP-EQUIV="KEYWORDS" CONTENT="bazillion">
<META HTTP-EQUIV="DESCRIPTION" CONTENT="bazillion">
<LINK REL="STYLESHEET" HREF="/style.css" TYPE="text/css">
<SCRIPT language="JavaScript">
var rollit = true;
browserVer = parseInt(navigator.appVersion);
if (browserVer < 3) {rollit = false;}
{if (rollit)
{
h00on=new Image;h00on.src="/images/phone.gif";h00off=new
Image;h00off.src="/images/phone.gif";
h01on=new Image;h01on.src="/images/menu01on.gif";h01off=new
Image;h01off.src="/images/menu01.gif";
h02on=new Image;h02on.src="/images/menu02on.gif";h02off=new
Image;h02off.src="/images/menu02.gif";
h03on=new Image;h03on.src="/images/menu03on.gif";h03off=new
Image;h03off.src="/images/menu03.gif";
h04on=new Image;h04on.src="/images/menu04on.gif";h04off=new
Image;h04off.src="/images/menu04.gif";
h05on=new Image;h05on.src="/images/menu05on.gif";h05off=new
Image;h05off.src="/images/menu05.gif";
h06on=new Image;h06on.src="/images/menu06on.gif";h06off=new
Image;h06off.src="/images/menu06.gif";
r01on=new Image;r01on.src="/images/nav01on.gif";r01off=new
Image;r01off.src="/images/nav01.gif";
r02on=new Image;r02on.src="/images/nav02on.gif";r02off=new
Image;r02off.src="/images/nav02.gif";
r03on=new Image;r03on.src="/images/nav03on.gif";r03off=new
Image;r03off.src="/images/nav03.gif";
r04on=new Image;r04on.src="/images/nav04on.gif";r04off=new
Image;r04off.src="/images/nav04.gif";
}}
function on(imgName)
{if (rollit) {document[imgName].src = eval(imgName + "on.src");}}
function off(imgName)
{if (rollit) {document[imgName].src = eval(imgName + "off.src");}}
function showHideLayers() {
var i, visStr, args, theObj; args = showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) { visStr = args[i+2];
if (navigator.appName == 'Netscape' && document.layers != null) {
theObj = eval(args[i]);
if (theObj) theObj.visibility = visStr;
} else if (document.all != null) {
if (visStr == 'show') visStr = 'visible';
if (visStr == 'hide') visStr = 'hidden'; theObj = eval(args[i+1]);
if (theObj) theObj.style.visibility = visStr;
}}}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#ffffff" background="/images/bg01.gif" link="#3366CC"
alink="#FF6600" vlink="#3366CC" topmargin="0" leftmargin="0"
marginheight="0" marginwidth="0">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top" width="100%" bgcolor="#333333">
<!-- START TOP NAVIGATION -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="35" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/contact.html"
onMouseOver="on('h00'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','show');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','hide');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','hide');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','hide');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','hide')"
onMouseOut="off('h00')"><img name="h00" src="/images/phone.gif"
width="65" height="20" border="0"></a></td>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="35" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/index.html"
onMouseOver="on('h01'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','hide');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','hide');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','hide');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','hide');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','hide')"
onMouseOut="off('h01')"><img name="h01" src="/images/menu01.gif"
width="32" height="20" border="0"></a></td>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="23" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/about.html"
onMouseOver="on('h02'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','hide');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','show');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','hide');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','hide');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','hide');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','hide')"
onMouseOut="off('h02')"><img name="h02" src="/images/menu02.gif"
width="81" height="20" border="0"></a></td>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="23" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/services.html"
onMouseOver="on('h03'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','hide');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','show');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','hide');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','hide');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','hide')"
onMouseOut="off('h03')"><img name="h03" src="/images/menu03.gif"
width="46" height="20" border="0"></a></td>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="23" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/support.html"
onMouseOver="on('h04'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','hide');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','hide');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','show');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','hide');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','hide')"
onMouseOut="off('h04')"><img name="h04" src="/images/menu04.gif"
width="44" height="20" border="0"></a></td>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="23" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/members.html"
onMouseOver="on('h05'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','hide');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','hide');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','hide');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','hide');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','show')"
onMouseOut="off('h05')"><img name="h05" src="/images/menu05.gif"
width="50" height="20" border="0"></a></td>
<td valign="middle" height="20"><img src="/images/pixel.gif"
width="23" height="1" border="0"></td>
<td valign="middle" height="20"><a href="/signup.html"
onMouseOver="on('h06'),
showHideLayers('document.layers[\'zeroMenu\']','document.all[\'zeroMenu\
']','hide');showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide');showHideLayers('document.layers[\'twoMenu\']','doc
ument.all[\'twoMenu\']','hide');showHideLayers('document.layers[\'threeM
enu\']','document.all[\'threeMenu\']','hide');showHideLayers('document.l
ayers[\'fourMenu\']','document.all[\'fourMenu\']','show');showHideLayers
('document.layers[\'fiveMenu\']','document.all[\'fiveMenu\']','hide')"
onMouseOut="off('h06')"><img name="h06" src="/images/menu06.gif"
width="43" height="20" border="0"></a></td>
</tr>
</table>
<!-- END TOP NAVIGATION -->
</td>
</tr>
<!-- WHITE LINE --------------><tr><td valign="top" width="100%"
height="1" bgcolor="#ffffff">
<img src="/images/pixel.gif" width="1" height="1" border="0"></td></tr>
<!-- ORANGE SECTION W/ LOGO --><tr><td valign="top" width="100%"
height="50" bgcolor="#FF6600">
<img src="/images/members_logo01.gif" width="128" height="50"
border="0">
<img src="/images/pixel.gif" width="165" height="1" border="0">
<img src="/images/members_connect.gif" width="260" height="50"
border="0"></td></tr>
<!-- WHITE LINE --------------><tr><td valign="top" width="100%"
height="2" bgcolor="#ffffff">
<img src="/images/members_logo02.gif" width="128" height="2"
border="0"></td></tr>
<!-- GRAY SECTION W/ LOGO --><tr><td valign="top" width="100%"
height="17" bgcolor="#333333">
<img src="/images/members_logo03.gif" width="128" height="17"
border="0"></td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" width="20"><img src="/images/pixel.gif" width="1"
height="20" border="0"></td>
<td valign="top" width="600">
<font face="arial, verdana" size="2">
<BR><BR><font color="#FF6600"><B></B></font>
<BR>
</font>
<h1>Search results</h1>
<hr noshade size="4">
<h2>No matches were found for '$&(LOGICAL_WORDS)'</h2>
<p>
Check the spelling of the search word(s) you used.
If the spelling is correct and you only used one word,
try using one or more similar search words with "<b>Any</b>."
</p><p>
If the spelling is correct and you used more than one
word with "<b>Any</b>," try using one or more similar search
words with "<b>Any</b>."</p><p>
If the spelling is correct and you used more than one
word with "<b>All</b>," try using one or more of the same words
with "<b>Any</b>."</p>
<hr noshade size="4">
<form method="get" action="$(CGI)">
<font size="-1">
<!-- <input type="hidden" name="config" value="$&(CONFIG)">
<input type="hidden" name="restrict" value="$&(RESTRICT)">
<input type="hidden" name="exclude" value="$&(EXCLUDE)">
Match: $(METHOD)
Format: $(FORMAT)
Sort by: $(SORT)-->
<br>
Refine search:
<input type="text" size="30" name="words" value="$&(WORDS)">
<input type="submit" value="Search">
</select>
</font>
</form>
<center>
<font face="arial, verdana" size="1">
<BR><a href="/index.html">Home</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/jobs.html">Jobs</a>
<a href="/support.html">Support</a>
<a href="/services.html">Services</a>
<a href="/faq.html">FAQs</a>
</font>
<font face="arial, verdana" size="1">
<BR><BR>Copyright � 2000 Bazillion Inc. All rights reserved.
<BR>Bazillion Inc. logos are trademarks of Bazillion Inc. Toll-free
1.877.943.8375
<BR>
</font>
</center>
</td>
</tr>
</table>
<DIV ID="zeroMenu">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><A
href="javascript:showHideLayers('document.layers[\'zeroMenu\']','documen
t.all[\'zeroMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'zeroMenu\']','document.all
[\'zeroMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'zeroMenu\']','document.al
l[\'zeroMenu\']','hide')"><img src="/images/left65_25.gif" border="0"
width="25" height="65"></A></TD>
<td valign="top" bgcolor="#333333" width="125">
<img src="/images/pixel.gif" width="1" height="4" border="0"><BR>
<A HREF="mailto:[EMAIL PROTECTED]"
CLASS="menu"> [EMAIL PROTECTED]</A><BR>
<A HREF="mailto:[EMAIL PROTECTED]"
CLASS="menu"> [EMAIL PROTECTED]</A><BR>
<A HREF="mailto:[EMAIL PROTECTED]"
CLASS="menu"> [EMAIL PROTECTED]</A><BR>
<A HREF="mailto:[EMAIL PROTECTED]"
CLASS="menu"> [EMAIL PROTECTED]</A><BR>
</td>
<td><a
href="javascript:showHideLayers('document.layers[\'zeroMenu\']','documen
t.all[\'zeroMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'zeroMenu\']','document.all
[\'zeroMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'zeroMenu\']','document.al
l[\'zeroMenu\']','hide')"><img src="/images/right65.gif" width="100"
height="65" border="0"></a></td>
</tr>
<tr><td colspan="3"><A
href="javascript:showHideLayers('document.layers[\'zeroMenu\']','documen
t.all[\'zeroMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'zeroMenu\']','document.all
[\'zeroMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'zeroMenu\']','document.al
l[\'zeroMenu\']','hide')"><IMG src="/images/pixel.gif" width="240"
height="100" border="0"></A></td></tr>
</table>
</DIV>
<DIV ID="oneMenu">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><A
href="javascript:showHideLayers('document.layers[\'oneMenu\']','document
.all[\'oneMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'oneMenu\']','document.all
[\'oneMenu\']','hide')"><img src="/images/left85.gif" width="100"
height="85" border="0"></A></TD>
<td valign="top" bgcolor="#333333" width="135">
<img src="/images/pixel.gif" width="1" height="4" border="0"><BR>
<A HREF="/whyus.html" CLASS="menu"> Why Us</A><BR>
<A HREF="/about.html" CLASS="menu"> About Bazillion</A><BR>
<A HREF="/techreviews.html" CLASS="menu"> Technology
Reviews</A><BR>
<A HREF="/press.html" CLASS="menu"> Press Releases</A><BR>
<A HREF="/policies.html" CLASS="menu"> Policies</A><BR>
<A HREF="/jobs.html" CLASS="menu"> Jobs</A><BR>
</td>
<td><a
href="javascript:showHideLayers('document.layers[\'oneMenu\']','document
.all[\'oneMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'oneMenu\']','document.all
[\'oneMenu\']','hide')"><img src="/images/right85.gif" width="100"
height="85" border="0"></a></td>
</tr>
<tr><td colspan="3"><A
href="javascript:showHideLayers('document.layers[\'oneMenu\']','document
.all[\'oneMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'oneMenu\']','document.all[
\'oneMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'oneMenu\']','document.all
[\'oneMenu\']','hide')"><IMG src="/images/pixel.gif" width="335"
height="100" border="0"></A></td></tr>
</table>
</DIV>
<DIV ID="twoMenu">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><A
href="javascript:showHideLayers('document.layers[\'twoMenu\']','document
.all[\'twoMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'twoMenu\']','document.all[
\'twoMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'twoMenu\']','document.all
[\'twoMenu\']','hide')"><IMG src="/images/left75.gif" width="100"
height="75" border="0"></A></td>
<td valign="top" bgcolor="#333333" width="140">
<img src="/images/pixel.gif" width="1" height="4" border="0"><BR>
<A HREF="/services.html" CLASS="menu"> Services</A><BR>
<A HREF="/highspeed.html" CLASS="menu"> High-Speed</A><BR>
<A HREF="/dialup.html" CLASS="menu"> Dial-up</A><BR>
<A HREF="/realtime.html" CLASS="menu"> Real-time Account
Info</A><BR>
<A HREF="/messaging.html" CLASS="menu"> Unified Messaging</A><BR>
</td>
<td><a
href="javascript:showHideLayers('document.layers[\'twoMenu\']','document
.all[\'twoMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'twoMenu\']','document.all[
\'twoMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'twoMenu\']','document.all
[\'twoMenu\']','hide')"><img src="/images/right75.gif" width="100"
height="75" border="0"></a></td>
</tr>
<tr>
<td colspan="3"><A
href="javascript:showHideLayers('document.layers[\'twoMenu\']','document
.all[\'twoMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'twoMenu\']','document.all[
\'twoMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'twoMenu\']','document.all
[\'twoMenu\']','hide')"><IMG src="/images/pixel.gif" width="340"
height="100" border="0"></A></td>
</tr>
</table>
</DIV>
<DIV ID="threeMenu">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><A
href="javascript:showHideLayers('document.layers[\'threeMenu\']','docume
nt.all[\'threeMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'threeMenu\']','document.al
l[\'threeMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'threeMenu\']','document.a
ll[\'threeMenu\']','hide')"><IMG src="/images/left120.gif" width="100"
height="120" border="0"></A></td>
<td valign="top" bgcolor="#333333" width="142">
<img src="/images/pixel.gif" width="1" height="4" border="0"><BR>
<A HREF="/contact.html" CLASS="menu"> Contact</A><BR>
<A HREF="/access_numbers.html" CLASS="menu"> Access Numbers</A><BR>
<A HREF="/getting_connected.html" CLASS="menu"> Getting
Connected</A><BR>
<A HREF="/using_bazillion.html" CLASS="menu"> Using
Bazillion</A><BR>
<A HREF="/selecting_browser.html" CLASS="menu"> Selecting Your
Browser</A><BR>
<A HREF="/using_web.html" CLASS="menu"> Using Your Web
Space</A><BR>
<A HREF="/using_email.html" CLASS="menu"> Using Your Email</A><BR>
<A HREF="/rebate.html" CLASS="menu"> Rebate Form</A><BR>
<A HREF="/faq.html" CLASS="menu"> FAQs</A><BR>
</td>
<td><a
href="javascript:showHideLayers('document.layers[\'threeMenu\']','docume
nt.all[\'threeMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'threeMenu\']','document.al
l[\'threeMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'threeMenu\']','document.a
ll[\'threeMenu\']','hide')"><img src="/images/right120.gif" width="100"
height="120" border="0"></a></td>
</tr>
<tr><td colspan="3"><A
href="javascript:showHideLayers('document.layers[\'threeMenu\']','docume
nt.all[\'threeMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'threeMenu\']','document.al
l[\'threeMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'threeMenu\']','document.a
ll[\'threeMenu\']','hide')"><IMG src="/images/pixel.gif" width="342"
height="100" border="0"></A></td></tr>
</table>
</DIV>
<DIV ID="fourMenu">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><A
href="javascript:showHideLayers('document.layers[\'fourMenu\']','documen
t.all[\'fourMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'fourMenu\']','document.all
[\'fourMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'fourMenu\']','document.al
l[\'fourMenu\']','hide')"><IMG src="/images/left45.gif" width="100"
height="45" border="0"></A></td>
<td valign="top" bgcolor="#333333" width="125">
<img src="/images/pixel.gif" width="1" height="4" border="0"><BR>
<A HREF="/signup.html" CLASS="menu"><nobr> High-speed Sign
Up</nobr></A><BR>
<A HREF="/dialup_signup.html" CLASS="menu"> Dial-up Sign Up</A><BR>
</td>
<td><a
href="javascript:showHideLayers('document.layers[\'fourMenu\']','documen
t.all[\'fourMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'fourMenu\']','document.all
[\'fourMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'fourMenu\']','document.al
l[\'fourMenu\']','hide')"><img src="/images/right45.gif" width="100"
height="45" border="0"></a></td>
</tr>
<tr><td colspan="3"><A
href="javascript:showHideLayers('document.layers[\'fourMenu\']','documen
t.all[\'fourMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'fourMenu\']','document.all
[\'fourMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'fourMenu\']','document.al
l[\'fourMenu\']','hide')"><IMG src="/images/pixel.gif" width="325"
height="100" border="0"></A></td></tr>
</table>
</DIV>
<DIV ID="fiveMenu">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><A
href="javascript:showHideLayers('document.layers[\'fiveMenu\']','documen
t.all[\'fiveMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'fiveMenu\']','document.all
[\'fiveMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'fiveMenu\']','document.al
l[\'fiveMenu\']','hide')"><IMG src="/images/left55.gif" width="100"
height="55" border="0"></A></td>
<td valign="top" bgcolor="#333333" width="125">
<img src="/images/pixel.gif" width="1" height="4" border="0"><BR>
<A HREF="/member01.html" CLASS="menu"> Real-time
Account<BR> Information</A><BR>
<A HREF="/member02.html" CLASS="menu"> Message Box</A><BR>
</td>
<td><a
href="javascript:showHideLayers('document.layers[\'fiveMenu\']','documen
t.all[\'fiveMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'fiveMenu\']','document.all
[\'fiveMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'fiveMenu\']','document.al
l[\'fiveMenu\']','hide')"><img src="/images/right55.gif" width="100"
height="55" border="0"></a></td>
</tr>
<tr><td colspan="3"><A
href="javascript:showHideLayers('document.layers[\'fiveMenu\']','documen
t.all[\'fiveMenu\']','hide')"
onmouseout="showHideLayers('document.layers[\'fiveMenu\']','document.all
[\'fiveMenu\']','hide')"
onmouseover="showHideLayers('document.layers[\'fiveMenu\']','document.al
l[\'fiveMenu\']','hide')"><IMG src="/images/pixel.gif" width="325"
height="100" border="0"></A></td></tr>
</table>
</DIV>
</BODY>
</HTML>
<html><head><title>No match for '$&(LOGICAL_WORDS)'</title></head>
<body bgcolor="#eef7ff">
</body></html>
Thanks,
Keith Vance
Web Developer
[EMAIL PROTECTED]
(206) 436-3874
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.