// JavaScript Document
function footergreen()
	{
		var fot='';
		fot="<div align='center' style='padding-top:5px; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#fff;'>";
		fot+="<strong>Copyright &copy; 2011 National Horticulture Board.&nbsp;All Rights Reserved.";
		
		fot+="Designed & Developed By :&nbsp; <a href=\'http://www.prosixsoftron.in/\' target='_blank' style='text-decoration: none; color:#fff;'>Prosix Softron Pvt. Ltd</a></strong>";
	    fot+="</div>";
		document.write(fot);
	}
