
var category='default';var record='default';var localInfo={'Cockroach':{'plural':'cockroaches'},'Termite':{'plural':'termites'},'Ant':{'plural':'ants'},'Fly':{'plural':'flies'},'Rodent':{'plural':'rodents'},'Other':{'plural':'this pest'}};var tabs=new Array('Email','Share','SMS');var setCategory=function(value){category=value;}
var setRecord=function(value){record=value;}
var getRecord=function(){return record;}
var showAll=function(){document.getElementById('MoreLI').style.display='none';document.getElementById('AdditionalLI').style.display='block';}
var getPlural=function(value){var plural;try{plural=localInfo[category]['plural'];}
catch(err)
{plural=localInfo['Other']['plural'];}
return plural;}
var changeTab=function(value){for(i=0;i<tabs.length;i++)
{var show='none';var tabElm=tabs[i]+'Tab';if(value==tabs[i])
    { document.getElementById(tabElm).style.backgroundImage = "url('/ui/images/backgrounds/grey-selected_16x48.gif')"; show = 'block'; } else { document.getElementById(tabElm).style.backgroundImage = "url('/ui/images/backgrounds/grey_16x48.gif')"; }
var contentElm=tabs[i]+'Content';document.getElementById(contentElm).style.display=show;}}
var hideCategoryMore=function(){if(category!=='Other'){document.getElementById('Read').style.visible='visible';}else{document.getElementById('Read').style.display='hidden';}}
var setTabWidth=function(){var winW=document.body.clientWidth||window.innerWidth;winW-=22;document.getElementById('Social').style.width=winW+'px';var pad=0;for(i=0;i<tabs.length;i++)
{pad+=40;}
winW=parseInt(((winW-2)-pad)/3)+'px';for(i=0;i<tabs.length;i++)
{document.getElementById(tabs[i]+'Tab').style.width=winW;}}
var sendTo=function(site){var thisURL=location.href;var encodedURL=encodeURIComponent('http://411.orkin.com');var thisTitle=encodeURIComponent('Pest 411');var thisBody=encodeURIComponent('Orkin.com');switch(site){case'digg':finalUrl='http://digg.com/submit?url='+encodedURL+'&title='+thisTitle+'&bodytext='+thisBody+'&media=news&topic=educational';window.open(finalUrl,'newWindow');break;case'stumbleupon':finalUrl='http://www.stumbleupon.com/submit?url='+encodedURL;window.open(finalUrl,'newWindow');break;default:return false;}}
var serviceSubmit=function(){document.getElementById('theForm').style.display='none';document.getElementById('theSubmit').style.display='block';return false;}
function ptq(q)
{var x=q.replace(/;/g,'&').split('&'),i,name,t;for(q={},i=0;i<x.length;i++)
{t=x[i].split('=',2);name=unescape(t[0]);if(!q[name])
q[name]=[];if(t.length>1)
{q[name][q[name].length]=unescape(t[1]);}
else
q[name][q[name].length]=true;}
return q;}
function param(){return ptq(location.search.substring(1).replace(/\+/g,' '));}