
function abc(id,i,z,tabid)
{
  for(h=1;h<z+1;h++)
  {
  if(h==i)
  {
    document.getElementById(id+h).className='hong';
	document.getElementById(tabid+h).className='tabdisplay';
  }
  else{
    document.getElementById(id+h).className='black';
	document.getElementById(tabid+h).className='tabnone';
  }
  }
}
function hu(id,did,i)
{
   for(h=1;h<3;h++)
  {
  if(h==i)
  {
    document.getElementById(id+h).className='thong';
	document.getElementById(did+h).className='tabdisplay';
  }
  else{
    document.getElementById(id+h).className='tblack';
	document.getElementById(did+h).className='tabnone';
  }
  }
}
function hda(id,did,i,z)
{
   for(h=1;h<z+1;h++)
  {
  if(h==i)
  {
    document.getElementById(id+h).className='green';
	document.getElementById(did+h).className='tabdisplay';
  }
  else{
    document.getElementById(id+h).className='orange';
	document.getElementById(did+h).className='tabnone';
  }
  }
}
function copyUrl(){
	cStr=window.location.href;  
	window.clipboardData.setData("Text",cStr); 
	alert('复制成功！您可以将本房源推荐给你QQ/MSN或者论坛上的朋友阅读！');
}
function addBookmark(url,label) {
    if (document.all)
    {
        window.external.addFavorite(url,label);
    }
    else if (window.sidebar)
    {
        window.sidebar.addPanel(label,url,'');
    }
}
