// JavaScript Document
var base="http://www.antrimenergy.com"
//var base="http://test.merlinedge.com/Antrim-Energy";


document.write
(
 	'<ul>\n'+
 	'<li id="home"><a href="'+base+'/">Home</a>\n'+
	'<li id="link1"><a href="'+base+'/news/press-releases.php?year=2010">News</a>\n'+
		'<ul id="subA">\n'+
		'<li><a href="'+base+'/news/press-releases.php?year=2010">Press Releases</a></li>\n'+
		'</ul>\n'+
	'</li>\n'+
	'<li id="link2"><a href="'+base+'/globalAct/globalActOverview.html">Global Operations</a>\n'+
		'<ul id="subA">\n'+
		'<li><a href="'+base+'/globalAct/ukOperations.html"><span class="ddHeader2"><strong>UK</strong></span></a></li>\n'+
		'<li><a href="'+base+'/globalAct/cnsBlocks28.html"><span class="ddLeft">Fyne <span class="green">></span></span></a></li>\n'+
		'<li><a href="'+base+'/globalAct/nsCauseway.html"><span class="ddLeft">Causeway <span class="green">></span></span></a></li>\n'+
		'<li><a href="'+base+'/globalAct/otherUKproperties.html"><span class="ddLeft">Other UK Properties <span class="green">></span></span></a></li>\n'+
		'<li><a href="'+base+'/globalAct/argentina.html"><span class="ddHeader2"><strong>Argentina</strong></span></a></li>\n'+
		'<li><a href="'+base+'/globalAct/tierra.html"><span class="ddLeft">Tierra del Fuego <span class="green">></span></span></a></li>\n'+
		
		'<li><a href="'+base+'/globalAct/Tanzania.html"><span class="ddHeader2">Tanzania</span></a></li>\n'+
		'<li><a href="'+base+'/globalAct/opPhotos.html">Operations Photo Gallery</a></li>\n'+
		'</ul>\n'+
	'</li>\n'+
	'<li id="link3"><a href="'+base+'/about/">About Antrim</a>\n'+
		'<ul id="subA">\n'+
		'<li><a href="'+base+'/about/history.html">Our History & Logo</a></li>\n'+
		'<li><a href="'+base+'/about/team.html">Management Team</a></li>\n'+
		'<li><a href="'+base+'/about/safety.html">Health & Safety</a></li>\n'+
		'<li><a href="'+base+'/about/info.html">Corporate Information</a></li>\n'+
		'<li><a href="'+base+'/global/">Contact Us</a></li>\n'+
		'</ul>\n'+
	'</li>\n'+
	'<li id="link4"><a href="'+base+'/investors/index.html">Investors</a>\n'+ 
		'<ul id="subA">\n'+
		'<li><a href="'+base+'/investors/rule_26.html">AIM Rule 26</a></li>\n'+
		'<li><a href="'+base+'/investors/stockquote.html">TSX & AIM Quotes & Charts</a></li>\n'+
		'<li><span class="ddHeader"><strong>Financial Reports</strong></span></li>\n'+
			'<li><a href="'+base+'/investors/annuals.html"><span class="ddLeft">Annual Information <span class="green">></span></span></a></li>\n'+
			'<li><a href="'+base+'/investors/filings.html"><span class="ddLeft">Quarterly Reports <span class="green">></span></span></a></li>\n'+
			'<li><a href="'+base+'/investors/filings-arch.html"><span class="ddLeft">Quarterly Report Archives <span class="green">></span></span></a></li>\n'+
		'<li><a href="'+base+'/investors/governance.html"><span class="ddHeader2"><strong>Corporate Governance</strong></span></a></li>\n'+
		
		'<li><span class="ddHeader">A) Committees</span></li>\n'+
			'<li><a href="'+base+'/investors/audit.html"><span class="ddLeft">Audit Committee <span class="green">></span></span></a></li>\n'+
			'<li><a href="'+base+'/investors/compensation.html"><span class="ddLeft">Compensation Committee <span class="green">></span></span></a></li>\n'+
			'<li><a href="'+base+'/investors/reserves.html"><span class="ddLeft">Reserves Committee <span class="green">></span></span></a></li>\n'+
		'<li><a href="'+base+'/investors/policies.html">Corporate Policies</a></li>\n'+
		'<li><a href="'+base+'/investors/directors.html">Board of Directors</a></li>\n'+
		'<li><a href="'+base+'/investors/analysts.html">Analyst Coverage</a></li>\n'+
		'<li><a href="'+base+'/investors/info.html">Investor Information</a></li>\n'+
		'<li><a href="'+base+'/investors/glossary.html">Glossary</a></li>\n'+
		'<li><a href="'+base+'/documents/corporate-presentation.pdf" target="_blank"><span class="ddHeader2"><strong>Corporate Presentation</strong></span></a></li>\n'+
		'<li><a href="'+base+'/documents/AntrimARpdfwebversion.pdf"><span class="ddHeader2"><strong>Corporate Profile</strong></span></a></li>\n'+
		'</ul>\n'+
	'</li>\n'+
	'</ul>'
); 

