// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this header

function hideMe(){
	document.getElementById("chatonlinediv").style.visibility="hidden";
}

function showMe(){
  if (isIE||isNN) whichDog.style.visibility="visible";
  else if (isN4) document.chatonlinediv.visibility="show";
}

function showMe2() {
	document.getElementById("chatonlinediv").style.visibility="visible";
}