// JavaScript Document
function loadChat()
	{
		window.open("rev_chat/visitors/", "RevChat" ,'left=20,top=20,width=610,height=350,toolbar=0,resizable=0');

	}	