
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var menuside	= "right"	// MENU LEFT OR RIGHT SIDE
var menuspace	= "10"		// MENU END SPACING


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" background="picts/menu-background.gif" class="printhide"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="20"></a><br>');


// START MENU LINKS

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

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

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

document.write('</td><td>');
document.write('<a href="faq.htm" class="menu">FAQ</a>');

document.write('</td><td>');
document.write('<a href="shop.htm" class="menu">Purchase Services</a>');


document.write('</td><td>');
document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');

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



// END MENU LINKS


document.write('</td><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="20"></a>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->