﻿function create_menu(basepath)
{
var base = (basepath == 'null') ? '' : basepath;

document.write(
	'<table cellpadding="0" cellspaceing="0" border="0" style="width:98%"><tr>' +
	'<td class="td" valign="top">' +

	'<h3><a href="index.php/index">Home</a></h3>' + 
 '<ul>' + 
	'<li><a href="index.php/sharks-101">Sharks 101</a></li>' +
'</ul>' +
	'<h3><a href="index.php/about-the-ssg">About the SSG</a></h3>' + 
 '<ul>' + 
	'<li><a href="index.php/about-the-ssg.187">About the SSG</a></li>' +
	'<li><a href="index.php/who-are-we">Who are we?</a></li>' +
	'<li><a href="index.php/iucn">IUCN</a></li>' +
	'<li><a href="index.php/ssc">IUCN SSC</a></li>' +
	'<li><a href="index.php/statements">SSG Statements</a></li>' +
	'<li><a href="index.php/supporters">SSG Sponsors and Supporters</a></li>' +
	'<li><a href="index.php/terms-of-reference_mem-pol">SSG Membership Policy & Terms of Reference</a></li>' +
	'<li><a href="index.php/contact">Contact</a></li>' +
'</ul>' +
'</td><td class="td_sep" valign="top">' + 

	'<h3><a href="index.php/Regional_Pages">Regional Groups</a></h3>' + 
 '<ul>' + 
	'<li><a href="index.php/australia-and-oceania">Australia and Oceania</a></li>' +
	'<li><a href="index.php/central-america-and-the-caribbean">Central America and the Caribbean</a></li>' +
	'<li><a href="index.php/indian-ocean">Indian Ocean</a></li>' +
	'<li><a href="index.php/mediterranean">Mediterranean</a></li>' +
	'<li><a href="index.php/northeast-atlantic">Northeast Atlantic</a></li>' +
	'<li><a href="index.php/northwest-atlantic">Northwest Atlantic</a></li>' +
	'<li><a href="index.php/northeast-pacific">Northeast Pacific</a></li>' +
	'<li><a href="index.php/northwest-pacific">Northwest Pacific</a></li>' +
	'<li><a href="index.php/south-america">South America</a></li>' +
	'<li><a href="index.php/southeast-asia">Southeast Asia</a></li>' +
	'<li><a href="index.php/sub-equatorial-africa">Sub-equatorial Africa</a></li>' +
	'<li><a href="index.php/west-africa">West Africa</a></li>' +
'</ul>' +
	'<h3><a href="index.php/IUCN_SSC_Red_List">Red List</a></h3>' + 
 '<ul>' + 
	'<li><a href="index.php/red-list">The IUCN Red List</a></li>' +
	'<li><a href="index.php/guide-to-red-list-assessments">Guide to Completing Red List Assessments</a></li>' +
	'<li><a href="index.php/iucn-red-list-2008">IUCN Red List 2010</a></li>' +
	'<li><a href="index.php/species-list">Species Lists</a></li>' +
	'<li><a href="index.php/RL-workshops">RL Workshops</a></li>' +
	'<li><a href="index.php/species-of-the-day.202">IUCN Red List Species of the Day</a></li>' +
'</ul>' +
'</td><td class="td_sep" valign="top">' + 

	'<h3><a href="index.php/conservation">Conservation/Management</a></h3>' + 
 '<ul>' + 
	'<li><a href="index.php/conservation-and-management">Conservation and Management</a></li>' +
	'<li><a href="index.php/cites">CITES</a></li>' +
	'<li><a href="index.php/convention-on-migratory-species">CMS</a></li>' +
	'<li><a href="index.php/rfmos.191">RFMOs</a></li>' +
	'<li><a href="index.php/ipoas.192">IPOA Sharks</a></li>' +
	'<li><a href="index.php/finning">Shark Finning</a></li>' +
	'<li><a href="index.php/edge-sharks">EDGE Sharks</a></li>' +
'</ul>' +
	'<h3><a href="index.php/reports_and_publications">Publications</a></h3>' + 
 '<ul>' + 
	'<li><a href="index.php/sharks-and-their-relatives">Sharks and their relatives</a></li>' +
	'<li><a href="index.php/elasmobranch-biodiversity">Elasmobranch Biodiversity</a></li>' +
	'<li><a href="index.php/global-status-report">Global Status Report</a></li>' +
	'<li><a href="index.php/regional-status-report">Regional Status Reports</a></li>' +
	'<li><a href="index.php/migratory-chondrichthyans">Migratory chondrichthyans</a></li>' +
	'<li><a href="index.php/pelagic-chondrichthyans">Pelagic chondrichthyans</a></li>' +
	'<li><a href="index.php/deepwater-chondrichthyans">Deepwater chondrichthyans</a></li>' +
	'<li><a href="index.php/shark-re-intros">Shark Re-introductions</a></li>' +
	'<li><a href="index.php/shark-news">Shark News</a></li>' +
	'<li><a href="index.php/iucn-ssc-e-bulletins">IUCN SSC publications</a></li>' +
'</ul>' +
'</td><td class="td_sep" valign="top">' + 

	'<h3><a href="index.php/funding.195">Funding</a></h3>' + 
 '<ul>' + 
'</ul>' +
	'<h3><a href="index.php/Media">Media</a></h3>' + 
 '<ul>' + 
'</ul>' +
'</td><td class="td_sep" valign="top">' + 

		'</td></tr></table>');
}
