<!-- //
     // GT Lax History

document.write("<SELECT NAME='URL' SIZE='1' onchange='DropDownMenu(this)'>");
document.write("<OPTION VALUE='false'> - Please Select a Year To View - </OPTION>");
document.write("<OPTION VALUE='hist_2006.php'>2006</OPTION>");
document.write("<OPTION VALUE='hist_2005.php'>2005</OPTION>");
document.write("<OPTION VALUE='hist_2004.php'>2004</OPTION>");
document.write("<OPTION VALUE='hist_2003.php'>2003</OPTION>");
document.write("<OPTION VALUE='hist_2002.php'>2002</OPTION>");
document.write("<OPTION VALUE='hist_2001.php'>2001</OPTION>");
document.write("<OPTION VALUE='hist_2000.php'>2000</OPTION>");
document.write("<OPTION VALUE='hist_1999.php'>1999</OPTION>");
document.write("<OPTION VALUE='hist_1990s.php'>1990s</OPTION>");
document.write("<OPTION VALUE='hist_1980s.php'>1980s</OPTION>");
document.write("<OPTION VALUE='hist_1970s.php'>1970s</OPTION>");
document.write("<OPTION VALUE='m_history.php'>Overview and 1920s</OPTION>");
document.write("</SELECT>");

// -->