/*
Author: Richard Morrison
Phone: 416-857-5697

Description: The menu displayed here is intended for all PMI Lakeshore chapter pages. This is information currently set as the top nav menu.
menu1 is intended for view on all displays.
The display of this menu is controled by CSS.
nav.css - used to define layout of nav menu
navIE.css - used to fix display bugs only observed in Internet Explorer



*/
var root="http://www.pmi-lakeshore.org/";
var menu1="\
<ul>\
<li><a href=" + root +"index.html>Home</a></li>\
<li><a href=" + root +"calendarform.htm target='_top'>Calendar</a></li>\
<li><a href=" + root +"jobs/jobs.htm>Jobs</a></li>\
<li><a href=" + root +"events.htm>Events</a></li>\
</ul>\
";
document.write(menu1); 


