
//configure below variable for menu width, position on page

var menuwidth=116
var menuheight=29
//var offsetleft=420
//var offsettop=130
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0



if (ie4||ns6) {document.write('<span ALIGN="CENTER" ID="object1" STYLE="Position:static;Z-Index:5;cursor:hand;background-color:#336699"><TABLE border="1" width="'+menuwidth+'"  CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="FFFFFF" BGCOLOR="#336699" >')}
else if (ns4){ document.write('<LAYER top="20" name="object1"  BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="1"><TR><TD height="'+menuheight+'"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'" >')}

var menui = new Array();
var menul = new Array();

//configure below for menu items. Extend list as desired


menui[2]="Journal & Newsletter";
menui[7]="Student participation";
menui[3]="Meetings";
menui[1]="History";
menui[4]="Membership";
menui[6]="Pictures";
menui[0]="Bulletin Board";
menui[5]="Officers & Committees";

menul[0]="http://www.secol.org/bboard.html";
menul[5]="http://www.secol.org/officers.html";
menul[1]="http://www.secol.org/history.html";
menul[2]="http://www.secol.org/journal.html";
menul[3]="http://www.secol.org/meetings.html";
menul[4]="http://www.secol.org/membership.html";
menul[6]="http://www.secol.org/pictures.html";
menul[7]="http://www.secol.org/studentpart.html";


for (i=0;i<=menui.length-1;i++)
if (ie4||ns6) {document.write('<TR><TD  height="'+menuheight+'" border="1" BORDERCOLOR="white" ONCLICK="location=\''+menul[i]+'\'" onmouseover="className=\'menuh\'" onMouseout="className=\'menu\'"><CENTER><b><FONT color=#FFFFFF vertical-align: text-top" size="2" face="Verdana">'+menui[i]+'</FONT></b></TD></TR>')}
else if (ns4){document.write('<TR><TD  border="1" bordercolor="white" BGCOLOR="black"  HEIGHT="'+menuheight+'"><ILAYER><LAYER width="'+menuwidth+'"  onmouseover="bgColor=\'orange\'" onmouseout="bgColor=\'#336699\'" ><CENTER><A HREF="'+menul[i]+'" class=menulinks>'+menui[i]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}
if (ie4||ns6) {document.write('</TABLE></span>')}
else if (ns4){document.write('</TABLE></TD></TR></TABLE></LAYER>')}
