var xPPLink="";function xGABSend(xFile,xLink){loadXMLDoc(xFile);xPPLink=xLink;}
var xmlhttp;var httpID="xGABReturn";function loadXMLDoc(url)
{xmlhttp=null;if(window.XMLHttpRequest)
{xmlhttp=new XMLHttpRequest();}
else if(window.ActiveXObject)
{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}
if(xmlhttp!=null)
{xmlhttp.onreadystatechange=state_Change;xmlhttp.open("GET",url,true);xmlhttp.send(null);}
else
{alert("Your browser does not support XMLHTTP.");}}
function state_Change()
{if(xmlhttp.readyState==4)
{if(xmlhttp.status==200)
{document.getElementById(httpID).innerHTML=xmlhttp.responseText;if(xPPLink!=""){document.location=xPPLink;}}
else
{alert("Problem retrieving data:"+xmlhttp.statusText);}}}
