Updated = "April 5, 2010"

numOfLInks = 0

linkPath = new SetNameArray(numOfLInks)
linkPath[1] = "intro.html"
linkPath[2] = "origins.html"
linkPath[3] = "home.html"
linkPath[4] = "early.html"
linkPath[5] = "history.html"
linkPath[6] = "settlers.html"
linkPath[7] = "leaving.html"
linkPath[8] = "migration.html"
linkPath[9] = "timeline.html"
linkPath[10] = "famous.html"
linkPath[11] = "concentrations.html"
linkPath[12] = "migrants.html"
linkPath[13] = "part.html"
linkPath[14] = "biblio.html"
linkPath[15] = "links.html"
linkPath[16] = "sitemap.html"
linkPath[17] = "downloads.html"
linkPath[18] = "sources/intro.html"

linkName = new SetNameArray(numOfLInks)
linkName[1] = "An introduction to the Research Project"
linkName[2] = "The origins of the Porteous family"
linkName[3] = "The Porteous home in Scotland"
linkName[4] = "Early Porteous families"
linkName[5] = "A brief historical background"
linkName[6] = "Settlers in the New World"
linkName[7] = "Leaving Scotland in the nineteenth century"
linkName[8] = "Porteous migration worldwide"
linkName[9] = "Timeline"
linkName[10] = "Some famous Porteous names"
linkName[11] = "Concentrations of Porteous families"
linkName[12] = "Emigrants"
linkName[13] = "How you can be part of the Project"
linkName[14] = "Bibliography"
linkName[15] = "Some useful resources for researchers"
linkName[16] = "Sitemap"
linkPath[17] = "Downloads"
linkPath[18] = "Sources for Porteous researchers"

/**********/

function SetNameArray(item) {
 this.length = item
 return this
}

function writeMenu() {
 for (i=1; i<numOfLInks+1; i++) {
  document.write('<a class="sidenav" href="')
  document.write(linkPath[i])
  document.write('">')
  document.write(linkName[i])
  document.write('<\/a><\/h5>')
}

document.write('<center><hr><p><\/p>')
document.write('<p style="color: #FFF;font-style: normal;font size: 10px; text-align: center;">This website is dedicated to the memory of<\/p>')
document.write('<p style="color: #006;font-style: normal;font size: 10px; text-align: center;"><b>Robert Richard PORTEOUS,<\/b>') 
document.write('<br> Lance-corporal,<br> US Marine Corps, of Indianapolis, Indiana, USA,<br> killed in action in Vietnam, <br><b>5 February 1967,<\/b> <br>born on the same day as the author of this site')
document.write('<\/p><\/center>')
}

function visitorsSince() {
document.write('Number of Visitors since ')
document.write(Updated)
document.write('<BR><!-- GoStats.com code do not modify! -->')
document.write('<A HREF="http://www.gostats.com/"><IMG SRC="http://www.gostats.com" ALT="get free web site hit counters for your website"><\/A>')
document.write('<!-- End of GoStats.com code -->')
}

function lastUpdated() {
 document.write(Updated)
}

function writeBottomNavBar() {
 separator = '<span class="separator"> | <span>'
 document.write('<hr><br>')
 document.write('<a class="bottom" href="sitemap.html">Site map</a>' + separator)
 document.write('<a class="bottom" href="http://www.members.shaw.ca/amms/PorteousAssociates/">The Porteous Associates</a>' + separator)
 document.write('<a class="bottom" href="http://www.ftdna.com/public/porteous/">Porteous Family DNA Project</a>' + separator)
 document.write('<a class="bottom" href="http://www.dougporteous.com/dev/gendb/gen_porteouslist.php">Porteous IGI Database Search</a>' + separator)
 document.write('<a class="bottom" href="http://www.dougporteous.com/dev/gendb/gen_census_uklist.php">Porteous UK Census Search</a>' + separator)
 document.write('<a class="bottom" href="links.html">Links to other Porteous genealogy sites</a>' + separator)  
 document.write('<a class="bottom" href="mailto:research@porteous.org.uk">Email Webmaster</a>')
 document.write('<br>')
 document.write('<br>')
 document.write('<p class="copyright">The contents of this site are copyright &copy; 2000&#8211;10, Bruce Porteous, Norwich, England<br>All rights reserved')
 document.write('<br><br>')
 document.write('Last updated on ')
 lastUpdated()
 document.write('</p>')
}
