///// info_top module /////
function printInfotop(){
	document.write('<div id="local_info">');
	document.write('<!-- News Text -->');
	document.write('<div><img src="resource/img/info_csr-pdf.gif" width="210" height="34" alt="Social & Environmental Report Download"></div>');
	document.write('<div><img src="resource/img/space.gif" width="1" height="3" alt=""></div>');
	document.write('<div><img src="resource/img/prt_arrow_right.gif" width="3" height="5" alt=""><img src="/philosophy/resource/img/space.gif" width="3" height="1" alt=""><a href="http://www.mazda.com/csr/">Social & Environmental Report 2009</a></div>');
	document.write('<div><img src="resource/img/space.gif" width="1" height="5" alt=""></div>');
	document.write('<div><table border="0" cellspacing="0" cellpadding="0" width="210">');
	document.write('<tr><td width="65" height="86" rowspan="3" valign="top"><a href="http://www.mazda.com/csr/download/"><img src="resource/img/img_dl.gif" width="65" height="86" border="0"></a></td>');
	document.write('<td width="145" valign="top">PDF version is available.</td></tr>');
	document.write('<tr><td valign="top"><img src="resource/img/space.gif" width="1" height="5" alt=""></td></tr>');
	document.write('<tr><td valign="top"><img src="resource/img/prt_arrow_right.gif" width="3" height="5" alt=""><img src="/philosophy/resource/img/space.gif" width="3" height="1" alt=""><a href="http://www.mazda.com/csr/download/ ">Request for documents</a></td></tr></table></div>');

	document.write('<div><img src="resource/img/space.gif" width="1" height="30" alt=""></div>');
	document.write('<div><a href="/motorshow/"><img src="resource/img/bnr_02.jpg" width="190" height="45" alt="TOKYO MOTOR SHOW 2009"></a></div>');
	document.write('<!-- News End -->');
	document.write('</div>');
}

