function strLoadMenus()
{

html = "";
html += '<div id="dm_classes">';
html += '<table border=0 cellpadding=0 cellspacing=0>';
html += '<tr><td><a href="'+relativePath+'classes/private.html" onmouseover="hideSubMenu();dropmenuButton (\'dm_classes\',\'private\',1);" onmouseout="dropmenuButton (\'dm_classes\',\'private\',0)"><img src="'+relativePath+'images/btn_private_off.gif" width="71" height="18" alt="" border="0" name="private"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'classes/semi_private.html" onmouseover="hideSubMenu();dropmenuButton (\'dm_classes\',\'semi_private\',1);" onmouseout="dropmenuButton (\'dm_classes\',\'semi_private\',0)"><img src="'+relativePath+'images/btn_semi_private_off.gif" width="71" height="18" alt="" border="0" name="semi_private"></a></td></tr>';
html += '</table>';
html += '</div>';

html += '<div id="dm_teacher_training">';
html += '<table border=0 cellpadding=0 cellspacing=0>';
html += '<tr><td><a href="'+relativePath+'teacher_train/what_synergy.html" onmouseover="hideSubMenu();dropmenuButton (\'dm_teacher_training\',\'what_synergy\',1);" onmouseout="dropmenuButton (\'dm_teacher_training\',\'what_synergy\',0)"><img src="'+relativePath+'images/btn_what_synergy_off.gif" width="201" height="18" alt="" border="0" name="what_synergy"></a></td></tr>';
html += '<tr><td><a onmouseover="hideSubMenu();dropmenuButton (\'dm_teacher_training\',\'yoga_teacher_training\',1);showMenu (201, 0, 1, \'yoga_teacher_training\');" onmouseout="dropmenuButton (\'dm_teacher_training\',\'yoga_teacher_training\',0)"><img src="'+relativePath+'images/btn_yoga_teacher_training_off.gif" width="201" height="18" alt="" border="0" name="yoga_teacher_training"></a></td></tr>';
html += '<tr><td><a onmouseover="hideSubMenu();dropmenuButton (\'dm_teacher_training\',\'pilates\',1);showMenu (201, 0, 1, \'pilates\');" onmouseout="dropmenuButton (\'dm_teacher_training\',\'pilates\',0)"><img src="'+relativePath+'images/btn_pilates_off.gif" width="201" height="18" alt="" border="0" name="pilates"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'teacher_train/somatic.html" onmouseover="hideSubMenu();dropmenuButton (\'dm_teacher_training\',\'somatic_synergy\',1);" onmouseout="dropmenuButton (\'dm_teacher_training\',\'somatic_synergy\',0)"><img src="'+relativePath+'images/btn_somatic_synergy_off.gif" width="201" height="18" alt="" border="0" name="somatic_synergy"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'teacher_train/mov_teach_children.html" onmouseover="hideSubMenu();dropmenuButton (\'dm_teacher_training\',\'movement_teacher\',1);" onmouseout="dropmenuButton (\'dm_teacher_training\',\'movement_teacher\',0)"><img src="'+relativePath+'images/btn_movement_teacher_off.gif" width="201" height="18" alt="" border="0" name="movement_teacher"></a></td></tr>';
html += '</table>';
html += '</div>';

html += '<div id="dm_yoga_teacher_training">';
html += '<table border=0 cellpadding=0 cellspacing=0>';
html += '<tr><td><a href="'+relativePath+'teacher_train/yoga_teacher/about.html" onmouseover="dropmenuButton2 (\'dm_yoga_teacher_training\',\'about_course\',1,1,1);" onmouseout="dropmenuButton2 (\'dm_yoga_teacher_training\',\'about_course\',0,1,1)"><img src="'+relativePath+'images/btn_about_course_off.gif" width="102" height="18" alt="" border="0" name="about_course1"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'teacher_train/yoga_teacher/curriculum.html" onmouseover="dropmenuButton2 (\'dm_yoga_teacher_training\',\'curriculum\',1,1,1);" onmouseout="dropmenuButton2 (\'dm_yoga_teacher_training\',\'curriculum\',0,1,1)"><img src="'+relativePath+'images/btn_curriculum_off.gif" width="102" height="18" alt="" border="0" name="curriculum1"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'teacher_train/yoga_teacher/schedule_fee.html" onmouseover="dropmenuButton2 (\'dm_yoga_teacher_training\',\'schedule_fees\',1,1,1);" onmouseout="dropmenuButton2 (\'dm_yoga_teacher_training\',\'schedule_fees\',0,1,1)"><img src="'+relativePath+'images/btn_schedule_fees_off.gif" width="102" height="18" alt="" border="0" name="schedule_fees1"></a></td></tr>';
html += '</table>';
html += '</div>';

html += '<div id="dm_pilates">';
html += '<table border=0 cellpadding=0 cellspacing=0>';
html += '<tr><td><a href="'+relativePath+'teacher_train/pilates/about.html" onmouseover="dropmenuButton2 (\'dm_pilates\',\'about_course\',1,1,2);" onmouseout="dropmenuButton2 (\'dm_pilates\',\'about_course\',0,1,2)"><img src="'+relativePath+'images/btn_about_course_off.gif" width="102" height="18" alt="" border="0" name="about_course2"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'teacher_train/pilates/curriculum.html" onmouseover="dropmenuButton2 (\'dm_pilates\',\'curriculum\',1,1,2);" onmouseout="dropmenuButton2 (\'dm_pilates\',\'curriculum\',0,1,2)"><img src="'+relativePath+'images/btn_curriculum_off.gif" width="102" height="18" alt="" border="0" name="curriculum2"></a></td></tr>';
html += '<tr><td><a href="'+relativePath+'teacher_train/pilates/schedule_fee.html" onmouseover="dropmenuButton2 (\'dm_pilates\',\'schedule_fees\',1,1,2);" onmouseout="dropmenuButton2 (\'dm_pilates\',\'schedule_fees\',0,1,2)"><img src="'+relativePath+'images/btn_schedule_fees_off.gif" width="102" height="18" alt="" border="0" name="schedule_fees2"></a></td></tr>';
html += '</table>';
html += '</div>';

document.write(html);
}