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; 
}

