if (document.cookie.length > 0) { // if there are any cookies
if ((document.cookie.indexOf('xlaALSleadlocal') ==-1) && (document.referrer.length>0)){ // lead cookie does not exist and theres a referer
document.cookie='xlaALSleadlocal=1';
document.write('<img width=0 height=0 src="/_apps/absolutels/tracklead.aspx?rid=6002&lead=' + escape(document.referrer) + '">');}}


floatX=10;
floatY=10;
layerwidth=325;
layerheight=280;
halign="center";
valign="center";
delayspeed=2;





function define()
{
   

    document.getElementById('floatlayer').style.top=document.documentElement.scrollTop+Math.round(document.documentElement.clientHeight/2)-Math.round(layerheight/2)+'px'
    document.getElementById('floatlayer').style.left=document.documentElement.scrollLeft+Math.round(document.documentElement.clientWidth/2)-Math.round(layerwidth/2)+'px'
    
}





document.write('<div id="floatlayer" style="position:absolute; left:'+floatX+'px; top:'+floatY+'px;">')

document.write("<img src=/_apps/absolutels/images/proactiveoff.gif id=xlaALSprotrack style=visibility:hidden><div id=xlaALSinvite STYLE='visibility:hide;display:none;'><table border=0 cellspacing=0 cellpadding=0><tr><td><div style='position:relative;left:140px;top:128px;width:158px;height:86px;z-index:1;'><iframe id=xlaALSinvitemsg src=/_apps/absolutels/proactivemsg.aspx frameborder=0 scrolling=auto width=100% height=86></iframe></div><a href=javascript:; onclick=xlaALSacceptinvite();><img src=/_apps/absolutels/files/invite.gif border=0></a></td></tr><tr><td><a href=javascript:xlaALScancelinvite();><img src=/_apps/absolutels/files/invite-close.gif border=0></a></td></tr></table></div>");


document.write('</div>');

ifloatX=floatX;
ifloatY=floatY;
define();
window.onresize=define;
lastX=-1;
lastY=-1;

document.getElementById('floatlayer').style.left = '-400px';
document.getElementById('floatlayer').style.top = '-400px';

var rnd = 0;
function xlaALSshowinvite(){
    
	if (xlaALSinvited!=0){
		return(0);
	} 
	document.getElementById("xlaALSinvite").style.display = "";
    define();
}

var xlaALSproactive_hit=0;
var xlaALSinvited=0;
function xlaALScheckproactive(){
	if (xlaALSproactive_hit==0){
		var time = new Date()
 		var ms = time.getMilliseconds()
		var xlaALSprosize=document.getElementById('xlaALSprotrack');

		if (xlaALSprosize.width==2){
			
			xlaALSproactive_hit=1;
			//Initiate Proactive Chat
			xlaALSshowinvite();
		} else {
			xlaALSprosize.src='/_apps/absolutels/proactiveimg.aspx?r=' + ms;
			setTimeout( "xlaALScheckproactive()",5000);
		}
	}
}

function xlaALScancelinvite(){
	document.getElementById("xlaALSinvite").innerHtml='';
	document.getElementById("xlaALSinvite").style.display='none';
	document.getElementById('xlaALSprotrack').src='/_apps/absolutels/proactiveimg.aspx?action=cancel';
	xlaALSinvited=1;
}

function xlaALSacceptinvite(){
	var w = 640, h = 480;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	var leftPos = (w-640)/2, topPos = (h-480)/2;
	xlaALSwindow=window.open("/_apps/absolutels/UserAcceptInvite.aspx?d=&u=&bypass=","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=640,height=480,top=" + topPos + ",left=" + leftPos);
	xlaALSwindow.focus();
	xlaALScancelinvite();
}

