(function($){$.fn.jAlert=function(msg,type,uid)
{if(uid==undefined)
{var d=new Date();var uid=d.getMonth()+""+d.getDate()+""+d.getHours()+""+d.getMinutes()+""+d.getSeconds();}
if($('#jalert_box_cont_'+uid).css('display')=='block')
{return;}
if(!type){type='warning';}
$('<div class="msg-box-cont msg-'+type+'" id="jalert_box_cont_'+uid+'"><div class="msg-icon msg-icon-'+type+'"></div><div class="msg-btn close-'+type+'"></div><div class="msg-text">'+msg+'</div></div>').appendTo('body');$("#jalert_box_cont_"+uid).css({"left":($("#Highlights").offset().left+$("#Highlights").width())+"px","top":$("#Highlights").offset().top+"px"});$("#jalert_box_cont_"+uid).fadeIn(500);$('.msg-btn').click(function(){$("#jalert_box_cont_"+uid).fadeOut(100);$("#jalert_box_cont_"+uid).empty();$("#jalert_box_cont_"+uid).remove();});return uid;};})(jQuery);var uid;$('.ShowAuditLicense').click(function(){uid=$('body').jAlert('Independent auditors can use Tufin products to perform objective, 3rd party security audits for enterprises. A robust set of audit reports provide in-depth insight into the current security risk profile as well as valuable information about how to optimize security policy to ensure compliance. Within hours, auditors and their customers can benefit from detailed audit reports that meet the most rigorous corporate and regulatory compliance standards.','info','AuditLicense');});$('#wrap').click(handler);function handler(event){var $target=$(event.target);if($target.is('.ShowAuditLicense')){return;}
$("#jalert_box_cont_"+uid).fadeOut(100);$("#jalert_box_cont_"+uid).remove();}