function writeMainNav(){
	document.write('<ul>');
	document.write('<li>');
	document.write('<a class=drop href="index.html">Home<br>Page<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>');
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="cleancoalnow.html">Towards&nbsp;<br>Cleaner&nbsp;Coal<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>');
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<ul><!--level 1-->');
	document.write('<li><a href="environment.html" >Environment</a></li>');
	document.write('</ul><!--level 1-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="company.html">The<br>Company<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>'); 
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<ul><!--level 1-->');
	document.write('<li><a href="projects.html">Company Projects</a></li>');
	document.write('<li><a href="corporateGovernance.html">Corporate Governance</a></li>');
	document.write('<li><a href="boardinfo.html">Office Holders</a></li>');
	document.write('<li><a href="annualreports.html">Statutory Financial Statements</a></li>');
	document.write('</ul><!--level 1-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="technology.html">UCG<br>Technology<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>'); 
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<ul><!--level 1-->');
	document.write('<li><a href="UCG.html">UCG Explained</a></li>');
	document.write('<li><a href="technicalpapers.html">Technical Papers</a></li>');
	document.write('<li><a href="interactive.html" >Interactive Demonstration</a></li>');
	document.write('</ul><!--level 1-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="investors.html">Investor<br>Relations<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>'); 
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<ul><!--level 1-->');	
	document.write('<li><a href="partners.html" >Capital Structure</a></li>');
	document.write('<li><a href="press.html" >ASX Releases</a></li>');
	document.write('<li><a href="noticeofmeetings.html" >Notice of Meetings</a></li>');
	document.write('<li><a href="presentations.html">Company Presentations</a></li>');
	document.write('</ul><!--level 1-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li>');
	document.write('<a class=drop href="analystsreports.html">Analysts<br>Reports<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>');
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="media.html">Recent<br>Media<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>'); 
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<ul><!--level 1-->');
	document.write('<li><a href="publications.html" >Press Articles</a></li>');
	document.write('<li><a href="speeches.html" >Speeches</a></li>');
	document.write('<li><a href="epk.html" >Electronic Press Kit</a></li>');
	document.write('</ul><!--level 1-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="employment.html">Employment<br>Opportunities<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>'); 
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
	
	document.write('<li><a class=drop href="contact.html">Contact<br>Us<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]>'); 
	document.write('<table><tbody><tr><td><![endif]-->');
	document.write('<!--[if lte IE 6]></td></tr></tbody></table></A><![endif]-->');
	document.write('</li>');
			
	document.write('</ul>');
}