document.write('<div id="footerrow">')
document.write('<div class="rowcontent">')

document.write('<div class="floatleft">')
document.write('<p>Copyright 2010 Agro Genesis Pte Ltd</p>')
document.write('</div>') // end floatleft

document.write('<div class="centermenu">')
document.write('<a href="index.html">home</a> | '
+ '<a href="services.html">products and services</a> | '
+ '<a href="news.html">news</a> | '
+ '<a href="contactus.html">contact us</a> | '
+ '<a href="http://www.agro-genesis.com/webmail/" rel="external">intranet</a>')
document.write('</div>') // end centermenu

document.write('<div class="floatright">')
document.write('<a href="korean.html"><img src="img/space.gif" id="footer_korean" alt="" /></a>')
document.write('<a href="chinese.html"><img src="img/space.gif" id="footer_chinese" alt="" /></a>')
document.write('</div>') // end floatright


document.write('</div>') // end rowcontent
document.write('</div>') // end footerrow