$(document).ready(function(){var who;if($(".bgprod").hover(function(){who=$(this).attr('itemid');$("#"+who).fadeTo(200,0.53);},function(){who=$(this).attr('itemid');$("#"+who).fadeTo(100,1);}));if($(".opa").hover(function(){$(this).fadeTo(300,1);},function(){$(this).fadeTo(500,0.5);}));});function goto(where)
{window.location.href=where;}
