<!-- //
     // GT Lax Pictures

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='m_pictures.php'>2006</OPTION>");
document.write("<OPTION VALUE='pict_2005.php'>2005</OPTION>");
document.write("<OPTION VALUE='pict_2004tourney.php'>2004  Post-Season</OPTION>");
document.write("<OPTION VALUE='pict_2004.php'>2004  Regular Season</OPTION>");
document.write("<OPTION VALUE='pict_2003.php'>2003</OPTION>");
document.write("<OPTION VALUE='pict_2002.php'>2002</OPTION>");
document.write("<OPTION VALUE='pict_2001.php'>2001</OPTION>");
document.write("<OPTION VALUE='pict_2000.php'>2000</OPTION>");
document.write("<OPTION VALUE='pict_1999.php'>1999</OPTION>");
document.write("<OPTION VALUE='pict_1927.php'>1927</OPTION>");
document.write("<OPTION VALUE='pict_1926.php'>1926</OPTION>");
document.write("<OPTION VALUE='pict_1925.php'>1925</OPTION>");
document.write("</SELECT>");

// -->