﻿// JScript File

	function AbreCliente()
	{
	
	iTop = 50;
	iLeft = 200;
	iWidth = 600;
	iHeight = 450;
	
	window.open('http://chatsion.tool4web.com.br/chat/login/webAcessoCliente.aspx', "chatcliente", "top=" + iTop + ",left=" + iLeft + ",width=" + iWidth + ",height=" + iHeight 
		+ ",resizable=no,scrollbars=no,status=yes,menubar=no,location=no");

	}