var currentlyActiveInputRef=false;var currentlyActiveInputClassName=false;function highlightActiveInput()
{this.className+=' inputHighlighted';}
function blurActiveInput()
{this.className=this.className.replace(' inputHighlighted','');this.className=this.className.replace('inputHighlighted','');}
function initInputHighlightScript()
{var tags=['INPUT','TEXTAREA'];for(tagCounter=0;tagCounter<tags.length;tagCounter++){var inputs=document.getElementsByTagName(tags[tagCounter]);for(var no=0;no<inputs.length;no++){if(inputs[no].className&&inputs[no].className=='doNotHighlightThisInput')continue;if(inputs[no].tagName.toLowerCase()=='textarea'||(inputs[no].tagName.toLowerCase()=='input'&&inputs[no].type.toLowerCase()=='text')||(inputs[no].tagName.toLowerCase()=='input'&&inputs[no].type.toLowerCase()=='password')){inputs[no].onfocus=highlightActiveInput;inputs[no].onblur=blurActiveInput;}}}};function agents_available()
{document.getElementById('smartbutton').innerHTML='<A HREF="" onClick="window.open(\'https://admin.instantservice.com/links/5702/10946\','+'\'custclient\',\'width=500,height=320,scrollbars=0\');return false;">'+'<img src="'+path+'/reservation/images/banners/LiveHelpBanner.gif" border="0" wirth="124px" height="56px" align="top" vspace="8" alt=""></A>&nbsp;<A HREF="" onClick="window.open(\'https://admin.instantservice.com/links/5702/10946\','+'\'custclient\',\'width=500,height=320,scrollbars=0\');return false;">'+'<img src="'+path+'/reservation/images/banners/phoneBanner.gif" border="0" height="47" align="top" width="124" vspace="8" alt=""></A>';return true;}
function agents_not_available()
{document.getElementById('smartbutton').innerHTML='<A HREF="'+path+'/info/customer_service.php" target="_blank"><img src="'+path+'/reservation/images/banners/chatBanner.gif" border="0" height="54" align="top" width="124" vspace="8" alt=""></A>&nbsp;<A HREF="'+path+'/info/customer_service.php" target="_blank"><img src="'+path+'/reservation/images/banners/phoneBanner.gif" border="0" height="47" align="top" width="124" vspace="8" alt=""></A>';return true;}