<!-- Begin

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

// MENU OPTIONS

var showimage		= "yes"			// SHOW FLASH IMAGE CHANGER
var imaglink		= "index.html"		// 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="about.htm" class="menu">About Nikki</a>');


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cranio-sacral.htm" class="menu">Cranio-Sacral Therapy</a>');


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


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


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


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


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.aloestore.org" target="_blank" class="menu">Aloe Store</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>');




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="picts/menu_image.jpg" border="0" width="150" height="225" class="borders"></a><br><br><br>');
document.write('<a href="http://www.cnhc.org.uk" target="_blank"><img src="picts/CNHC.gif" border="0" width="150" height="39" class="borders"></a><br>');
}

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







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

//  End -->
