function ajaxRequest(){ var activexmodes=["Msxml2.XMLHTTP", "Microsoft.XMLHTTP"] //activeX versions to check for in IE if (window.ActiveXObject){ //Test for support for ActiveXObject in IE first (as XMLHttpRequest in IE7 is broken) for (var i=0; i 0){ $('#'+ container).html('"Laster...'); //document.getElementById(container).innerHTML='Laster...'; } } mygetrequest.open("GET", "ajaxget.php?type="+ type +"&id="+id +"&tid=1329943278", true); mygetrequest.send(null); } //Empty and hide function zero(container){ $("#"+container).css("display", "none"); document.getElementById(container).innerHTML=''; //document.getElementById(container).style.display='none'; //alert(container); } function sside(id){ ajaxget('side',id,'thecontent'); document.getElementById('popups').style.display='inline-block'; }