

//Select your country

function SelCountry()

{

document.writeln("<table cellpadding='0' cellspacing='0' border='0'>");

document.writeln("<form>");

document.writeln("<tr>");																		

document.writeln("	<td><img src='/images/tit_selectcountry.gif' width='187' height='22' alt='' border='0'></td>");

document.writeln("<tr>");

document.writeln("	<td>");

document.writeln("			<select style='width:190;'>");

document.writeln("				<option>Select Your Country</option>");

document.writeln("			</select><img src='../images/Bt_go_search.gif' width='19' height='19' alt='' border='0' hspace='5' align='absmiddle'>");

document.writeln("	</td>");												

document.writeln("</tr>");

document.writeln("</form>");

document.writeln("</table>");

}





// Product Search 

function ProdSrch()

{

document.writeln("<table cellpadding='0' cellspacing='1' border='0' width='610' bgcolor='#C0C0C0'>");

document.writeln("        <tr> ");

document.writeln("          <td height='25' bgcolor='#EAF4F2'> ");

document.writeln("            <table cellpadding='0' cellspacing='0' border='0'>");

document.writeln("              <tr> ");

document.writeln("                <form>");

document.writeln("                  <td width='14'><img src='../images/spacer.gif' width='1' height='1'></td>");

document.writeln("                  <td class='copy_b'>Product Part Number Search</td>");

document.writeln("                  <td width='10'><img src='../images/spacer.gif' width='1' height='1'></td>");

document.writeln("                  <td> ");

document.writeln("                    <input type='Text' style='width:100' class='search'>");

document.writeln("                  </td>");

document.writeln("                  <td width='10' align='center'> - </td>");

document.writeln("                  <td> ");

document.writeln("                    <input type='Text' style='width:70' class='search'>");

document.writeln("                  </td>");

document.writeln("                  <td width='30' align='center'><img src='../images/Bt_go_search.gif'  border='0'></td>");

document.writeln("                  <td width='5'><img src='../images/spacer.gif' width='1' height='1'></td>");

document.writeln("                  <td class='copy_b'>| <a href='#'>Tip</a> |</td>");

document.writeln("                  <td width='30'><img src='../images/spacer.gif' width='1' height='1'></td>");

document.writeln("                  <td class='copy_b'><a href='#'>parametric Search >></a></td>");

document.writeln("                </form>");

document.writeln("              </tr>");

document.writeln("            </table>");

document.writeln("          </td>");

document.writeln("        </tr>");

document.writeln("</table>");

}





// Semi 

function SemiMenu()

{

document.writeln("<table cellpadding='0' cellspacing='0' border='0' width='100%'>");

document.writeln("<tr>");

document.writeln("	<td height='22' valign='bottom'>");

document.writeln("		<table cellpadding='0' cellspacing='0' border='0'>");

document.writeln("		<tr>");

document.writeln("			<td><a href=javascript:GoUrl('semi')><img src='/Products/Semiconductor/images/Tmenu_home.gif' width='135' height='22' border='0'></a></td>");

document.writeln("			<td><img src='/Products/Semiconductor/images/cell.gif' width='10' height='20' border='0'></td>");

document.writeln("			<td><a href=javascript:GoUrl('news')><img src='/Products/Semiconductor/images/Tmenu_01.gif' width='47' height='20' border='0'></a></td>");

document.writeln("			<td><img src='/Products/Semiconductor/images/cell.gif' width='10' height='20' border='0'></td>");

document.writeln("			<td><a href=javascript:GoUrl('semi_prod')><img src='/Products/Semiconductor/images/Tmenu_02.gif' width='63' height='20' border='0'></a></td>");

document.writeln("			<td><img src='/Products/Semiconductor/images/cell.gif' width='10' height='20' border='0'></td>");

document.writeln("			<td><a href=javascript:GoUrl('semi_support')><img src='/Products/Semiconductor/images/Tmenu_03.gif' width='59' height='20' border='0'></a></td>");

document.writeln("			<td><img src='/Products/Semiconductor/images/cell.gif' width='10' height='20' border='0'></td>");

document.writeln("			<td><a href=javascript:GoUrl('sales')><img src='/Products/Semiconductor/images/Tmenu_04.gif' width='95' height='20' border='0'></a></td>");

document.writeln("			<td><img src='/Products/Semiconductor/images/cell.gif' width='10' height='20' border='0'></td>");

document.writeln("			<td><a href=javascript:GoUrl('info')><img src='/Products/Semiconductor/images/Tmenu_05.gif' width='80' height='20' border='0'></a></td>");

document.writeln("		</tr>");

document.writeln("		</table>");

document.writeln("	</td>");

document.writeln("</tr>");

document.writeln("<tr>");

document.writeln("	<td height='14'></td>");

document.writeln("</tr>");

document.writeln("</table>");

}

