$j(function(){$j("#prd-basket").hide();$j("#prd-last-visited").hide();$j("form.pixme-pwd").hide();showHidePixme([['#basket','#prd-basket'],['#last-visited','#prd-last-visited'],['p.forget-pwd a','form.pixme-pwd']]);function showHidePixme(elements){$j.each(elements,function(i,n){$j(n[0]).css("cursor","pointer").addClass("on").click(function(){$j(n[1]).toggle();$j(this).toggleClass("on");return false})})}});