<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->
function menupath(path)
{

document.write('<TABLE cellpadding=0 cellspacing=0 border=0>');
document.write('<tr><form action='+path+'about.htm><td>');
document.write('<input type="submit" value="About Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action='+path+'services.htm><td>');

//document.write('<input type="submit" value="Last Update: 1/24/05" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
//document.write('</td></form><form action="index.php#update"><td>');

document.write('<input type="submit" value="Services" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action='+path+'enroll.htm><td>');
document.write('<input type="submit" value="Enrollment" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action='+path+'news.php><td>');
document.write('<input type="submit" value=" News " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

//document.write('</td></form><form action="testimonials.htm"><td>');
//document.write('<input type="submit" value="Testimonials" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action='+path+'reference.htm><td>');
document.write('<input type="submit" value="Reference" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action='+path+'gallery11.htm><td>');
document.write('<input type="submit" value="Gallery" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('<!-- COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON -->');

document.write('</td></form><form action='+path+'contact.htm><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');



document.write('</td></form><form action='+path+'home.php><td>');
document.write('<input type="submit" value=" Home " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><td>');
document.write('<td WIDTH="1">');
document.write('</td></tr></table>');
}
//  End -->