// +++++++++++++++++++++++++++++++++++++++
// constructor function for left nav link
// +++++++++++++++++++++++++++++++++++++++
	function loLink(displayText, targetURL, statusText, targetWindow) {
		this.display = displayText;
		this.url = targetURL;
		this.statusline = statusText;
		if (targetWindow) {
			this.target = targetWindow;
		} else {
			this.target = '_top';
		}
	}


// +++++++++++++++++++++++++++++++++++++++
// Returns HTML code for left nav links
// +++++++++++++++++++++++++++++++++++++++
function showLeftNavLinks() {
	var list = new Array();
	var count = 0;
	var lsLinks = '';
	
	count++
	list[count] = new loLink("Home", 
							"ATN.htm", 
							"Back to the Amateur Television Network Homepage");
//----- ATN Winter Meeting
	count++
	list[count] = new loLink("ATN-CA Winter Meeting", 
							"wintermeeting.htm", 
							"ATN-CA Winter Meeting, Feb 20,2010");

//	count++
//	list[count] = new loLink("Dayton 2006", 
//							"dayton2006.htm", 
//							"Dayton Hamfest, 2006","pictures");

//	count++
//	list[count] = new loLink("Dayton 2005", 
//							"pictures/Dayton2005/index.html", 
//							"Dayton Hamfest, 2005","pictures");

	
//	count++
//	list[count] = new loLink("ATN-CA President's Msg", 
//							"ATN-CA_PresidentMessage_2008.htm", 
//							"Message from the President (ATN-CA).","ATNCApresident");


//----- ATN Repeater Maps
	count++
	list[count] = new loLink("ATN Repeater Maps", 
							"maps.htm", 
							"Topo and coverage maps of the ATN repeaters.");
//----- ATN Summer Meeting
//	count++
//	list[count] = new loLink("ATN-CA Summer Meeting", 
//							"pictures/08.23.2008.meeting/index.html", 
//							"Picures of the ATN-CA Summer Meeting, 2008","pictures");


//	count++
//	list[count] = new loLink("Winter Meeting", 
//							"wintermeeting.htm", 
//							"Information and directions to the ATN-CA Winter Meeting 2008");

//	count++
//	list[count] = new loLink("Overview", 
//							"overview.htm", 
//							"Overview of the Amateur Television Network");

//----- Old bravenet calendar
//	count++
//	list[count] = new loLink("ATN Calendar", 
//							"http://pub22.bravenet.com/calendar/show.php?usernum=1889197951", 
//							"View the Amateur Television Network Calendar");

//----- New one page calendar
	count++
	list[count] = new loLink("ATN Calendar", 
							"calendar.htm", 
							"View the Amateur Television Network Calendar");

//----- Weekly Net night
	count++
	list[count] = new loLink("Weekly Net Night", 
							"netnight.htm", 
							"Join us for ATN Netnight");
//----- Monthly Breakfast
	count++
	list[count] = new loLink("Monthly Breakfast", 
							"atn-ca_monthly.htm", 
							"Join us for the monthly breakfast");
//	count++
//	list[count] = new loLink("ATV Newsletters", 
//							"atvnewsletters.html", 
//							"The ATN News by Bryon Foster (N6IFU)");

//----- ATN mailing list
	count++
	list[count] = new loLink("ATN eMail List", 
							"MailingListdefault.htm", 
							"Subscribe or Unsubscribe from our eMail list.");
//----- ATN on the Internet
	count++
	list[count] = new loLink("ATN on the Internet", 
							"atnontheinternet.htm", 
							"ATN on the Internet");
//----- ATN on YouTube
	count++
	list[count] = new loLink("ATN on YouTube", 
							"youtube.htm", 
							"ATN on YouTube");

//	count++
//	list[count] = new loLink("The Digital Linking Project", 
//							"atn-dlp/default.htm", 
//							"Using the Internet to Link ATV Repeaters","digitallinking");


//	count++
//	list[count] = new loLink("Swapmeet", 
//							"swapmeet.htm", 
//							"Buy, sell or trade your ATV equipment");

//----- ATN Members
	count++
	list[count] = new loLink("ATN Members", 
							"Members/atnmembers.php", 
							"ATN Members","members");
//----- ATN Members Map
	count++
	list[count] = new loLink("ATN Members Map", 
							"Members/atnmembers.php?mapison=y", 
							"Google map of ATN Members","membersmapped");

//	count++
//	list[count] = new loLink("ATN Members Certificate", 
//							"ATN_Member_Certificate.tif", 
//							"ATN Members Certificate","memberscertificate");


//	count++
//	list[count] = new loLink("ATN Members", 
//							"http://www.photogeocaching.com/ATN/atnmembers.php", 
//							"ATN Members","members");

//----- ATN Membership Application
	count++
	list[count] = new loLink("Membership Application", 
							"MembershipApplication/MEMBERSHIPAPPFORM.htm", 
							"Join or renew membership in the ATN","membership");
//----- ATV Elmers
	count++
	list[count] = new loLink("ATV Elmers", 
							"elmer.htm", 
							"List of Amateur Television Elmers");
//----- ATN Guestbook
	count++
	list[count] = new loLink("ATN Guestbook", 
							"http://pub30.bravenet.com/guestbook/show.php?usernum=2552157664&cpv=1", 
							"Read or sign our Guestbook","guestbook");
//----- ATN Forum
	count++
	list[count] = new loLink("ATN Forum", 
							"messageforum.htm", 
							"Read or add comments to our message forum","forum");
//----- Call Sign Loolup
	count++
	list[count] = new loLink("Call Sign Lookup", 
							"callsignlookup.htm", 
							"QRZ and WM7D Call Sign Lookup");

//----- Ham Radio Links
	count++
	list[count] = new loLink("Ham Radio Links", 
							"hamlinks.htm", 
							"Links of general interest to Hams");
//----- ATV Links (The Amateur Television Directory)
	count++
	list[count] = new loLink("ATV Links", 
							"http://atv-tv.org", 
							"The Amateur Television Directory" ,"atntvorg");

	
//----- Link to ATN
	count++
	list[count] = new loLink("Link to the ATN", 
							"javascript:callBVPage(\'linktoatn-tv.org.htm\', lsBVData)", 
							"How to Link to the Amateur Television Network web site");
//----- Contact Us!
	count++
	list[count] = new loLink("Contact Us!", 
							"atnlookandfeel/contacts.htm", 
							"Contact information for the Amateur Television Network",'Contacts');

	// properties for the list object are 'display', 'url', 'statusline' and 'target'
	for (i=1; i <= count; i++) {
		lsLinks += '<tr><td valign="baseline"><img alt="" border="0" height="3" src="atnlookandfeel/bullet_menu_white.gif" width="3"></td><td><a href="' +  list[i].url + '" target="' + list[i].target + '" onMouseOver="return showStatus(\'' + list[i].statusline + '\')"><span class="LeftNavLink">' + list[i].display + '</span></a></td></tr>\n';
	}		
	return lsLinks;
}
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
