function RunHome_btns()
{
	document.write('<object type="application/x-shockwave-flash" data="images/home_btns.swf" width="550" height="320">\n');
	document.write('<param name="movie" value="images/home_btns.swf" />\n');
	document.write('<!--		   <img src="noflash.gif" width="640" height="50" alt="<br>The Flash Player isnt installed.  To view this site effectively please download it now" /> -->\n');
	document.write('<p><br />The Flash Player isnt installed.<br /> <br />To view this site effectively please download it now from <a href="http://www.macromedia.com/flashplayer">http://www.macromedia.com/flashplayer</a></p>\n');
	document.write('<p>&nbsp;</p>\n');
	document.write('<p>---------------------------------------------------------------------------</p>\n');
	document.write('<p>&nbsp;</p>\n');		   		   
	document.write('<ul class="home">\n');
	document.write('	<li><a href="biotec/whatis.html">What is Biotechnology</a></li>\n');
	document.write('	<li><a href="human/humanuses.html">Human uses</a></li>\n');
	document.write('	<li><a href="enviro/environment.html">Environment</a></li>\n');
	document.write('	<li><a href="foodag/foodandag.html">Food and Agriculture</a></li>\n');
	document.write('	<li><a href="career/careers.html">Careers</a></li>\n');
	document.write('</ul>\n');
	document.write('</object>\n');
}