var iOff=0;
var cOpt="";

function LoadPage(cO) {

	location.replace("m"+cO+".htm");
}


function AddOption(cName,iWth,iHgt) {

	if (iOff==0 || (iOff + 21 + 13 + iWth) > screen.width - 32) {
		document.write("<BR CLEAR=all>");
		document.write("<IMG SRC=../pic/spacer.gif ALIGN=left WIDTH=1 HEIGHT=23 BORDER=0>");
		iOff = 1;
	}

	if (cName==cOpt) {
		document.write("<A HREF="+cName+".htm TARGET=main ONMOUSEOVER="+cName+".src='ball1a.gif' ONMOUSEOUT="+cName+".src='ball0a.gif' ONCLICK=LoadPage('"+cName+"')>");
		document.write("<IMG NAME="+cName+" SRC=ball0a.gif ALIGN=center WIDTH=21 HEIGHT=21 BORDER=0>");
	}
	else {
	document.write("<A HREF="+cName+".htm TARGET=main ONMOUSEOVER="+cName+".src='ball1.gif' ONMOUSEOUT="+cName+".src='ball0.gif' ONCLICK=LoadPage('"+cName+"')>");
	document.write("<IMG NAME="+cName+" SRC=ball0.gif ALIGN=center WIDTH=21 HEIGHT=21 BORDER=0>");
	}

	document.write("<IMG SRC=../pic/spacer.gif ALIGN=center HEIGHT=1 WIDTH=12 BORDER=0>");
	document.write("<IMG SRC="+cName+".gif ALIGN=center WIDTH="+iWth+" HEIGHT="+iHgt+" BORDER=0></A>");
	document.write("<IMG SRC=../pic/spacer.gif ALIGN=center HEIGHT=1 WIDTH=15 BORDER=0>");

	iOff += (21 + 12 + iWth + 15);
}

function WriteDoc(cO) {

	var iWth = screen.width - 10;
	var iWth2= (iWth/2)-6;

	cOpt = cO;

	document.bgColor="339933";
	document.write("<TABLE WIDTH="+iWth+" CELLSPACING=0 CELLPADDING=0 ALIGN=center>");
	document.write("<TR><TD>");
	document.write("<IMG SRC=../pic/spacer.gif HEIGHT=10 WIDTH="+iWth2+" BORDER=0>");
	document.write("<IMG SRC=../pic/line.gif HEIGHT=12 WIDTH=12 BORDER=0><BR>");
	document.write("<IMG SRC=../pic/line.gif HEIGHT=10 WIDTH="+iWth+" BORDER=0>");

	AddOption("home",58,15);
	AddOption("compete",86,20);
	AddOption("social",58,17);
	AddOption("clubnig",104,21);
	AddOption("history",72,21);
	AddOption("officer",80,17);
	AddOption("member",82,17);
	AddOption("contact",75,15);
	AddOption("crosswo",102,15);
	document.write("</TABLE>");
}
