<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING
var showimage1		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"			// SHOW SECOND SIDEBAR IMAGE
var linkimage1		= "products.htm"	// LINK FOR IMAGE 1
var linkimage2		= "products.htm"	// LINK FOR IMAGE 2

// MENU IMAGE 1
   if (showimage1 == "yes") {
document.write('<a href="index.html"><img src="picts/menu-picture-1.jpg" border="0" class="sideborder"></a><br>');
}


document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');


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

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="products.htm" class="menu" onMouseover="Sound()">DogWatch Products</a>');

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


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





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

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








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

//  End -->
