function Menu(webroot)
{
   document.write('<script language="Javascript">')
   document.write('um.trigger = "brothercake";')
   document.write('</script>')

   document.write('	<div id="Print_menu">')
   document.write('I’m a Parent<img src="/images/spacer.gif" width="15px">')
   document.write('I’m a Kid<img src="/images/spacer.gif" width="15px">')
   document.write('Programs<img src="/images/spacer.gif" width="15px">')
   document.write('I Need Help<img src="/images/spacer.gif" width="15px">')
   document.write('Upcoming Events<img src="/images/spacer.gif" width="15px">')
   document.write('Volunteers<img src="/images/spacer.gif" width="15px">')
   document.write('Contact Us<img src="/images/spacer.gif" width="15px">')

   document.write('	</div>')
   document.write('	<ul id="udm" class="udm"> ')
   document.write('		<li><a class="nohref">I’m a Parent</a>')
   document.write('		<ul>')
   document.write('		<li><a href="' + webroot + 'parent/tip_of_month.htm">Tip of the Month</a></li>')
   //document.write('		<li><a href="' + webroot + 'parent/recipes.htm">Recipes</a></li>')
   document.write('		<li><a href="' + webroot + 'parent/parenting_links.htm">Parenting Links</a></li>')
   document.write('		<li><a href="http://www.parentlinkalberta.ca" target="_blank">Parent Link Alberta</a></li>')
   document.write('		<li><a href="' + webroot + 'parent/toy_library.htm">Parenting Library</a></li>')
   document.write('		<li><a href="' + webroot + 'parent/reflections.htm">Reflections</a></li>')
   document.write('		</ul>')
   document.write('	</li>')
   document.write('	<li><a class="nohref">I’m a Kid</a>')
   document.write('		<ul>')
   document.write('		<li><a href="' + webroot + 'kid/songs.htm">Songs / Fingerplays</a></li>')
   document.write('		<li><a href="' + webroot + 'kid/fun.htm">Fun Things to Do!</a></li>')
   document.write('		<li><a href="' + webroot + 'kid/children_links.htm">Children`s Links</a></li>')
   document.write('		<li><a href="' + webroot + 'kid/colouring_pages.htm">Colouring Pages</a></li>')
   document.write('		<li><a href="' + webroot + 'kid/learning_through_play.htm">Learning Through Play</a></li>')

   document.write('		</ul>')
   document.write('	</li>')
   document.write('	<li><a class="nohref">Programs</a>')
   document.write('		<ul>')
   document.write('		<li><a class="nohref">Family Connections</a></li>')

   document.write('			<ul>')
   document.write('			<li><a href="' + webroot + 'programs/pl_family_children.htm">Family / Children`s</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/pl_parenting.htm">Parenting</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/pl_register.htm">Register</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/pl_developmental_screening.htm">Developmental Screens</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/pl_toy_lending.htm">Parenting Library</a></li>')
   document.write('			</ul>')
   document.write('	             <li><a class="nohref">NCC Resource Centre</a></li>')

   document.write('			<ul>')
   document.write('			<li><a href="' + webroot + 'programs/ncc_community_based.htm">Community Based</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/ncc_food.htm">Food</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/ncc_register.htm">Register</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/nccr_calendar.pdf" target="_blank">NCCR Calendar</a></li>')
   document.write('			</ul>')

   document.write('	             <li><a class="nohref">Single Parent</a></li>')

   document.write('			<ul>')
   document.write('			<li><a href="' + webroot + 'programs/sp_workshops.htm">Upcoming Events</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/sp_wellness_groups.htm">Wellness Groups</a></li>')
   document.write('			<li><a href="' + webroot + 'programs/sp_register.htm">Register</a></li>')
   document.write('			</ul>')
   document.write('	             <li><a href="' + webroot + 'programs/calendar.pdf" target="display">Calendar Current [pdf]</a></li>')
   document.write('	             <li><a href="' + webroot + 'programs/calendar_details.pdf" target="display">Program Details [pdf]</a></li>')

   document.write('		</ul>')
   document.write('	</li>')
   document.write('	<li><a class="nohref">I Need Help</a>')
   document.write('		<ul>')
   document.write('		<li><a href="' + webroot + 'help/christmas.htm">with Christmas</a></li>')
   document.write('		<li><a href="' + webroot + 'help/clothing.htm">with Clothing</a></li>')
   document.write('		<li><a href="' + webroot + 'help/baby.htm">with My New Baby</a></li>')
   document.write('		<li><a href="' + webroot + 'help/pregnancy.htm">with My Pregnancy</a></li>')
   document.write('		<li><a href="' + webroot + 'help/housing_rent.htm">with Housing / Rent</a></li>')
   document.write('		<li><a href="' + webroot + 'help/my_food_budget.htm">with My Food Budget</a></li>')
   document.write('		<li><a href="' + webroot + 'help/finding_childcare.htm">with Finding Childcare</a></li>')
   document.write('		<li><a href="' + webroot + 'help/computer_access.htm">with Computer Access</a></li>')
   document.write('		<li><a href="' + webroot + 'help/english_esl.htm">with English (ESL)</a></li>')
   document.write('		<li><a href="' + webroot + 'help/parenting.htm">with Parenting</a></li>')
   document.write('		<li><a href="' + webroot + 'help/family_violence.htm">with Family Violence</a></li>')

   document.write('		</ul>')
   document.write('	</li>')
   document.write('	<li><a href="' + webroot + 'events/index.htm">Upcoming Events</a>')

   document.write('	</li>')
   document.write('	<li><a class="nohref">Volunteers</a>')
   document.write('		<ul>')
   document.write('		<li><a href="' + webroot + 'volunteers/volunteer_centre.htm">Volunteer Centre</a></li>')
   //document.write('		<li><a href="' + webroot + 'volunteers/volunteer_application_form.pdf" target="_blank">Application Form</a></li>')


   document.write('		</ul>')
   document.write('	</li>')
   document.write('	<li><a class="' + webroot + 'contact/index.htm">Contact Us</a>	</li>')
   document.write('		<ul>')
   document.write('		<li><a href="' + webroot + 'contact/index.htm">Our Info / Hours</a></li>')
   //document.write('		<li><a href="' + webroot + 'contact/comments.htm">Comments Form</a></li>')
   document.write('		<li><a href="' + webroot + 'contact/map.htm">Address and Map</a></li>')
   document.write('		<li><a href="' + webroot + 'contact/calgary_transit.htm">Calgary Transit</a></li>')
   document.write('		<li><a href="' + webroot + 'contact/satellite_sites.htm">Partnerships</a></li>')
   document.write('		<li><a href="' + webroot + 'contact/employment.htm">Employment Opportunity</a></li>')
   document.write('		<li><a href="' + webroot + 'contact/privacy_policy.htm">Privacy Policy</a></li>')
   document.write('		<li><a href="' + webroot + 'contact/disclaimer.htm">Disclaimer</a></li>')

   document.write('		</ul>')
				
   document.write('	</ul>')

   document.write('<span id="bothercake"></span>')

}
