$.fn.contenthider=function(toHide){$(this).css({top:$(toHide).position().top,left:$(toHide).position().left,width:$(toHide).width(),height:$(toHide).height(),opacity:$.contenthider.opacity}).show();};$.contenthider={opacity: 0.8}
