// JavaScript Document

var linktext=new Array()
linktext[0]='<img src="images/spacer.gif"  height ="1" width="45" alt="" />Home'
linktext[1]='<img src="images/spacer.gif"  height ="1" width="100" alt="" /> Talks  |   Training    |   Rallies  |   Social '
linktext[2]='<img src="images/spacer.gif"  height ="1" width="280" alt="" />Background   |  Committee  | Joining  '
linktext[3]='<img src="images/spacer.gif"  height ="1" width="140" alt="" />Members Log in   |   Committee  |   Constitution   |   Accounts   |   Regalia   |   Crewing   |   Membership Lists   |   Webmaster'
linktext[4]='<img src="images/spacer.gif"  height ="1" width="525" alt="" />Stories   |   Cruises  |   Photos'
linktext[5]='<img src="images/spacer.gif"  height ="1" width="540" alt="" />For Sale   |   Wanted   |   Free Disposal   |   Place an Advertisement'
linktext[6]='<img src="images/spacer.gif"  height ="1" width="600" alt="" />Weather   |   navigation   |   speakers sites   |   other clubs'
linktext[7]='<img src="images/spacer.gif"  height ="1" width="950" alt="" /><font color="white">I</font>'

var ns6=document.getElementById&&!document.all

var ie=document.all

function show_text(thetext, whichdiv) {
	if (ie) {
	eval("document.all."+whichdiv).innerHTML=linktext[thetext]}
	else if (ns6) {document.getElementById(whichdiv).innerHTML=linktext[thetext]}
}
//  End
