this.imagePreview=function(){function a(d,g){var h=d.height()/2+10;var f=d.width()+20;$("#preview").css("top",(g.pageY-h)+"px").css("left",(g.pageX-f)+"px")}function b(d,f){$("body").append('<p id="preview"><img src="'+d.src.substring(0,d.src.length-4)+'-medium.jpg" /></p>');a($("#preview"),f);$("#preview").show()}$("img.preview").hover(function(f){var d=/img[0-9A-Z]+\.jpg/.exec(this.src);$("body").append('<p id="preview"><img src="images/prod/'+d[0]+'" /></p>');a($("#preview"),f);$("#preview").show()},function(){$("#preview").remove()});$("img.preview, img.subCatImg, img.serieImg, a.categoryNameSmall img").mousemove(function(d){a($("#preview"),d)});$("#preview img").load(function(d){a($("#preview"),d)});$("img.subCatImg, img.serieImg, a.categoryNameSmall img").hover(function(d){b(this,d)},function(){$("#preview").remove()});function c(f,j){var k=f.height()/2;var i=f.width()/2;var h=350+$(window).scrollTop()-k-20;var d=350+$(window).scrollTop()+k+20;if(h<=j.pageY&&d>=j.pageY){var g=$("#container").width()/2+i-j.pageX+20;if(g>0){i+=g+30}}$("#largePreview").css("top",((350+$(window).scrollTop())-k)+"px").css("left",($("#container").width()/2-i)+"px")}$("img.largePreview").hover(function(f){var d=/img[0-9A-Z]+\.jpg/.exec(this.src);$("body").append('<p id="largePreview"><img src="images/large/prod/'+d[0]+'" /></p>');$("#largePreview").show();c($("#largePreview"),f)},function(){$("#largePreview").remove()});$("img.largePreview").mousemove(function(d){c($("#largePreview"),d)});$("#largePreview img").load(function(d){c($("#largePreview"),d)});if($.browser.msie===undefined||$.browser.msie===false){$("div.hotLink img.stock").hover(function(d){$("#stockDisplay").css("top",(d.pageY-10)+"px").css("left",(d.pageX+10)+"px").show()},function(){$("#stockDisplay").hide()})}$('img[src*="MusiX-Mobile-v3_halfgray.jpg"]').hover(function(){$(this).attr("src","mobile/images/MusiX-Mobile-v3.jpg")},function(){$(this).attr("src","mobile/images/MusiX-Mobile-v3_halfgray.jpg")});$('img[src*="ccard_gray.jpg"]').hover(function(){$(this).attr("src","images/infobox/ccard.jpg")},function(){$(this).attr("src","images/infobox/ccard_gray.jpg")})};$(document).ready(function(){imagePreview()});
