﻿
function writeMainMenu(){
    var mainMenu = '<p> \
	    <a href="ds_AboutUs.html" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage(\'Home\',\'\',\'images/Home-over.gif\',1)"> \
	        <img src="images/Home.gif" alt="Home" name="Home" width="200" height="25" border="0"/> \
	    </a> \
        <a href="ds_Locations.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Locations\',\'\',\'images/Locations-over.gif\',1)"> \
            <img src="images/Locations.gif" alt="Locations/Directions" name="Locations" width="200" height="25" border="0" onMouseOver="MM_showHideLayers(\'Layer1\',\'\',\'show\')" onMouseOut="MM_showHideLayers(\'Layer1\',\'\',\'hide\')"/> \
        </a> \
        <a href="ds_Classes.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Classes\',\'\',\'images/Classes-over.gif\',1)"> \
            <img src="images/Classes.gif" alt="Classes" name="Classes" width="200" height="25" border="0"/> \
        </a> \
        <a href="ds_Classes_DriverEd.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'DriverEd\',\'\',\'images/DriverEd-over.gif\',1)"> \
            <img src="images/DriverEd.gif" alt="Driver Education" name="DriverEd" width="265" height="25" border="0"/> \
        </a> \
        <a href="ds_AlcoholEd.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'PSC\',\'\',\'images/PSC-over.gif\',1)"> \
            <img src="images/PSC.gif" alt="3 Hour Alcohol Education" name="PSC" width="265" height="25" border="0"> \
        </a> \
        <a href="ds_Classes_DIP.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'DIP\',\'\',\'images/DIP-over.gif\',1)"> \
            <img src="images/DIP.gif" alt="Driver Improvement Program" name="DIP" width="265" height="25" border="0"> \
        </a> \
        <a href="ds_ODIPTestDates.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'odiptestdates\',\'\',\'images/odiptestdates-over.gif\',1)"> \
            <img src="images/odiptestdates.gif" alt="Online DIP Test Dates" name="odiptestdates" width="265" height="25" border="0"> \
        </a> \
        <a href="ds_Classes_YDIP.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'ydip\',\'\',\'images/ydip-over.gif\',1)"> \
            <img src="images/ydip.gif" alt="Youth Driver Improvement Program" name="ydip" width="265" height="25" border="0"> \
        </a> \
        <a href="ds_Classes_DUI.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'DUI\',\'\',\'images/DUI-over.gif\',1)"> \
            <img src="images/DUI.gif" alt="DUI/DWI Education and Counseling" name="DUI" width="265" height="39" border="0"> \
        </a> \
        <a href="ds_Announcements.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Announcements\',\'\',\'images/Announcements-over.gif\',1)"> \
	        <img src="images/Announcements.gif" alt="Announcements" name="Announcements" width="200" height="25" border="0"> \
	    </a> \
    </p> \
    <p align="center"><a href="https://testing.widmyer.com">Students already enrolled in the Online DIP classes, click here to login.</a></p> \
      <p align="center">&nbsp;  </p>';
    
    document.write(mainMenu);
}

