function callGenericForm( formName ) {

  formName = formName.toUpperCase();



  if ( formName == "SAFETY_PAMPHLETS" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/order/safe_brochure_form_311';

  }

  else if ( formName == "ENVIRONMENTAL_PAMPHLETS" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/order/environ_form_331';

  }

  else if ( formName == "TRANSFER_SERVICE" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/access/transfer_form_121';

  }

  else if ( formName == "OPEN_ACCOUNT" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/access/new_acct_form_141';

  }

  else if ( formName == "BUILDER_OPEN_ACCOUNT" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/builder/builder_connect_form_1';

  }

  else if ( formName == "NEW_CONST_COMM_OPEN_ACCOUNT" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/builder/commercial_new_const';

  }

 else if ( formName == "BUSINESS_ENERGY_EVALUATION" ) 

 {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/business_energy_evaluation';

 }

  else if ( formName == "NEW_CONST_RES_OPEN_ACCOUNT" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/builder/residential_new_const';

  }

  else if ( formName == "CLOSE_ACCOUNT" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/access/discon_form_131';

  }

  else if ( formName == "STREET_LIGHT" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/report/strt_light_form_511';

  }

  else if ( formName == "SERVICE_INTERRUPTION" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/report/interrupt_form_531';

  }

  else if ( formName == "METER_CHECK" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/report/meter_check_form_561';

  }

  else if ( formName == "TREE_TRIMMING" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/report/tree_trim_form_571';

  }

  else if ( formName == "62_PLUS" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/pay/sixty_two_plus_form_431';

  }

  else if ( formName == "DOUBLE_NOTICE" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/pay/dbl_notice_form_451';

  }

  else if ( formName == "FPL_CONTRACTOR" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/contractors/fpl_contr_form_128';

  }

  else if ( formName == "EDI_820_PAYMENTS" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/edi_820_profile_form_1';

  }

  else if ( formName == "EDI_PROFILE" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/edi_profile_form_13613';

  }

  else if ( formName == "EDI_ENROLL" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/edi_enroll_form_13623';

  }

  else if ( formName == "HOME_ENERGY" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/free_home_energy_survey_form_1371';

  }

  else if ( formName == "POWER_MONITORING" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/power_monitor_form_13721';

  }

  else if ( formName == "THERMAL_SCANNING" ) {

    document.callingForm.PageName.value = 'Nextcorrespondence/savings/thermal_scan_form_13731';

  }


  else if ( formName == "PBI" ) {

    document.callingForm.Service_Requested.value = 'FPL_OFX_Pay_Electric_Bill_Service';

  }


  else if ( formName == "STORM_SURVEY" ) {
      document.callingForm.PageName.value = 'Nextcorrespondence/contact/stormFeedBack';
  }	
  
  
    else if ( formName == "SERVICES" ) {
      document.callingForm.PageName.value = 'Nextcorrespondence/contact/contactservicereq';
  }	
  
  
  document.callingForm.submit();
  
}
















