<!--
document.write(
'<table width="110" border="0" align="center">'+
  '<tr>'+
	  '<td><a href="../public/sitemap.htm" target="_blank"><img src="'+getPath()+'public/images/icon_map.jpg" width="14" height="14" border="0" hspace="5" align="absbottom">Site map</a></td>'+
	'</tr>'+
	'<tr>'+
	  '<td><a href="javascript:void(null)" onClick="window.external.addFavorite(\'http://www.ygchina.com/\',\'Yiguang Electronic Joint Stock CO.,LTD.\')"><img src="'+getPath()+'public/images/icon_fav.jpg" width="14" height="14" border="0" hspace="5" align="absbottom">Add favorite</a></td>'+
	'</tr>'+
	'<tr>'+
	  '<td>');
if (key1!=8)
	{
		document.write('<a href="'+getPath()+arrInfo[70]+'/'+arrInfo[71]+'.htm"><img src="'+getPath()+'public/images/icon_con.jpg" width="14" height="14" border="0" hspace="5" align="absbottom">Contact us</a>');
	}
else
  {
		document.write('<a href="'+arrInfo[71]+'.htm"><img src="'+getPath()+'public/images/icon_con.jpg" width="14" height="14" border="0" hspace="5" align="absbottom">Contact us</a>');
	}
document.write(
    '</td>'+
	'</tr>'+
	'<tr>'+
	  '<td height="10"></td>'+
	'</tr>'+
'</table>'
);
//-->

