
var contentjs = 'chat/listcontent.cgi';

function setchatimage(imgname)
{
  changeimage('chatimg', '../p/' + imgname);
}

function roomtitle(stuff)
{
  divcontent('titlediv', stuff); 
}

function roomname(stuff)
{
  document.chatloginform.room.value = stuff;
}

function roomdesc(stuff)
{
  divcontent('descdiv', stuff); 
}

function userlist(stuff)
{
  divcontent('listdiv', '<table border="0" cellpadding="0" cellspacing="0"><tr><td class="chatlist">' + stuff + '</td></tr></table>'); 
  if (navigator.userAgent.indexOf('MSIE 4.') != -1)
    alert('Chattia ei suositella käytettäväksi Internet Explorer 4 selaimella.\nKyseinen selain on chatissa erittäin epävakaa.');
}

