<!--
document.write(
'<table width="170" cellspacing="0" border="0" class="menu" onMouseOver="MM_showHideLayers(\'layer1\',\'\',\'hide\',\'layer2\',\'\',\'hide\',\'layer3\',\'\',\'hide\',\'layer4\',\'\',\'hide\',\'layer5\',\'\',\'hide\',\'layer6\',\' \',\'hide\',\'layer7\',\'\',\'hide\',\'layer8\',\'\',\'hide\')">');
for (i=((key1-1)*10+1); i<=((key1-1)*10+9); i++)
  {
		if (arrMenu[i]!=null)
		{
    	document.write(
				'<tr>'+
	    '<td><img src="'+getPath()+'public/images/');
			if (i!=(key1-1)*10+key2)
			{
				document.write('block.jpg" width="9" height="9" border="0" hspace="7" vspace="1" align="absbottom"><a href="'+arrInfo[i]+'.htm">'+arrMenu[i]+'</a></td>');
			}
			else
			{
				document.write('block1.jpg" width="9" height="9" border="0" hspace="7" vspace="1" align="absbottom">'+arrMenu[i]+'</td>');
			}
			document.write(
	    '</tr>'+
    	'<tr>'+
     	  '<td height="1" align="center"><img src="'+getPath()+'public/images/dotline.gif" width="158" height="1" border="0"></td>'+
    	'</tr>');
 
		}
  }
document.write(
'</table>'+
// the space table:
'<table width="150" height="100" border="0" onMouseOver="MM_showHideLayers(\'layer1\',\'\',\'hide\',\'layer2\',\'\',\'hide\',\'layer3\',\'\',\'hide\',\'layer4\',\'\',\'hide\',\'layer5\',\'\',\'hide\',\'layer6\',\' \',\'hide\',\'layer7\',\'\',\'hide\',\'layer8\',\'\',\'hide\')">'+
  '<tr><td></td></tr>'+
'</table>'+
// the search table:
'<table width="170" border="0" align="center"  onMouseOver="MM_showHideLayers(\'layer1\',\'\',\'hide\',\'layer2\',\'\',\'hide\',\'layer3\',\'\',\'hide\',\'layer4\',\'\',\'hide\',\'layer5\',\'\',\'hide\',\'layer6\',\' \',\'hide\',\'layer7\',\'\',\'hide\',\'layer8\',\'\',\'hide\')">'+
  '<tr>'+
	  '<td align="center">Search products:</td>'+
	'</tr>'+
	'<tr>'+
	  '<td align="center"><select name="select1" onChange="window.location.href=options[selectedIndex].value">'+
		    '<option selected value="javascript:void(null)">Please select</option>');
				if (key1!=5)
				{
					document.write('<option value="'+getPath()+arrInfo[40]+'/sot.htm">SMD diode</option>');
					document.write('<option value="'+getPath()+arrInfo[40]+'/piezoele.htm">piezoelectric ceramic</option>');
					document.write('<option value="'+getPath()+arrInfo[40]+'/axialdio.htm">axial diode</option>');
				}
				else
				{
					document.write('<option value="sot.htm">SMD diode</option>');
  				document.write('<option value="piezoele.htm">piezoelectric ceramic</option>');
					document.write('<option value="axialdio.htm">axial diode</option>');
				}
				document.write(
			'</select>'+
		'</td>'+
	'</tr>'+
	'<tr>'+
	  '<td height="8"></td>'+
	'</tr>'+
	'<tr>'+
	  '<td align="center">Search puchasing:</td>'+
	'</tr>'+
	'<tr>'+
	  '<td align="center"><select name="select2" onChange="window.location.href=options[selectedIndex].value">'+
		    '<option selected value="javascript:void(null)">Please select</option>');
	if (key1!=3)
	{
		document.write('<option value="'+getPath()+arrInfo[20]+'/'+arrInfo[21]+'.htm">Purchase Items</option>'+
				'<option value="'+getPath()+arrInfo[20]+'/'+arrInfo[22]+'.htm">Purchase Info</option>');
	}
	else
	{
		document.write('<option value="'+arrInfo[21]+'.htm">Purchase Items</option>'+
				'<option value="'+arrInfo[22]+'.htm">Purchase Info</option>');
	}
	document.write(
	    '</select>'+
		'</td>'+
	'</tr>'+
'</table>'
);
//-->
