function PintaMenu() {
	var sRet = "";

	sRet += '<A class="titulo">&nbsp;Bird Numbers 2010 </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmHome.html">&nbsp;Home</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;ANNOUNCEMENT </A>';
	sRet += '<LI>';
//	sRet += '<A target="_self" href="frmAnnouncementFirst.html">First</A>';
	sRet += '<A class="pendiente">First</A>';
	sRet += '<LI>';
//	sRet += '<A target="_self" href="frmAnnouncementSecond.html">Second</A>';
	sRet += '<A class="pendiente">Second</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmAnnouncementThird.html">Third</A>';
//	sRet += '<A class="pendiente">Third</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Information </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmConferenceCentre.html">Conference centre & locations</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmSpain.html">About Spain</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmExtremadura.html">About Extremadura</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmCaceres.html">About Cáceres</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmUsefulInformation.html">Useful information</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;How to get & accommodation </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmTravelInformation.html">Travel information</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmAccommodation.html">Accommodation</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmMeals.html">Meals</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Registration </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmRegistrationInfo.html">Registration information</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmRegistrationInstr.html">Registration</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Conference contents </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmGeneralProgramme.html">General program</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmConferenceDaily.html">Conference daily program</A>';
//	sRet += '<A class="pendiente">Conference daily program</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmSessions.html">Sessions</A>';
//	sRet += '<A class="pendiente">Sessions</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmAbstracts.html">Abstracts and proceedings</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmConferenceField.html">Conference field trip</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Collateral events </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmCollateral.html">Census of birds</A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmCollateralTour.html">Tour to the old city</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Organisers & Committees </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmCommittees.html">Committees</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Exhibitors & Sponsors </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmExhibitors.html">Exhibitors & Sponsors</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Links </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmLinks.html">Links</A>';

	sRet += '<br>';
	sRet += '<A class="titulo">&nbsp;Congress Summary </A>';
	sRet += '<LI>';
	sRet += '<A target="_self" href="frmSummaryAbstracts.html">Abstracts</A>';
	sRet += '<LI>';
	sRet += '<A class="pendiente">Presentations</A>';
	sRet += '<LI>';
	sRet += '<A class="pendiente">Posters</A>';

	sRet += '<br><br>';

	return sRet;
}

