﻿function livechat(param)
{
	try
	{Main("LiveChat");}
	catch(err)
	{;}
	var url = "http://livechat.g4p.com/clientlogin.html"+param; 
	var targetName = 'chat_'+(new Date()).getTime();			
	document.getElementById("aClientLogin").target = targetName
	document.getElementById("aClientLogin").href = url;
	//alert(url);
	window.open(''+url+'',''+targetName+'','height=485,width=366,location=no,menubar=no,resizable=yes,scrollbars=no,status=yes,titlebar=no,toolbar=no,directories=no');
}
/*function livechat(){
    var url = "http://livechat.g4p.com/clientlogin.html";
    url = url + "?userfrom=www.g4paccount.com&selectInfo=account;buyaccounts&webname=buyaccounts&OtherWebFlag=1";
    var targetName = 'chat_' + (new Date()).getTime();
    document.getElementById("aClientLogin").target = targetName
    document.getElementById("aClientLogin").href = url;
    window.open(url,targetName,"width=366,height=485,left="+left+",top="+top+",directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=yes,titlebar=no");
}*/

