<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="left"		// MENU LEFT, RIGHT OR CENTER
var menuspace	= "6"		// MENU END SPACING



document.write('<table cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="email.html" class="menu">Email</a>');


document.write('</td><td nowrap>');
document.write('<a href="webhosting.html" class="menu">WebHosting</a>');


document.write('</td><td nowrap>');
document.write('<a href="siteanalytics.html" class="menu">Site Analytics</a>');


document.write('</td><td nowrap>');
document.write('<a href="dialup.html" class="menu">DialUp</a>');


document.write('</td><td nowrap>');
document.write('<a href="https://www.totalspeed.net/custinfo/login.asp" target="_blank" class="menu">CustomerAcctInfo</a>');


document.write('</td><td nowrap>');
document.write('<a href="support.html" class="menu">Support</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="http://www.creativeconsulting.com/webstats" target="_blank" class="menu">WebStats</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="http://www.totalspeed.net/WebSitetonight.htm" target="_blank" class="menu">WebSite Tonight</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="AUP.html" class="menu">Legal</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="testimonials.html" class="menu">Testimonials</a>');


document.write('</td><td nowrap>');
document.write('<a href="callback.html" class="menu">CallBack</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="site_map.htm" class="menu">Site Map</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="about.htm" class="menu">About</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="news.htm" class="menu">News</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="services.htm" class="menu">Services</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="clients.htm" class="menu">Clients</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="gallery1.htm" class="menu">Gallery</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="links.htm" class="menu">Links</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="careers.htm" class="menu">Careers</a>');


// document.write('</td><td nowrap>');
// document.write('<a href="contact.htm" class="menu">Contact</a>');



// END LINK BUTTONS //


document.write('</td><td background="picts/menu-background.jpg">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->

