<!--
// IF AGENTS ARE AVAILABLE:
function agents_available() {
document.getElementById('smartbutton').innerHTML = '<A HREF="" onClick="window.open(\'/liveChat/chat_fremont.html\',\'custclient\',\'width=600,height=210,scrollbars=0\');return false;"><img src="/liveChat/chat_image_girl_ltgray.jpg" alt="Lexar Live Chat" border="0"></A>';

return true;
}

// IF AGENTS ARE NOT AVAILABLE:
function agents_not_available() {
document.getElementById('smartbutton').innerHTML = ' <strong>On-line chat</strong><br />No agents are currently available. Please check back soon.<br /><br /> ';

return true;
}
//-->