﻿function  addFav() {  
    if(document.all) {  
      window.external.addFavorite('http://www.cqhuamei.com.cn/', '重庆华美整形美容医院');  
    }  
    else if(window.sidebar) {  
      window.sidebar.addPanel('重庆华美整形美容医院', 'http://www.cqhuamei.com.cn/', '');  
    }  
}  
function  shoucang(url,title) {  
    if(document.all) {  
      window.external.addFavorite(url, title);  
    }  
    else if(window.sidebar) {  
      window.sidebar.addPanel(title, url, '');  
    }  
}  
function SetHome(obj){  
  try{  
     obj.style.behavior='url(#default#homepage)';  
     obj.setHomePage('http://www.cqhuamei.com.cn/');  
  }catch(e){  
     if(window.netscape){  
        try{  
           netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
        }catch(e){  
           alert("抱歉，此操作被浏览器拒绝！请在浏览器地址栏输入\"about:config\"并回车然后将[signed.applets.codebase_principal_support]设置为'true'");  
        }  
      }else{  
         alert("抱歉，您所使用的浏览器无法完成此操作。您需要手动将'http://www.cqhuamei.com.cn/'设置为首页。");
      }  
   } 
}
function tanchu(){
    var url = 'http://cqhuamei.zoossoft.com/LR/Chatpre.aspx?id=LEB75469968&e=QQ';
    window.open(url); 
}

//头部搜索
function SearchInfo()
{
       var Keyvalue = document.getElementById('textfield').value;       
        var path = siteSetup.sitePath + 'search.aspx?';
        if (Keyvalue=='输入关键词查询' || Keyvalue == '')
        {
            alert('请输入关键词查询');
            return false;
        }
        else
        {
           location.href = path + "searchType=0&keyword="+Keyvalue;
        }
} 
 
//回车键
   function ValidEnter(evt) {  
        evt = (evt) ? evt : ((window.event) ? window.event : "") ; 
        keyCode = evt.keyCode ? evt.keyCode : (evt.which ? evt.which : evt.charCode);  
        if (keyCode == 13) 
        {  
            SearchInfo();
        }  
    } 



