// JavaScript Document

// IF AGENTS ARE AVAILABLE:
function agents_available() {
	document.getElementById('smartbutton').innerHTML = '<A HREF="" onClick="window.open(\'https://www.chatboxnow.com/pointb052208p/chat.html\',\'chatnow\',\'location=no,menubar=no,resizable=no,titlebar=yes,width=370,height=370,scrollbars=no\');return false;">' + 	'<IMG BORDER=0 SRC="http://www.technologyservicesworld.com/images/chat_on.jpg"></A>';
	 return true;
}
// IF AGENTS ARE NOT AVAILABLE:
function agents_not_available() {
	document.getElementById('smartbutton').innerHTML = '<a href="mailto:mhealy@thesspa.com?subject=Technology%20Services%20World%20Inquiry"><IMG border="0" SRC="http://www.technologyservicesworld.com/images/chat_off.jpg" alt="Email Agent"></a>';
	return true;
}