var val=1;var t;$(document).ready(function(){$("ul.thumb li").hover(function(){$(this).css({"z-index":"10"});$(this).find("img").addClass("hover").stop().animate({marginTop:"-80px",marginLeft:"-71px",top:"50%",left:"50%",width:"113px",height:"97px",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:"87px",height:"75px",padding:"0px"},400)});$("ul.thumb li").click(function(){$(".thumb li").removeClass("clicked");$(this).addClass("clicked")})});function showDesc(b){var a=document.getElementById("catDesc");if(a){a.innerHTML=b}}function removeDesc(){var a=document.getElementById("catDesc");if(a){a.innerHTML=""}}function displayListings(b){$(".info").hide();$("#infoDiv1").show();var c=document.getElementById("infoDiv1");if(c){c.innerHTML='<img style="padding-left: 80px; padding-top: 120px;" src= "images/loader.gif" height="50" width="50"/>';var a=ajaxUtil.updateServer(b);if(a){c.innerHTML=a.responseText;$("#l0").cluetip({local:true,hideLocal:false,mouseOutClose:true,showTitle:false,width:"auto"});$("#l1").cluetip({local:true,hideLocal:false,mouseOutClose:true,showTitle:false,width:"auto"});$("#l2").cluetip({local:true,hideLocal:false,mouseOutClose:true,showTitle:false,width:"auto"})}}}function showInfo(){$(".info").hide();val=(val%3)+1;$("#infoDiv"+val).show()};
