(function(){var dialog=$('<div class="dialog"></div>');dialog.dialog({autoOpen:false,draggable:false,resizable:false});$('.homeHelp').live('click',function(){dialog.load($(this).attr('href'),function(){dialog.dialog('option',{width:900,height:900,modal:true,dialogClass:'homeHelpModal',title:'Home Page Help'});dialog.dialog('open');$('.ui-widget-overlay').click(function(){dialog.dialog('close');});});return false;});})();;(function(){$('#cvvHelp').dialog({autoOpen:false,width:500,draggable:false,resizable:false,dialogClass:'cvvHelp',title:'Card Security Code'});$('#secureHelp').dialog({autoOpen:false,width:600,draggable:false,resizable:false,dialogClass:'cvvSecure',title:'Your FaceChipz.com Transaction is Secure'});$('.step3 .helpIcon, .step3 .secureIcon').click(function(){var whereTo=$(this).attr('href');$(whereTo).dialog('open');return false;});var makePopup=function(selector,title){$(selector).click(function(){var $dialog=$('<div class="dialog"></div>');$dialog.load($(this).attr('href')).dialog({width:645,title:title,draggable:false,resizable:false,dialogClass:'whyChargeModal',position:['center','center']});return false;});};makePopup('.usageAndPrivacy','By signing up for FaceChipz.com you child can:');makePopup('.whyCharge','Keeping kids safer on FaceChipz.com');})();