function openConfirmacao(){var d=$(window),c=d.height(),b=d.width(),a=d.scrollTop();$("#tagConfirm, #tagConfirm .backgroundConfirm").css({height:($("body").innerHeight()>c?$("body").innerHeight():c),width:b+"px"}).fadeIn("fast")}function closeConfirmacao(){$("#tagConfirm").fadeOut("fast")};
