client = "serasa";
function wcTime(){
	date = new Date();
	return date.getTime();
}
var url_monitor = "http://workcenter.xgen.com.br/"+client+"/"+client+".dll?OnLine?p1=2&p2=";
var url_wcStopMonitor = "http://workcenter.xgen.com.br/"+client+"/"+client+".dll?OnLine?p1=3&p2=&p3=";
var ismac = navigator.platform.indexOf('Mac');
var bRunning = true;
function wcStopMonitor() {
	time = wcTimer();
	document.getElementById('splash_full').style.display = 'none'; image = new Image();
	image.src = url_wcStopMonitor+time;
	image.onload = doNothing; bRunning = false;
}
function doNothing(){
	var o=0;
}
function wcCheckMonitor() {
	time = wcTimer();
	var imgwidth = 0;
	imgwidth = image.width;
	if (image.width == 2) {
		document.getElementById('splash_full').style.display = 'block';
		bRunning=false;
	}
	if (image.width == 3) {
		status = "0";
	}
}
function wcGuestMonitor() {
	time = wcTimer(); image = new Image(); image.src = url_monitor+time;
	image.onload = wcCheckMonitor; if ( bRunning ){
		setTimeout("wcGuestMonitor();",10000);
	}
}
function wcTimer(){
	date = new Date();
	return date.getTime();
}
function wcOpenInvite(){
	window.open("http://workcenter.xgen.com.br/"+client+"/"+client+".dll?RChatInvite?calltype=CHAT&language=PT&nome=Visitante&email=&fone=&fldaux1=&fldaux2=&fldaux3=", "janelaconta" + Time(),"width=400,height=400,resizable=no,toolbar=0,location=0,directo ries=0,status=yes,menubar=0");
	wcStopMonitor();
}
