<!-- Begin

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

// MENU OPTIONS

var showimage		= "yes"			// SHOW FLASH IMAGE CHANGER
var imaglink		= "#"		// SMALL IMAGE PAGE LINK

var topspace		= "40"			// IMAGE TOP SPACING
var bottomspace		= "26"			// IMAGE BOTTOM SPACING
var menuspace		= "36"			// SPACE BETWEEN TOP/BOTTOM MENU





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth"><tr><td nowrap>');

// START LINKS //

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


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tandc.htm" class="menu">Terms & Conditions</a>');


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


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


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


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


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


// END TOP LINKS //




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




// START BOTTOM LINKS //


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


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


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


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="photo.htm" class="menu">Your Pets Photos</a>');

// END BOTTOM LINKS //






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

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

// MENU IMAGE
   if (showimage == "yes") {
document.write('<a href="'+imaglink+'"><img src="images/inside.jpg" border="0" width="100" height="100" class="borders"></a><br><a href="#"><img src="images/P6211750.JPG" border="0" width="100" height="100" class="borders"></a><br><a href="#"><img src="images/PA200167.JPG" border="0" width="100" height="100" class="borders"></a><br>');
}

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







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

//  End -->