//<!-- Row for Navigation Menu -->
var msg=
"<tr>" +
"<td colspan=\"2\">" +
"<img src=\"images/navLeftBlock.gif\"/><A HREF=\"index.html\" onMouseover=\"lightup('pic1')\" onMouseout=\"turnoff('pic1')\"><img src=\"images/navHome-off.gif\" name=\"pic1\" width=\"96\" height=\"39\" border=\"0\"></A>" +
"<A HREF=\"aboutUs.html\" onMouseover=\"lightup('pic2')\" onMouseout=\"turnoff('pic2')\"><img src=\"images/navAbout-off.gif\" name=\"pic2\" width=\"99\" height=\"39\" border=\"0\"></A>" +
"<A HREF=\"classSchedule.html\" onMouseover=\"lightup('pic3')\" onMouseout=\"turnoff('pic3')\"><img src=\"images/navSchedule-off.gif\" name=\"pic3\" width=\"158\" height=\"39\" border=\"0\"></A>" +
"<A HREF=\"register.php\" onMouseover=\"lightup('pic4')\" onMouseout=\"turnoff('pic4')\"><img src=\"images/navRegister-off.gif\" name=\"pic4\" width=\"98\" height=\"39\" border=\"0\"></A>" +
"<A HREF=\"http://www.rhythmaya.com/gallery\" onMouseover=\"lightup('pic5')\" onMouseout=\"turnoff('pic5')\"><img src=\"images/navGallery-off.gif\" name=\"pic5\" width=\"96\" height=\"39\" border=\"0\"></A>" +
"</td>" +
"<td width=\"8\" height=\"100%\" background=\"images/shadowRight.gif\" style=\"background-position:right top; background-repeat:repeat-y\"></td>" +
"</tr>"
document.write(msg);
