function hide_chatbox()
{
$('chat_wsatp_iframe_box').style.visibility = 'hidden';
$('chat_wsatp_iframe').src = '';
show_newmsg(0);
}
function show_chatbox(t)
{
$('chat_wsatp_iframe_box').style.visibility = 'visible';
$('chat_wsatp_iframe_box').makeDraggable();
$('chat_wsatp_iframe').src = 'http://chat.wsatp.com//chat.js.php?a=show&site=local&page=&send_to='+t;
$('chat_wsatp_iframe_box_target').innerHTML = t;
if (nm_timer) { clearTimeout(nm_timer); nm_timer=false; }
}
var nm_timer_ts = 0;
var nm_timer_id = 0;
var nm_timer = false;
function show_newmsg(time,html)
{
if ($('chat_wsatp_iframe_box').style.visibility!='hidden') return;
nm_timer = setTimeout("show_newmsg()",5000);
var ifdoc = frames['_tc_'].document;
// alert(ifdoc.innerHTML);
var newmsg = ifdoc.getElementById('newmsg');
var newtime = ifdoc.getElementById('timestamp');
if (newmsg)
{
html = newmsg.innerHTML;
if (html!=undefined && html!='')
{
nm_timer_id = (nm_timer_id+1)%1000;
var ne = new Element('div',{id:'_tnew_'+nm_timer_id});
ne.innerHTML = html;
ne.inject('chat_wsatp_chatbox_newmsg');
setTimeout("new Fx.Style('"+ne.id+"','height', {onComplete:function(){ $('"+ne.id+"').remove();}}).start(0)", 10000); // fade away 10 seconds later
}
}
if (newtime) nm_timer_ts = newtime.innerHTML;
document.getElementById('_tc_').src = 'http://chat.wsatp.com//chat.js.php?a=newmsg&site=local&page=&send_to=site×tamp='+nm_timer_ts;
}
document.writeln('');document.writeln('