var blnImagesSaved=false;setSecondaryFields=function(){var a=$("#data_total").val();$("#data_db").val(Math.round((a/2.5)).toString());$("#data_collab").val(Math.round((a/6.666)).toString());$("#data_files").val(Math.round((a/5)).toString());$("#data_virtual").val(Math.round((a/9.0909)).toString());$("#data_eng").val(Math.round((a/20)).toString());$("#data_appdev").val(Math.round((a/12.5)).toString());$("#data_other").val(Math.round((a/100)).toString())};setTotalField=function(){var a=parseFloat($("#data_db").val());a+=parseFloat($("#data_collab").val());a+=parseFloat($("#data_files").val());a+=parseFloat($("#data_virtual").val());a+=parseFloat($("#data_eng").val());a+=parseFloat($("#data_appdev").val());a+=parseFloat($("#data_other").val());$("#data_total").val(a.toString())};setImagesSaved=function(){blnImagesSaved=true};goToRegForm=function(a){jQuery("#getReportLink1").val('<strong><img src="img/wait_icon.gif" width="11" height="11" alt="" /> '+a+"</strong>");window.location="get_report.php"};function openWindow(b,c,a){window.open(b,"video","width="+c+",height="+a+",menubar=yes,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes")}jQuery(document).ready(function(){jQuery("#submitFormData").submit(function(){var a={prop43:"calculate",eVar43:"calculate",events:"event5"};Omniture.Call.customLink({href:"/calculate"},a)})});
