<!-- Begin



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





var menuheight	="228"	  // OVERALL MENU HEIGHT

var menuwidth	="140"	  // OVERALL MENU WIDTH

var botmline	="25"	  // HEIGHT OF VERT LINE UNDER MENU







document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');

document.write('<img src="picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10"><br>');

document.write('</td><td valign="bottom" align="left">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10"><br>');





// START MENU LINKS



// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK







document.write('</td></tr><tr><td class="menu">');

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





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="about.htm" class="menulinks">About Us</a><br>');





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="tutoring.htm" class="menulinks">ESL Tutoring</a><br>');





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="exchange_tours.htm" class="menulinks">Exchange Tours</a><br>');





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="homestays.htm" class="menulinks">Homestays</a><br>');





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="host_families.htm" class="menulinks">Become A Host</a><br>');





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="events" class="menulinks">Special Events</a><br>');





document.write('</td></tr><tr><td class="menu">');

document.write('<a href="gallery.htm" class="menulinks">Photo Gallery</a><br>');









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

document.write('<img src="picts/menu_bottom.gif" HEIGHT="1" WIDTH="100"><br>');

document.write('</td></tr><tr><td class="menu-line">');

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

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

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



//  End -->