$(document).ready(function(){$("#numbers > div > input").mouseover(function(){b();var c=$(this).attr("id").replace("ctl00_cpContent_img","");$("#offer > div:nth-child("+c+")").css({"background-image":"url(../../images/offers/oranjeomproduct.jpg)"});$("#offer > div:nth-child("+c+")").children("div.productpicture").children("input.toevoegen:first-child").show();a();$(this).attr("src","/images/offers/"+c+"orange.jpg")});$("#offer > div").mouseover(function(){b();$(this).css({"background-image":"url(../../images/offers/oranjeomproduct.jpg)"});$(this).children("div.productpicture").children("input.toevoegen:first-child").show();a();var c=parseInt($(this).attr("id"))+1;$("#numbers > div > input:nth-child("+c+")").attr("src","/images/offers/"+$(this).attr("id").replace("ctl00_cpContent_img","")+"orange.jpg")});function a(){$("#numbers > div > input").each(function(c){$(this).attr("src","/images/offers/"+(c+1)+"normal.jpg")})}function b(){$("#offer > div").css({"background-image":"url(../../images/offers/grijsomproduct.jpg)"});$("input.toevoegen").hide()}});