log("Setting Fields to Defaults");
ZOHO.CRM.UI.OnLoad(function(data) {
ZOHO.CRM.FIELDS.setValue("Photo_Hours", 0);
ZOHO.CRM.FIELDS.setValue("Photo_Pay_Rate", 0.00);
ZOHO.CRM.FIELDS.setValue("Tagged_Quantity", 0);
ZOHO.CRM.FIELDS.setValue("Tagging_Pay_Rate", 0.00);
ZOHO.CRM.FIELDS.setValue("Pay", 0.00);
ZOHO.CRM.FIELDS.setValue("Estimated_Amount", 0.00);
});