var activeTab='Product';
function changeTag(o){var obj=$(o);var soSite=$('soSite');var soNews=$('soNews');var soPro=$('soPro');var soYP=$('soYellowpage');switch(obj.id){case 'soSite': soNews.className=soPro.className=soYP.className='';obj.className='cur';activeTab='Site';break;case 'soNews': soSite.className=soPro.className=soYP.className='';obj.className='cur';activeTab='News';break;case 'soPro': soSite.className=soNews.className=soYP.className='';obj.className='cur';activeTab='Product';break;case 'soYellowpage': soSite.className=soNews.className=soPro.className='';obj.className='cur';activeTab='YellowPage';break;}}
function $(o){return document.getElementById(o);}
function searchGo(){var key=$('q').value.replace(/^\s+/, '').replace(/\s+$/, '');if(key!=''){key=encodeURI(key);window.location.href='/Search/Search'+activeTab+'.aspx?q='+key;}}
