function ajax(c,b){if(b!="change-images"){document.getElementById("loading-menu").innerHTML='<img src="http://cdn1.beeffco.com/files/loader/ajax-loader.gif" alt="ajaxloader" />'}else{document.getElementById("loading-menu1").innerHTML='<img src="http://cdn1.beeffco.com/files/loader/ajax-loader.gif" alt="ajaxloader" />'}var a;if(typeof window.ActiveXObject!="undefined"){a=new ActiveXObject("Microsoft.XMLHTTP")}else{a=new XMLHttpRequest()}a.open("GET",c,true);a.onreadystatechange=function(){processRequest(a,b)};a.send(null)}function processRequest(b,a){if(b.readyState==4){if((b.status>=200&&b.status<300)||b.status==304){if(typeof a=="string"){document.getElementById(a).innerHTML=b.responseText;if(a!="change-images"){document.getElementById("loading-menu").innerHTML=""}else{document.getElementById("loading-menu1").innerHTML=""}$(document).ready(function(){$("ul.thumb li").hover(function(){$(this).css({"z-index":"10"});$(this).find("img").addClass("hover").stop().animate({marginTop:"-106px",marginLeft:"-68px",top:"50%",left:"50%",width:"93px",height:"125px",padding:"0px"},200)},function(){$(this).css({"z-index":"0"});$(this).find("img").removeClass("hover").stop().animate({marginTop:"0",marginLeft:"0",top:"0",left:"0",width:"53px",height:"72px",padding:"0px"},10)})})}if(typeof a=="function"){a(b.responseText)}}}};