<!-- Begin MENU LINKS AND OPTIONS
// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showimage   = "no"                  // SHOW THE SMALL IMAGE ON THE MENU
var imaglink    = "cart.htm"            // SMALL IMAGE PAGE LINK
var linkstop    = "no"                  // START LINKS AT THE VERY TOP
var date        = "yes"                 // SHOW DATE



document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="150"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/spacer.gif" width="10" height="18"><br>');
}
document.write('<img src="picts/menu-top.gif"><br>');

// START LINKS - EDIT BELOW TO CHANGE MENU ITEMS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../about.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../news.htm" class="menu">News</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../service.htm" class="menu">Services</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.secureserver.net/default.asp?prog_id=shost" class="menu">Buy Domains $10</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../hosting-plans.html" class="menu">Web Hosting Plans</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../hosting-reseller.html" class="menu">Reseller Plans</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../website-design.html" class="menu">WebSite Design</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.support.superior-host.com" class="menu">Support Center</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://superior-host.com/terms.htm" class="menu">WebHosting Terms</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="https://secure.superior-host.com/~host1/c-payment.htm" class="menu">Billing Changes</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://superior-host.com/webhosting-guide" class="menu">Customer Guide</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.superior-host.com/hosting-tutorials" class="menu">Flash Tutorials</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://superior-host.com/webhosting/presalesfaq/smartfaq.cgi" class="menu">&nbsp; F.A.Q.</a>');

// START BOTTOM IMAGE AREA



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

   if (showimage == "yes") {
document.write('<center><br><br>');
document.write('<a href="'+imaglink+'"><img src="picts/sidebar.jpg" border="0"></a><br>');
document.write('</center>');
}
document.write('</td></tr></table></DIV>');


// COPYRIGHT 2004 © superior Design
// Unauthorized use or sale of this script is strictly prohibited by law

   if (date == "yes") {
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}

//  End -->
