// JavaScript Document

function GoChannel(s){
	//alert(s)
	if(s==""){}else{
			location.href = s ;	
	}
}

document.write('<select onchange="GoChannel(this.value);">');
document.write('<option value="" style="color:#000000">纺织中国</option>');
document.write('<option value="http://fjcl.texindex.com.cn">　福建·长乐</option>');
document.write('<option value="http://fjqz.texindex.com.cn">　福建·泉州</option>');
document.write('<option value="http://gdfs.texindex.com.cn">　广东·佛山</option>');
document.write('<option value="http://jscz.texindex.com.cn">　江苏·常州</option>');
document.write('<option value="http://jssz.texindex.com.cn">　江苏·盛泽</option>');
document.write('<option value="http://jswx.texindex.com.cn">　江苏·无锡</option>');
document.write('<option value="http://jsnt.texindex.com.cn">　江苏·南通</option>');
document.write('<option value="http://zjhn.texindex.com.cn">　浙江·海宁</option>');
document.write('<option value="http://zjsx.texindex.com.cn">　浙江·绍兴</option>');
document.write('</select>');


	
        
        
        
        
        
        
        
        
        
      

