var chat_musteri_id=document.getElementById("chatistejs").src.split("=")
var chat_path="https://www.chatiste.com/"
var sayi = document.getElementsByTagName("img");
var chatzaman = 0;

if(navigator.appName=="Netscape"){window.addEventListener("load",load_icon,false);} else if(window.ActiveXObject) {window.attachEvent('onload',load_icon)}
if(navigator.appName=="Netscape"){window.addEventListener("mousemove",invite_musteri,false);} else if(window.ActiveXObject) {window.attachEvent('onmousemove',invite_musteri)}

function invite_icon(){
if(document.getElementById("chatisteinvite")){
document.getElementById("chatisteinvite").innerHTML = "<img id=\"chatisteinviteimg\" style=\"display:none\">";
document.getElementById("chatisteinvite").style.display = "inline";
document.getElementById("chatisteinviteimg").src = chat_path + "invite.asp";
invite_musteri();
	}
	 }

function load_icon(){
chatzaman = window.setInterval("invite_icon()",3500)
if(document.getElementById("chatiste")){
	for(i=0;i<=sayi.length-1;i++){
		if(sayi[i].id=="chatiste"){sayi[i].src= chat_path + "durum.asp?fid="+chat_musteri_id[1]+'&incoming=' + document.location.href.replace("http://" + document.location.host,"").replace("https://" + document.location.host,"");invite_customer();}
		}
		 }
		  }

function invite_customer(){
if(navigator.appName=="Netscape"){
for(i=0;i<=sayi.length-1;i++){
	if(sayi[i].id=="chatiste"){sayi[i].style.cursor="pointer";sayi[i].addEventListener("click",invite_set,false);}
		}
		 } else if(window.ActiveXObject){
		 	for(i=0;i<=sayi.length-1;i++){
		 		if(sayi[i].id=="chatiste"){sayi[i].style.cursor="hand";sayi[i].attachEvent('onclick',invite_set);}
		 			}
		 			 }
				      }


function invite_musteri(){
	if(navigator.appName=="Netscape"){
	document.getElementById("chatisteinviteimg").style.cursor="pointer";
	document.getElementById("chatisteinviteimg").addEventListener("load",davetEt,false);
		} else if(window.ActiveXObject){
	document.getElementById("chatisteinviteimg").style.cursor="hand";
	document.getElementById("chatisteinviteimg").attachEvent("onload",davetEt,false);
				}
}

var IE = document.all?true:false;
if (!IE) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var tempX = 0;
var tempY = 0;

function getMouseXY(e) {
if (IE) { // grab the x-y pos.s if browser is IE
tempX = event.clientX + document.body.scrollLeft;
tempY = event.clientY + document.body.scrollTop;
}
else {  // grab the x-y pos.s if browser is NS
tempX = e.pageX;
tempY = e.pageY;
}  
if (tempX < 0){tempX = 0;}
if (tempY < 0){tempY = 0;}  
return true;
}




function invite_set(){window.open(chat_path + 'default.asp?f=1&fid='+chat_musteri_id[1],'Live','width=493,height=373,status=1')}

function davetEt(){
var table="<table border=0 width=212 height=90 style=\"background:URL('"+chat_path+"site_img/img/invite_back.gif') repeat-x;border:solid 3px #999999;font:12px Arial;padding:5px;position:absolute;top:0px;left:0px;display:none;z-index:120000\" cellspacing=0 cellpadding=0 id=invite_table><tr><td height=37 width=206 align=center colspan=2>Operatörlerimizden canlı destek almak ister misiniz?</td></tr><tr align=center><td height=47 width=102><img src="+chat_path+"site_img/img/confirm.png onclick=\"this.src='"+chat_path+"invite.asp?durum=1';window.open('"+chat_path+"default.asp?f=1&fid="+chat_musteri_id[1] +"','Live','width=493,height=373,status=1');document.getElementById('chatisteinvite').style.display='none';window.clearTimeout(chatzaman);\" style=\"cursor:hand;cursor:pointer\" ></td><td height=47 width=104><img src="+chat_path+"site_img/img/cancel.png onclick=\"this.src='"+chat_path+"invite.asp?durum=0';document.getElementById('chatisteinvite').style.display='none';window.clearTimeout(chatzaman);\" style=\"cursor:hand;cursor:pointer\" ></td></tr></table>";
document.getElementById("chatisteinvite").innerHTML = table
document.getElementById("chatisteinvite").style.cssText="position:absolute;left:"+(window.availWidth/2)-212+"px;top:"+(window.availHeight/2)-90+"px;border:solid 1px #CCCCCC;z-index:12200";
document.getElementById("invite_table").style.display="inline";
document.getElementById("invite_table").style.left="45%";
document.getElementById("invite_table").style.top="45%";
window.clearTimeout(chatzaman);
}


