//Change these if persons resposible change:

var robotclub = "ahrc@botlanta.org";
var webmaster = "ahrc07-1.webmaster@wa4dsy.net";
var rally = "ahrc0X.rally@wa4dsy.net";



//--------------------------------
function goThere(){
	var list = document.forms[0].urlList;
	document.location = list.options[list.selectedIndex].value;
	
}
//-----------------------------------
function doMailto(user,domain){
var m = user + "@" + domain;
document.write('<a href="mailto:' + m + '">' + m + '</a>\n');
}

//------------------------------------
function mailsend(destination){

document.write('<a href="mailto:' + destination + '">' + destination + '</a>\n');

}



//------------------------------------
function menu(titletext){

document.write('<BODY  BGCOLOR="#303030" background="/Images/DarkGrayPaper.jpg" TEXT="#FDECBF" LINK="#FEFAE7" VLINK="#FDECBF" ALINK="white">');
document.write('<TABLE border="1" BGCOLOR="#000000"  WIDTH="100%"> <tr><td>');
document.write('<TABLE  border="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="#000000">\n');
document.write('<tr><td width="250" align="left" rowspan="2"> <a href="/aboutahrc.html"><IMG SRC="/Images/ahrclogo.gif"  BORDER="0" WIDTH="188" HEIGHT="99"></a> </td> \n');
document.write('<td width="500" align="center"><img src="/Images/robot_club_banner_360x80.gif" WIDTH="360" HEIGHT="80"></td></tr>');
document.write('<tr><td align="center">' + returnMenuForm() + '</td></tr></TABLE>');
document.write('</td></tr></TABLE>');

//  if(titletext.length > 1){
    if(titletext){
       document.write('<hr><center><FONT SIZE="4"><b>' + titletext + '</b></FONT></center><hr><p>');
  }


}


//-----------------------------------

function returnMenuForm(){
var result = '';
result = '<FORM name="navmenu"><SELECT  NAME="urlList" onChange="goThere()">' +
'<OPTION value="/index.php"> MENU' +
'<OPTION value="/index.php"> Home Page' +
'<OPTION value="/aboutahrc.html"> About Our Club' +
'<OPTION value="/meetinginfo.htm"> Meeting Information' +
'<OPTION value="/mailman/listinfo/listbot_botlanta.org"> Sign up for E-Mail Discussion List' +
/*'<OPTION value="http://www.botlanta.com/phpBB2/"> AHRC Discussion Board' + */
'<OPTION value="/photos/index.html"> Photo Album' +
'<OPTION value="/Rally/index.html"> Robot Rally&#169 Info' +

'<OPTION value="/robotbuildersnight/index.html"> Robot Builders Night Out' +
'<OPTION value="/MonthlyContest/index.html"> Monthly Contests' +
'<OPTION value="/events.htm"> Event Calendar' +
'<OPTION value="/publications/index.html"> Publications' +


'<OPTION value="/superlinks.htm"> Links to Robot Related Sites' +
'<OPTION value="/converters/index.html"> Calculators & Units Converters' +

'<OPTION value="/sponsors.htm"> Club Sponsors' +
'<OPTION value="/editors.htm"> Contact Us' +
'<OPTION value="/Rally/vac_rules.html"> Vacuum Contest Rules' +
'<OPTION value="/MonthlyContest/sumo/mini-sumo.html"> Mini Sumo Contest Rules' +
'<OPTION value="/Rally/OpenContest.html"> Open Contest Rules' +
'<OPTION value="/Rally/register.html"> Register for Robot Rally' +
'<OPTION value="/topica_archive/"> Topica Message Archive' +
'</SELECT></FORM>\n';

return result;
}
//---------------------------------


function pageheading(headtext,updatedate)

{
 document.write('<hr><center><FONT SIZE="4"><b>' + headtext + ' - ' + updatedate + '</b></FONT></center><hr><p>');
 
}

//-----------------------------------------------


function dateevent(date,event)

{

  window.document.writeln('<TR>')

  window.document.writeln('<TD WIDTH="30%">'+date+'</TD>')

  window.document.writeln('<TD WIDTH="70%">'+event+'</TD>')

 window.document.writeln('</TR>')

}

//--------------------------------------------------------------





