// JavaScript Document
/******************* AJAX *****************************/
var xmlHttp
function CreateSession(name)
{
	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE='+name
	xmlHttp.onreadystatechange=count
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}
function GetValue()
{
	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE=load'
	xmlHttp.onreadystatechange=count
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}
function count() 
{
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText
		//alert(Response);
		if(Response=='ETV')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/etv.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='PRO')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/proforma.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='HPU')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/hpu.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='NBA')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/nba.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='VBA')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/vba.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='MONA')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/mona.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='AFP')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/afp.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='RENT')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/rent.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='EXTM')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/extm.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='suitsavings')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/suitsavings.jpg" alt="">';
			document.getElementById('Layer1').style.top='820px';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='niche')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/niche.jpg" alt="">';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='CLARK')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/clark.jpg" alt="">';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='PHONE')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/etv.jpg" alt="">';
			document.getElementById('Layer1').style.top='821px';
			document.getElementById('ques').innerHTML='&nbsp;123&ndash;456&ndash;7890';
			
		}
		
		else if(Response=='perks')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/perks.jpg" alt="">';
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
			document.getElementById('Layer1').style.top='822px';	
		}
		else if(Response=='CPI')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/cpi.jpg" alt="">';
			document.getElementById('Layer1').style.top='822px';	
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='YIA')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/yia.jpg" alt="">';
			document.getElementById('Layer1').style.top='822px';	
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='GPS')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/gps.jpg" alt="">';
			document.getElementById('Layer1').style.top='822px';	
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='efb')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/efb.jpg" alt="">';
			document.getElementById('Layer1').style.top='822px';	
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else if(Response=='ASBA')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="../images/asba.jpg" alt="">';
			document.getElementById('Layer1').style.top='822px';	
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		else
		{
			//var Div=document.getElementById('ajaxlogo');
			document.getElementById('ques').innerHTML='&nbsp;888&ndash;718&ndash;2228';
		}
		}
	if (xmlHttp.readyState==3)
	{
		
	}
	
}
/*function countload() 
{
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText
		//alert(Response);
		if(Response=='Optimus')
		{
			//alert('test');
			document.getElementById('Layer1').style.top='511px';
			document.getElementById('ajaxlogo').innerHTML='<img src="images/optimus.jpg" alt="">';
			
		}
		if(Response=='Chicago Title')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="images/chicago.jpg" alt="">';
					
			}
Response		{
			document.getElementById('ajaxlogo').innerHTML='<img src="images/media.jpg" alt="">';
			
			
			}
		}
	if (xmlHttp.readyState==3)
	{
		
	}
	
}*/
//**** END **** Send Mail ****************************************/
// JavaScript Document
function GetXmlHttpObject()
{
	var xmlHttp=null;
	try{
		// Firefox, Opera 8.0+, Safari
		xmlHttp=new XMLHttpRequest();
	}
	catch (e){
		// Internet Explorer
		try{
			xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
		}
		catch (e){
			xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
		}
	}
	return xmlHttp;
}
/****************************************************************************************/
/*** END *********** AJAX *****************************/