function UrlSearch() 
{
   var name,value; 
   var str=location.href; //取得整个地址栏
   var num=str.indexOf("?") 
   str=str.substr(num+1); //取得所有参数
   var arr=str.split("&"); //各个参数放到数组里
   for(var i=0;i < arr.length;i++){ 
    num=arr[i].indexOf("="); 
    if(num>0){ 
     name=arr[i].substring(0,num);
     value=arr[i].substr(num+1);
     this[name]=value;
     } 
    } 
} 
//var Request=new UrlSearch(); //实例化
//alert(Request.id);

var urlstr=location.href;
document.write('<table border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td><img src="images/brand_04.png" width="203" height="80"></td>');
document.write('</tr>');
//
if(urlstr.indexOf("brand")>0){
	document.write('<tr>');
	document.write('<td><img src="images/brand_06.png" width="203" height="32"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><a href="brand.html"><img src="images/brand_07.png" width="203" height="24" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="images/brand_08.png" width="203" height="2"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><a href="brand_1.html"><img src="images/brand_077.png" width="203" height="24" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="images/brand_08.png" width="203" height="2"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><a href="brand_2.html"><img src="images/brand_0777.png" width="203" height="24" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="images/brand_08.png" width="203" height="2"></td>');
	document.write('</tr>');
}
if(urlstr.indexOf("product")>0){
	document.write('<tr>');
	document.write('<td><img src="images/brand_066.png" width="203" height="32"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><a href="product_1.html"><img src="images/product_077.png" width="203" height="24" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="images/brand_08.png" width="203" height="2"></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><a href="product_2.html"><img src="images/product_07.png" width="203" height="24" border="0"></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img src="images/brand_08.png" width="203" height="2"></td>');
	document.write('</tr>');
}
//
document.write('<tr>');
document.write('<td><a href="brand_3.html"><img src="images/brand_10.png" width="203" height="127" border="0"></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/brand_11.png" width="203" height="13"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/brand_12.png" width="203" height="27"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center"><p> <br>');
document.write('<select name="select" style="width:150px;">');
document.write('<option value="经销商信息">经销商信息</option>');
document.write('</select>');
document.write('</p>');
document.write('<p>');
document.write('<select name="select2" style="width:150px;" onchange="javascripta:window.open(this.value);">');
document.write('<option value="友情链接">友情链接</option>');
document.write('<option value="http://www.euro-piano.org">欧洲钢琴协会</option>');
document.write('<option value="http://www.filzfabrik-wurzen.de">FFW毛毡</option>');
document.write('<option value="http://www.abel-pianoparts.de">ABEL榔头</option>');
document.write('</select>');
document.write('<br>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');