<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var shadow	= "no"		// SHOW SHADOW UNDER MENU | yes | no |


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td align="left" class="menu-table">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td align="left">');




document.write('<a href="index.html" class="menu">Home</a>');
document.write('</td><td align="center">');


document.write('<a href="packages.htm" class="menu">Web Packages</a>');
document.write('</td><td align="center">');


document.write('<a href="webapps.htm" class="menu">Web Applications</a>');
document.write('</td><td align="center">');


document.write('<a href="services.htm" class="menu">Other Services</a>');
document.write('</td><td align="center">');


document.write('<a href="contact.htm" class="menu">Contact Us</a>');
document.write('</td><td align="center">');





document.write('</td></tr></table>');
   if (shadow == "yes") {
document.write('</td></tr><tr><td class="shadow-horizontal">');
document.write('<img src="picts/spacer.gif" border="0" width="5" height="10" alt="image"><br>');
}
document.write('</td></tr></table>');


//  End -->