$(document).ready(function(){$("div.work_images a").lightBox();$("div.work_synopsis p:first").addClass("first_para");$("div.work_products:nth-child(6n)").addClass("first_product");$(".image_product").each(function(){var a=0;var e=250;var g=500;var f=null;var b=false;var h=false;var d=$(".trigger",this);var c=$(".info_popup",this).css("opacity",0);var i=$("p.product_noprice",this).text();$([d.get(0),c.get(0)]).mouseover(function(){if(f){clearTimeout(f)}if(b||h){return}else{b=true;if(i=="Non Commercial"){c.css({top:113,left:65,display:"block"}).animate({top:"-="+a+"px",opacity:1},e,"swing",function(){b=false;h=true})}else{if(i=="$POA"){c.css({top:61,left:65,display:"block"}).animate({top:"-="+a+"px",opacity:1},e,"swing",function(){b=false;h=true})}else{c.css({top:95,left:65,display:"block"}).animate({top:"-="+a+"px",opacity:1},e,"swing",function(){b=false;h=true})}}}return false}).mouseout(function(){if(f){clearTimeout(f)}f=setTimeout(function(){f=null;c.animate({top:"-="+a+"px",opacity:0},e,"swing",function(){h=false;c.css("display","none")})},g);return false})})});