<!-- Begin 3Level CSS Vertical Menu - menu ver 3.1 2007

// NOTE: If you use a ' add a slash before it like this \'

var leftspacing		= "1"		// LEFT MENU PADDING
var rightspacing	= "20"		// RIGHT MENU PADDING
var menuside		= "right"	// MENU SIDE | left | right | center
var menuwidth		= "100"		// TOTAL MENU WIDTH (use if wrapping is apparent)


document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');
document.write('<ul id="menunav">');




// START MENU LINKS - EDIT BELOW THIS AREA

// Replace the # with your .htm page name below for each

document.write('<li><a href="Booking.aspx">Booking Request!</a>');
document.write('</li>');


document.write('<li><a href="FORMsws.aspx">Snack with Santa</a>');
document.write('</li>');


document.write('<li><a href="FORMcwc.aspx">Cookies with Claus</a>');
document.write('</li>');


//document.write('<li><a href="Specials.aspx">Specials</a>');
//document.write('</li>');


//document.write('<li><a href="HotZone.aspx">HotZone</a>');
//document.write('</li>');


document.write('<li><a href="FORMcia.aspx">Caught in the Act</a>'); 
document.write('</li>');


document.write('<li><a href="FORMphone.aspx">Phone Call</a>'); 
document.write('</li>');


document.write('<li><a href="FORMvideo.aspx">Video Call</a>'); 
document.write('</li>');


//document.write('<li><a href="YourStore1.aspx">Advertise</a>');
//document.write('<ul>');
//document.write('<li><a href="YourStore2.aspx">Your Store 2</a></li>');
//document.write('</ul>');
//document.write('</li>');




document.write('<li><a href="Index.aspx">Home</a></li>');








// END LINKS //

document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td width="'+menuwidth+'">');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
document.write('</td></tr></table>');

// END -->