﻿/*
  _userid:          고객아이디 
  _boolean:         고객아이디가 사용중일때 다른아이디로 변경(true), 변경하지 않고 채팅금지(false)
  _consultor:       상담원아이디  
*/  
//document.write("<script language='javascript' type='text/javascript' src='http://msg.ucsoft.co.kr:8000/js/chat_properties.js'></script>");

var ucware_my_passwd="";
var ucware_my_userid="";
function initUCMSG(_user_id,_user_pw,_server,_client ){
	var params = "my_userid=" + _user_id
	params += "&client_location=" + _client ;
	params += "&global_ucware_status=MESSENGER";
	ucware_my_userid = _user_id ;
	ucware_my_passwd = _user_pw ;
	/* alert(ucware_my_userid) */;
	handshake_client.location.href = _server + "/chat/server_handshake.html?" + params ; 


}

function loginUCMSG(){
	ucmsg_counsel = "<iframe name='handshake_client' src='' frameborder=0 scrolling=no width='0' height='0' ></iframe>";
  document.write(ucmsg_counsel);
}
loginUCMSG();


