<!-- Begin POP-UP SIZES AND OPTIONS CODE
// ONLY USE lowercase FOR yes no OPTIONS
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var show1	= "no"		// SHOW ONE LARGE IMAGE
var show2 	= "no"		// SHOW FIRST SMALL IMAGE
var show3 	= "no"		// SHOW SECOND SMALL IMAGE



document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154">');
document.write('<tr><td class="menutrans">');

document.write('<img src="http://www.spads.com/images/menu-top.gif" width="154" height="70"></a><br>');


// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/products.htm" class="menu">Products</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/hosting.htm" class="menu">Hosting</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/aboutus.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/cgi-bin/mailit.pl?&action=load&pagename=contact.htm" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/cgi-bin/download.pl" class="menu">Downloads</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/faq.htm" class="menu">FAQ</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/whatsnew.htm" class="menu">Whats New</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.spads.com/customorder.html" class="menu">Customer Payment</a>');

document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');



// END LINKS


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154">');
document.write('<tr><td align="center" background="http://www.spads.com/images/menu.gif" height="34">');

document.write('</td></tr><tr><td align="center">');

document.write('<br><br>');


// START IMAGE AREA

   if (show1 == "yes") {
document.write('<img src="http://www.spads.com/images/side.jpg" width="135" height="178"></a><br><br>');
}

   if (show2 == "yes") {
document.write('<img src="http://www.spads.com/images/menu-picture-2.jpg" width="75" height="75"></a><br><br>');
}
   if (show3 == "yes") {
document.write('<img src="http://www.spads.com/images/menu-picture-3.jpg" width="75" height="75"></a><br><br>');
}



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

//  End -->
