// JavaScript Document
function ReAllUrl(){
	var AllSelect
	AllSelect=$("AllSelect").value;
	switch( AllSelect )
	{
	case "News" : 
		$("ALLForm").action="/news/list_classId-0.htm";
		break;
	case "Product" : 
		$("ALLForm").action="/Product/List.htm";
		break;
	case "Brand" : 
		$("ALLForm").action="/brand/Brandlist.htm";
		break;
	case "Shop" : 
		$("ALLForm").action="/shop/list_classId-0.htm";
		break;	
	case "Company" : 
		$("ALLForm").action="/company/companySearch_CName-Company.htm";
		break;		
	default : 
		$("ALLForm").action="/news/list_classId-0.htm";
		break;
	}
}
document.writeln("<table width=\"1000\" height=\"40\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"\/images\/index\/search_bg.gif\">");
document.writeln("  <tr>");
document.writeln("    <td valign=\"bottom\">");
document.writeln("    <form id=\"ALLForm\" name=\"ALLForm\" method=\"post\" onSubmit=\"JavaSctript:return ReAllUrl();\">");
document.writeln("      <table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"19%\" align=\"right\" valign=\"bottom\"><img src=\"\/images\/index\/search.gif\" width=\"94\" height=\"37\" \/><\/td>");
document.writeln("          <td width=\"38%\" style=\"padding-bottom:3px;\">");
document.writeln("          <select name=\"AllSelect\" class=\"f13\" id=\"AllSelect\" >");
document.writeln("       	  <option value=\"News\">新闻搜索<\/option>");
document.writeln("          <option value=\"Brand\">品牌搜索<\/option>");
document.writeln("          <option value=\"Company\">企业搜索<\/option>");
document.writeln("          <option value=\"Shop\">商铺搜索<\/option>");
document.writeln("          <option value=\"Product\">产品搜索<\/option>");
document.writeln("        <\/select>");
document.writeln("        <input name=\"key\" type=\"text\" id=\"keyall\" class=\"f13\" value=\"请输入您要搜索的关键字！\" size=\"38\" style=\"padding-left:2px;\" onclick=\"if(document.getElementById(\'keyall\').value==\'请输入您要搜索的关键字！\'){document.getElementById(\'keyall\').value=\'\'}\"\/>");
document.writeln("        <\/td>");
document.writeln("          <td width=\"11%\" class=\"put\"><input type=\"image\" src=\"\/images\/index\/go.gif\" width=\"92\" height=\"25\" style=\"border:0px;height:25px\"\/><\/td>");
document.writeln("          <td width=\"31%\">关键字：<a href=\"\/news\/list_classId-0_key-%D5FB%CCE5%B3F7%B9F1.htm\">整体橱柜<\/a>  <a href=\"\/news\/list_classId-0_key-%C3C5%B0E5.htm\">橱柜门板<\/a>  <a href=\"\/news\/list_classId-0_key-%CCA8%C3E6.htm\">橱柜台面<\/a>  <a href=\"\/news\/list_classId-0_key-%CEE5%BDF0.htm\">橱柜五金<\/a>  <a href=\"\/news\/list_classId-0_key-%B5E7%C6F7.htm\">橱柜电器<\/a> <\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table>");
document.writeln("     <\/form>");
document.writeln("    <\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");