function changeSelect(){
	var link = document.getElementById('productList');
	var complexName = link.options[link.selectedIndex].value;
	var arrTmp = complexName.split(",");
	var shortName = arrTmp[0];
	var fullName = arrTmp[1];
	var loca;
	if(fullName ==''){
	    if(shortName ==''){
		loca = '/products.html';
		}
		else{
		loca = '/'+shortName+'.html';}
		
		
		
		}
	else{
		loca = '/'+shortName+'_'+fullName+'_1.html';}
	document.location = loca;
}

 function getCookie(sName) {
   var aCookie = document.cookie.split("; ");
   for (var j=0; j < aCookie.length; j++){
  var aCrumb = aCookie[j].split("=");
  if (escape(sName) == aCrumb[0])
    return unescape(aCrumb[1]);
   }
   return null;
 }
 if (navigator.appName=='Netscape')
  var language=navigator.language;
  else
  var language=navigator.browserLanguage;
var stylecook=getCookie('roomreglx');
if (stylecook!=null)language='en';
if (location.host=="translate.googleusercontent.com")language='en';
  //if (language.indexOf('zh')>-1)document.location.href='/welcome.html';
  //if (language.indexOf('zh-cn')>-1)document.location.href='/welcome.html';
  //else if (language.indexOf('zh-cn')>-1) document.location.href='big5.htm';
  //else   
  //document.location.href='.htm';