/*
// IF AGENTS ARE AVAILABLE:
function agents_available() {
document.getElementById('smartbutton').innerHTML = '<A HREF="" onClick="window.open(\'https://admin.instantservice.com/links/5935/14897\',\'custclient\',\'width=600,height=160,scrollbars=0\');return false;"><IMG SRC="http://www.moxieformen.com/moxie_chat/chat_button_horiz.gif" border="0" align="center" hspace="30" vspace="10"></A>';
return true;
}
// IF AGENTS ARE NOT AVAILABLE:
function agents_not_available() {
document.getElementById('smartbutton').innerHTML = '<a href="mailto:sales@moxieformen.com">Send Customer Service an email.</a>';
return true;
}
//
*/