function menu(x)
{
 document.write('<div class="title">');
 document.write('<ul><li><a href="http://www.faithandfamily.org.uk/index.htm"><P>HOME</P></a></li>');
 document.write('<li><a href="http://www.faithandfamily.org.uk/famfun/index.phtml"><P>FAMILY FUN</P></li></a>');
 if(x==1)
 {document.write(/**Insert Stuff here...**/);
 }
 document.write('<li><a href="http://www.faithandfamily.org.uk/feastseason/index.phtml"><P>FEASTS & SEASONS</P></li></a>');
 if(x==2)
 {document.write('<li><a href="http://www.faithandfamily.org.uk/pdf/adventprep.pdf"><b>Advent Preparation</b></li></a>');
 }
 document.write('<li><a href="http://www.faithandfamily.org.uk/prime_protect/prime_protectors.phtml"><P>Parents as Prime Protectors and Educators of their children</P></li></a>');
 if(x==3)
 {document.write('<li><a href="http://www.faithandfamily.org.uk/prime_protect/charter.htm"><b>Charter of Rights of the Family</b></li></a>');
 }
 document.write('<li><a href="http://www.faithandfamily.org.uk/schools_ed/index.phtml"><P>SCHOOL & EDUCATION</P></li></a>');
 if(x==4)
 {document.write('<li><a href="http://www.faithandfamily.org.uk/schools_ed/values_ed.htm"><b>Values Education</b></li></a>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/schools_ed/critique.htm"><b>Critique of Here I Am</b></li></a>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/schools_ed/checklist.htm"><b>Values Education Checklist</b></li></a>');
 }
 document.write('<li><a href="http://www.faithandfamily.org.uk/health_ethics/index.phtml"><P>HEALTH & ETHICS</P></li></a>');
 if(x==5)
 {document.write('<li><a href="http://www.faithandfamily.org.uk/health_ethics/directory.htm"><b>Healthcare Resources</b></li></a>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/health_ethics/condoms_astep.htm"><b>Condoms- a step too far?</b></li></a>');
 }
 document.write('<li><a href="http://www.faithandfamily.org.uk/publications/index.htm"><P>PUBLICATIONS</P></a></li>');
 if(x==6)
 {document.write('<li><a href="http://www.faithandfamily.org.uk/publications/jack_traynor.htm">Jack Traynor</a></li>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/publications/love_marriage.htm">Catholic teaching regarding Love and Marriage</a></li>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/publications/worry.htm">Worrying about your Children</a></li>');
 }
 document.write('<li><a href="http://www.faithandfamily.org.uk/encyclicals.htm"><P>KEY ENCYCLICALS FOR FAMILIES</P></a></li>');
 document.write('<li><a href="http://www.faithandfamily.org.uk/conference08/conference_main.htm"><P>CONFERENCE ARCIVE</P></a></li>');
 if(x==7)
 {document.write('<li><a href="http://www.faithandfamily.org.uk/conference08/conference_2008_report.htm"><b>Conference 2008 Report</b></a></li>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/conference08/photogallery.htm"><b>Photo Gallery</b></a></li>');
  document.write('<li><a href="http://www.faithandfamily.org.uk/conference08/speaker_profiles.htm">What the speakers said</a></li>');
 } 
 document.write('<li><a href="http://www.faithandfamily.org.uk/links.htm"><P>Links for Families</P></a></li>');
 document.write('<li><a href="http://www.faithandfamily.org.uk/contact.htm"><P>Contact us</P></a></li>');
 document.write('</ul></div>');
}