// IF AGENTS ARE AVAILABLE:
function agents_available() {
document.getElementById('smartbutton').innerHTML = '<a href="" onClick="exit=false;window.open(\'/forms/chat/adv_customer_form.html\',\'custclient\',\'width=627,height=320,scrollbars=0\');return false;"><img src="/img/btn/chat/chat_on.png" border="0"></a>';
return true;
}
// IF AGENTS ARE NOT AVAILABLE:
function agents_not_available() {
document.getElementById('smartbutton').innerHTML = '<a href="mailto:tt-webmaster@totaltraining.com?subject=Questions or Comments" onclick="exit=false"><img src="/img/btn/chat/chat_off.png" border="0"></a>';
return true;
}