var NS = (document.layers) ? true : false;
var IE = (document.all) ? true : false;

function showCategory(options) {
   numItems = document.supplierSearch.secondaryOptional.length;

   if(NS) {
      for(var i=0; i<numItems; i++) {
         document.supplierSearch.secondaryOptional.options[0] = null;
      }   
   }

   if(IE) {
      for(var i=0; i<numItems; i++) {
         document.supplierSearch.secondaryOptional.remove(0);
      }   
   }
   //alert("NS: " + NS4);
   //alert("IE: " + IE4);
   val = options[options.selectedIndex].value;
   //alert(val);

   if(IE) {
     IEaddOption("","make a selection");
   }
   if(NS) {
     NSaddOption("","make a selection");
   }

   switch(val) {
      case "01": //Instructions
         if(IE) {
           IEaddOption("", "                                     ");
         }
         if(NS) {
           NSaddOption("", "                                     ");
         }
         break;
      case "Advertising/PR/Marketing": //Advertising/PR/Marketing
         if(IE) {
           IEaddOption("ADVERTISING PR","Advertising Agencies, PR & Marketing");
           IEaddOption("ADVERTISING2","Advertising Specialties");
           IEaddOption("MARKETING1","Marketing Services");
           IEaddOption("MARKETING2","Marketing Visuals");
           IEaddOption("ADVERTISING2","Promotional/Specialty Items");
         }
         if(NS) {
           NSaddOption("ADVERTISING PR","Advertising Agencies, PR & Marketing");
           NSaddOption("ADVERTISING2","Advertising Specialties");
           NSaddOption("MARKETING1","Marketing Services");
           NSaddOption("MARKETING2","Marketing Visuals");
           NSaddOption("ADVERTISING2","Promotional/Specialty Items");
         }
         break;
         
      case "Reunions/Event Services": //Reunions/Event Services
      case "Convention/Event Services": //Convention/Event Services
         if(IE) {
           IEaddOption("ADVERTISING PR","Advertising Agencies, PR & Marketing");
         }
         if(NS) {
           NSaddOption("ADVERTISING PR","Advertising Agencies, PR & Marketing");
         }

         if(IE) {
           IEaddOption("AUDIO VIDEO RECORI","Audio Video Recording, Duplicating & Dis");
         }
         if(NS) {
           NSaddOption("AUDIO VIDEO RECORI","Audio Video Recording, Duplicating & Dis");
         }

         if(IE) {
           IEaddOption("AUDIO VISUAL EQUIPM","Audio Visual Productions, Programming, E");
         }
         if(NS) {
           NSaddOption("AUDIO VISUAL EQUIPM","Audio Visual Productions, Programming, E");
         }


         if(IE) {
           IEaddOption("BABYSITTING/CHILD CARE","Babysitting/Child Care Services");
         }
         if(NS) {
           NSaddOption("BABYSITTING/CHILD CARE","Babysitting/Child Care Services");
         }

         if(IE) {
           IEaddOption("BANKSFINANCIAL","Banks/Financial Investment Service & Cer");
         }
         if(NS) {
           NSaddOption("BANKSFINANCIAL","Banks/Financial Investment Service & Cer");
         }

         if(IE) {
           IEaddOption("BUSINESS CENTERS","Business Centers - Portable/Temporary");
         }
         if(NS) {
           NSaddOption("BUSINESS CENTERS","Business Centers - Portable/Temporary");
         }

         if(IE) {
           IEaddOption("CATERER1","Caterer");
         }
         if(NS) {
           NSaddOption("CATERER1","Caterer");
         }

         if(IE) {
           IEaddOption("COMPUTERS/SOFTWA","Computers Service & Rental");
         }
         if(NS) {
           NSaddOption("COMPUTERS/SOFTWA","Computers Service & Rental");
         }

         if(IE) {
           IEaddOption("CVBS","Convention & Visitor Bureaus/Chambers");
         }
         if(NS) {
           NSaddOption("CVBS","Convention & Visitor Bureaus/Chambers");
         }
         
         if(IE) {
           IEaddOption("CONVENTION T-DSHO MGMT","Convention/T'dsho Mgmt. Consult./Produce");
         }
         if(NS) {
           NSaddOption("CONVENTION T-DSHO MGMT","Convention/T'dsho Mgmt. Consult./Produce");
         }

         if(IE) {
           IEaddOption("CONVENTION T-DSHO SVC","Convention/Tradeshow Service Contractors");
         }
         if(NS) {
           NSaddOption("CONVENTION T-DSHO SVC","Convention/Tradeshow Service Contractors");
         }

         if(IE) {
           IEaddOption("CORPORATE","Corporate Partner");
         }
         if(NS) {
           NSaddOption("CORPORATE","Corporate Partner");
         }

         if(IE) {
           IEaddOption("COURIER","Courier/Delivery Services");
         }
         if(NS) {
           NSaddOption("COURIER","Courier/Delivery Services");
         }

         if(IE) {
           IEaddOption("CURRENCY","Currency Exchange");
         }
         if(NS) {
           NSaddOption("CURRENCY","Currency Exchange");
         }

         if(IE) {
           IEaddOption("DESTINATION MANAGEMENT","Destination Management");
         }
         if(NS) {
           NSaddOption("DESTINATION MANAGEMENT","Destination Management");
         }

         if(IE) {
           IEaddOption("DISTRIBUTORS","Distributors");
         }
         if(NS) {
           NSaddOption("DISTRIBUTORS","Distributors");
         }

         if(IE) {
           IEaddOption("ENTERTAINERS2","Entertainers/Entertainment Companies");
         }
         if(NS) {
           NSaddOption("ENTERTAINERS2","Entertainers/Entertainment Companies");
         }
         
         if(IE) {
           IEaddOption("EQUIPMENT RENTALS","Equipment Rentals, Sales & Svcs.");
         }
         if(NS) {
           NSaddOption("EQUIPMENT RENTALS","Equipment Rentals, Sales & Svcs.");
         }

         if(IE) {
           IEaddOption("EXHIBIT DESIGN","Exhibit Design/Decorators/Storage/Instal");
         }
         if(NS) {
           NSaddOption("EXHIBIT DESIGN","Exhibit Design/Decorators/Storage/Instal");
         }

         if(IE) {
           IEaddOption("SPECIAL EVENTS2","Event Planner/Theme Services");
         }
         if(NS) {
           NSaddOption("SPECIAL EVENTS2","Event Planner/Theme Services");
         }

         if(IE) {
           IEaddOption("FLORISTS2","Florists, Balloons & Ice Sculptures");
         }
         if(NS) {
           NSaddOption("FLORISTS2","Florists, Balloons & Ice Sculptures");
         }
         
         if(IE) {
           IEaddOption("GIFTS/GIFT BASKETS","Gifts, Gift Baskets & Collectibles");
         }
         if(NS) {
           NSaddOption("GIFTS/GIFT BASKETS","Gifts, Gift Baskets & Collectibles");
         }

         if(IE) {
           IEaddOption("GOURMET","Gourmet Foods & Wine");
         }
         if(NS) {
           NSaddOption("GOURMET","Gourmet Foods & Wine");
         }

         if(IE) {
           IEaddOption("GRAPHIC DESIGN2","Graphic Design");
         }
         if(NS) {
           NSaddOption("GRAPHIC DESIGN2","Graphic Design");
         }

         if(IE) {
           IEaddOption("INFORMATION & REFER","Information Services & Consultants");
         }
         if(NS) {
           NSaddOption("INFORMATION & REFER","Information Services & Consultants");
         }

         if(IE) {
           IEaddOption("INSURANCE BROKER","Insurance Brokers/Risk Managers");
         }
         if(NS) {
           NSaddOption("INSURANCE BROKER","Insurance Brokers/Risk Managers");
         }

         if(IE) {
           IEaddOption("INTERNET MARKETING","Internet Marketing");
         }
         if(NS) {
           NSaddOption("INTERNET MARKETING","Internet Marketing");
         }

         if(IE) {
           IEaddOption("LIGHTING DES","Lighting Design/Equipment/Theatrical Des");
         }
         if(NS) {
           NSaddOption("LIGHTING DES","Lighting Design/Equipment/Theatrical Des");
         }

         if(IE) {
           IEaddOption("LINEN","Linen");
         }
         if(NS) {
           NSaddOption("LINEN","Linen");
         }

         if(IE) {
           IEaddOption("MARKETING1","Marketing Services");
         }
         if(NS) {
           NSaddOption("MARKETING1","Marketing Services");
         }

         if(IE) {
           IEaddOption("MEDICAL","Medical Services Disaster/First Aid");
         }
         if(NS) {
           NSaddOption("MEDICAL","Medical Services Disaster/First Aid");
         }
         
         if(IE) {
           IEaddOption("MEETINGS-CONSULTIN","Meetings-Consulting, Plan'g/Managing");
         }
         if(NS) {
           NSaddOption("MEETINGS-CONSULTIN","Meetings-Consulting, Plan'g/Managing");
         }

         if(IE) {
           IEaddOption("MODELS2","Models & Hostesses");
         }
         if(NS) {
           NSaddOption("MODELS2","Models & Hostesses");
         }


         if(IE) {
           IEaddOption("MOTIVATIONAL TRAINING","Motivational Training/Develmt/Team Blgd");
         }
         if(NS) {
           NSaddOption("MOTIVATIONAL TRAINING","Motivational Training/Develmt/Team Blgd");
         }
         
         
         if(IE) {
           IEaddOption("NEWS MEDIA2","News Media");
         }
         if(NS) {
           NSaddOption("NEWS MEDIA2","News Media");
         }

         if(IE) {
           IEaddOption("OFFICE SUPPLY2","Office Supplies");
         }
         if(NS) {
           NSaddOption("OFFICE SUPPLY2","Office Supplies");
         }
         
         if(IE) {
           IEaddOption("OFFSITE MEETING","Special Event Facilities/Conven Ctrs");
         }
         if(NS) {
           NSaddOption("OFFSITE MEETING","Special Event Facilities/Conven Ctrs");
         }

         if(IE) {
           IEaddOption("PARTY EQUIPMENT2","Party Equipment, Tent Rental & Sales");
         }
         if(NS) {
           NSaddOption("PARTY EQUIPMENT2","Party Equipment, Tent Rental & Sales");
         }

         if(IE) {
           IEaddOption("PHOTO","Photography/Photo Booths");
         }
         if(NS) {
           NSaddOption("PHOTO","Photography/Photo Booths");
         }

         if(IE) {
           IEaddOption("PRINTING SERVICES2","Printing Services");
         }
         if(NS) {
           NSaddOption("PRINTING SERVICES2","Printing Services");
         }

         if(IE) {
           IEaddOption("ADVERTISING2","Promotional/Specialty Items");
         }
         if(NS) {
           NSaddOption("ADVERTISING2","Promotional/Specialty Items");
         }

         if(IE) {
           IEaddOption("PUPER","Publishers/Periodicals & Guidebooks");
         }
         if(NS) {
           NSaddOption("PUPER","Publishers/Periodicals & Guidebooks");
         }
         
         if(IE) {
           IEaddOption("REGISTRATION SERVICES","Registration Services");
         }
         if(NS) {
           NSaddOption("REGISTRATION SERVICES","Registration Services");
         }
         
         if(IE) {
           IEaddOption("SECURITY","Security & Protection Services");
         }
         if(NS) {
           NSaddOption("SECURITY","Security & Protection Services");
         }

         if(IE) {
           IEaddOption("SIGNSBANNERS","Signs & Banners");
         }
         if(NS) {
           NSaddOption("SIGNSBANNERS","Signs & Banners");
         }
         
         if(IE) {
           IEaddOption("SPEAKERS2","Speakers/Facilitators");
         }
         if(NS) {
           NSaddOption("SPEAKERS2","Speakers/Facilitators");
         }

         if(IE) {
           IEaddOption("SPOUSE2","Spouse Programs");
         }
         if(NS) {
           NSaddOption("SPOUSE2","Spouse Programs");
         }

         if(IE) {
           IEaddOption("TELEVISION","Television & Radio Stations");
         }
         if(NS) {
           NSaddOption("TELEVISION","Television & Radio Stations");
         }

         if(IE) {
           IEaddOption("TRANSLATION SERVIC","Translation Services");
         }
         if(NS) {
           NSaddOption("TRANSLATION SERVIC","Translation Services");
         }

         if(IE) {
           IEaddOption("VIDEO/FILM","Video/Film Production Services");
         }
         if(NS) {
           NSaddOption("VIDEO/FILM","Video/Film Production Services");
         }

         if(IE) {
           IEaddOption("VISITOR CENTERS","Visitor Centers");
         }
         if(NS) {
           NSaddOption("VISITOR CENTERS","Visitor Centers");
         }
         break;
         
      case "Reunions/Event Services 2": //Reunions/Event Services
         if(IE) {
           IEaddOption("CATERER1","Caterer");
           IEaddOption("ENTERTAINERS2","Entertainers");
           IEaddOption("SPECIAL EVENTS2","Event Planner/Theme");
           IEaddOption("FLORISTS2","Florists, Balloons etc");
           IEaddOption("GIFTS/GIFT BASKETS","Gifts, Gifts Baskets");
           IEaddOption("MEETINGS-CONSULTIN","Meeting planning/Managing");
           IEaddOption("PHOTO","Photography/Photo Booths");
           IEaddOption("ADVERTISING2","Promotional/Specialty Items");
           IEaddOption("SIGNSBANNERS","Signs & Banners");
           IEaddOption("OFFSITE MEETING","Special Event Facilities");
           IEaddOption("TEMP HELP","Temporary/Permanent Staffing & Registration");
         }
         if(NS) {
           NSaddOption("CATERER1","Caterer");
           NSaddOption("ENTERTAINERS2","Entertainers");
           NSaddOption("SPECIAL EVENTS2","Event Planner/Theme");
           NSaddOption("FLORISTS2","Florists, Balloons etc");
           NSaddOption("GIFTS/GIFT BASKETS","Gifts, Gifts Baskets");
           NSaddOption("MEETINGS-CONSULTIN","Meeting planning/Managing");
           NSaddOption("PHOTO","Photography/Photo Booths");
           NSaddOption("ADVERTISING2","Promotional/Specialty Items");
           NSaddOption("SIGNSBANNERS","Signs & Banners");
           NSaddOption("OFFSITE MEETING","Special Event Facilities");
           NSaddOption("TEMP HELP","Temporary/Permanent Staffing & Registration");
         }
         break;
         
      case "Broadcasting/Media": //Broadcasting/Media
         if(IE) {
           IEaddOption("NEWS MEDIA2","News Media");
           IEaddOption("NEWSP","Newspapers");
           IEaddOption("PUPER","Publishers/Periodicals & Guidebooks");
           IEaddOption("RADIO","Radio");
           IEaddOption("TELEVISION","Television Stations");
         }
         if(NS) {
           NSaddOption("NEWS MEDIA2","News Media");
           NSaddOption("NEWSP","Newspapers");
           NSaddOption("PUPER","Publishers/Periodicals & Guidebooks");
           NSaddOption("RADIO","Radio");
           NSaddOption("TELEVISION","Television Stations");
         }
         break;
      case "Business Services": //Business Services
         if(IE) {
           IEaddOption("GRAPHIC DESIGN2","Graphic Design/Typography");
           IEaddOption("OFFICE SUPPLY2","Office Supplies/Business Equipment");
           IEaddOption("PRINTING SERVICES2","Printing Services");
           IEaddOption("TAX PREP","Tax Preparation/Services");
           IEaddOption("TEMP HELP","Temporary/Permanent Staffing");
           IEaddOption("TYPEWR","Typewriter Rentals");
         }
         if(NS) {
           NSaddOption("GRAPHIC DESIGN2","Graphic Design/Typography");
           NSaddOption("OFFICE SUPPLY2","Office Supplies/Business Equipment");
           NSaddOption("PRINTING SERVICES2","Printing Services");
           NSaddOption("TAX PREP","Tax Preparation/Services");
           NSaddOption("TEMP HELP","Temporary/Permanent Staffing");
           NSaddOption("TYPEWR","Typewriter Rentals");
         }
         break;
      case "Convention/Event Services": //Convention/Meeting/Exhibition Services
         if(IE) {
           IEaddOption("ADVERTISING PR","Advertising Agencies, PR & Marketing");
           IEaddOption("AUDIO VIDEO RECORI","Audio Video Recording, Duplicating & Distribution Services & Processing");
           IEaddOption("AUDIO VISUAL EQUIPM","Audio Visual Productions, Programming, Equipment Rentals & Services");
           //IEaddOption("BABYSITTING/CHILD CARE","Babysitting/Child Care Services");
           IEaddOption("BANKSFINANCIAL","Banks/Financial Investment Service & Certified Public Accountants (CPA's)");
           //IEaddOption("BUSINESS CENTERS","Business Centers - Portable/Temporary");
           //IEaddOption("EQUIPMENT RENTALS","Business Equipment Rentals Sales\Services");
           IEaddOption("CATERER1","Caterer");
           //IEaddOption("CLEANING","Cleaning Services");
           IEaddOption("COMPUTERS/SOFTWA","Computers Service & Rental");
           IEaddOption("CVBS","Convention & Visitor Bureaus/Chambers");
           //IEaddOption("CONVENTION T-DSHO MGMT","Convention/Tradeshow Management");
           //IEaddOption("CONVENTION T-DSHO SVC","Convention/Tradeshow Service Contractors");
           IEaddOption("CORPORATE","Corporate Partner");
           IEaddOption("COURIER","Courier/Delivery Services");
           //IEaddOption("CREDIT CARD","Credit Card Services");
           IEaddOption("CURRENCY","Currency Exchange");
           //IEaddOption("DESTINATION MANAGEMENT","Destination Management Companies (DMC)");
           //IEaddOption("DISABILITY CONSULTANTS","Disability Consultants");
           //IEaddOption("EDUCATION","Educational Organizations/Services");
           //IEaddOption("ELECTRICAL CONTRACTORS","Electrical Contractors/Power Generators");
           //IEaddOption("EMERGENCY NUMBERS","Emergency Numbers");
           IEaddOption("ENTERTAINERS2","Entertainers/Entertainment Companies");
           IEaddOption("SPECIAL EVENTS2","Event Planner/Theme Services");
           //IEaddOption("EXHIBIT DESIGN","Exhibit Design & Storage");
           //IEaddOption("FAMILYREUNION","Family Reunion");
           //IEaddOption("FIREWORKS2","Fireworks");
           IEaddOption("FLORISTS2","Florists, Balloons & Ice Sculptures");
           //IEaddOption("DISTRIBUTORS","Food & Beverage Distributors");
           //IEaddOption("FORMAL WEAR RENTA","Formal Wear, Rental & Sales");
           //IEaddOption("FRAMING SERVICES","Framing");
           //IEaddOption("FREIGHT","Freight");
           //IEaddOption("GIFTS/GIFT BASKETS","Gifts, Gift Baskets & Collectibles");
           IEaddOption("GOURMET","Gourmet Foods & Wine");
           //IEaddOption("GRAPHIC DESIGN2","Graphic Design");
           IEaddOption("INFORMATION & REFER","Information Services & Consultants");
           //IEaddOption("INSURANCE BROKER","Insurance Brokers/Risk Managers");
           //IEaddOption("INTL SERVICES","International Services & Consultants");
           IEaddOption("INTERNET MARKETING","Internet Marketing");
           //IEaddOption("LEADRETRIEVAL","Lead Retrieval");
           IEaddOption("LIGHTING DES","Lighting Design/Equipment/Theatrical Design");
           IEaddOption("LINEN","Linen");
           //IEaddOption("LIQUOR","Liquor & Wine/Package Stores");
           IEaddOption("MARKETING1","Marketing Services");
           IEaddOption("MEDICAL","Medical Services Disaster/First Aid");
           //IEaddOption("MEETINGS-CONSULTIN","Meeting Planning/Managing");
           IEaddOption("MODELS2","Models & Hostesses");
           //IEaddOption("MOTIVATIONAL TRAINING","Motivational Training & Team Building");
           IEaddOption("NEWS MEDIA2","News Media");
           //IEaddOption("NEWSP","Newspapers");
           IEaddOption("OFFICE SUPPLY2","Office Supplies");
           //IEaddOption("PACKAGING3","Packaging");
           IEaddOption("PARTY EQUIPMENT2","Party Equipment, Tent Rental & Sales");
           //IEaddOption("PAYROLL","Payroll Processing");
           IEaddOption("PHOTO","Photography/Photo Booths");
           //IEaddOption("PLANTRENTAL","Plant Rental and Maintenance");
           IEaddOption("PRINTING SERVICES2","Printing Services");
           //IEaddOption("PRIVATE CLUB2","Private Club Management");
           IEaddOption("ADVERTISING2","Promotional/Specialty Items");
           //IEaddOption("PROP RENTALS","Prop Rentals");
           IEaddOption("PUPER","Publishers/Periodicals & Guidebooks");
           //IEaddOption("SECURITY","Security & Protection ");
           //IEaddOption("SHIPPING","Shipping/Shipng Containers/Mailing Services");
           //IEaddOption("SIGNSBANNERS","Signs & Banners");
           //IEaddOption("BEAUTY","Spa Services, Fitness & Health");
           IEaddOption("SPEAKERS2","Speakers/Facilitators");
           //IEaddOption("OFFSITE MEETING","Special Event Facilities/Convention Centers");
           IEaddOption("SPOUSE2","Spouse Programs");
           //IEaddOption("TAX PREPARATION","Tax Preparation ");
           IEaddOption("TELEVISION","Television & Radio Stations");
           //IEaddOption("REGISTRATION SERVICES","Temporary/Permanent Staffing & Registration Services ");
           //IEaddOption("TICKET AGENCIES/SERVICES","Ticket Agencies");
           //IEaddOption("TRANSCRIPT","Transcription Services");
           IEaddOption("TRANSLATION SERVIC","Translation Services");
           //IEaddOption("TRAVEL AGENCIES","Travel Agencies & Consultants");
           IEaddOption("VIDEO/FILM","Video/Film Production Services");
           IEaddOption("VISITOR CENTERS","Visitor Centers"); 
         }
         if(NS) {
           NSaddOption("ADVERTISING PR","Advertising Agencies, PR & Marketing");
           NSaddOption("AUDIO VIDEO RECORI","Audio Video Recording, Duplicating & Distribution Services & Processing");
           NSaddOption("AUDIO VISUAL EQUIPM","Audio Visual Productions, Programming, Equipment Rentals & Services");
           //NSaddOption("BABYSITTING/CHILD CARE","Babysitting/Child Care Services");
           NSaddOption("BANKSFINANCIAL","Banks/Financial Investment Service & Certified Public Accountants (CPA's)");
           //NSaddOption("BUSINESS CENTERS","Business Centers - Portable/Temporary");
           //NSaddOption("EQUIPMENT RENTALS","Business Equipment Rentals Sales\Services");
           NSaddOption("CATERER1","Caterer");
           //NSaddOption("CLEANING","Cleaning Services");
           NSaddOption("COMPUTERS/SOFTWA","Computers Service & Rental");
           NSaddOption("CVBS","Convention & Visitor Bureaus/Chambers");
           //NSaddOption("CONVENTION T-DSHO MGMT","Convention/Tradeshow Management");
           //NSaddOption("CONVENTION T-DSHO SVC","Convention/Tradeshow Service Contractors");
           NSaddOption("CORPORATE","Corporate Partner");
           NSaddOption("COURIER","Courier/Delivery Services");
           //NSaddOption("CREDIT CARD","Credit Card Services");
           NSaddOption("CURRENCY","Currency Exchange");
           //NSaddOption("DESTINATION MANAGEMENT","Destination Management Companies (DMC)");
           //NSaddOption("DISABILITY CONSULTANTS","Disability Consultants");
           //NSaddOption("EDUCATION","Educational Organizations/Services");
           //NSaddOption("ELECTRICAL CONTRACTORS","Electrical Contractors/Power Generators");
           //NSaddOption("EMERGENCY NUMBERS","Emergency Numbers");
           NSaddOption("ENTERTAINERS2","Entertainers/Entertainment Companies");
           NSaddOption("SPECIAL EVENTS2","Event Planner/Theme Services");
           //NSaddOption("EXHIBIT DESIGN","Exhibit Design & Storage");
           //NSaddOption("FAMILYREUNION","Family Reunion");
           //NSaddOption("FIREWORKS2","Fireworks");
           NSaddOption("FLORISTS2","Florists, Balloons & Ice Sculptures");
           //NSaddOption("DISTRIBUTORS","Food & Beverage Distributors");
           //NSaddOption("FORMAL WEAR RENTA","Formal Wear, Rental & Sales");
           //NSaddOption("FRAMING SERVICES","Framing");
           //NSaddOption("FREIGHT","Freight");
           //NSaddOption("GIFTS/GIFT BASKETS","Gifts, Gift Baskets & Collectibles");
           NSaddOption("GOURMET","Gourmet Foods & Wine");
           //NSaddOption("GRAPHIC DESIGN2","Graphic Design");
           NSaddOption("INFORMATION & REFER","Information Services & Consultants");
           //NSaddOption("INSURANCE BROKER","Insurance Brokers/Risk Managers");
           //NSaddOption("INTL SERVICES","International Services & Consultants");
           NSaddOption("INTERNET MARKETING","Internet Marketing");
           //NSaddOption("LEADRETRIEVAL","Lead Retrieval");
           NSaddOption("LIGHTING DES","Lighting Design/Equipment/Theatrical Design");
           NSaddOption("LINEN","Linen");
           //NSaddOption("LIQUOR","Liquor & Wine/Package Stores");
           NSaddOption("MARKETING1","Marketing Services");
           NSaddOption("MEDICAL","Medical Services Disaster/First Aid");
           //NSaddOption("MEETINGS-CONSULTIN","Meeting Planning/Managing");
           NSaddOption("MODELS2","Models & Hostesses");
           //NSaddOption("MOTIVATIONAL TRAINING","Motivational Training & Team Building");
           NSaddOption("NEWS MEDIA2","News Media");
           //NSaddOption("NEWSP","Newspapers");
           NSaddOption("OFFICE SUPPLY2","Office Supplies");
           //NSaddOption("PACKAGING3","Packaging");
           NSaddOption("PARTY EQUIPMENT2","Party Equipment, Tent Rental & Sales");
           //NSaddOption("PAYROLL","Payroll Processing");
           NSaddOption("PHOTO","Photography/Photo Booths");
           //NSaddOption("PLANTRENTAL","Plant Rental and Maintenance");
           NSaddOption("PRINTING SERVICES2","Printing Services");
           //NSaddOption("PRIVATE CLUB2","Private Club Management");
           NSaddOption("ADVERTISING2","Promotional/Specialty Items");
           //NSaddOption("PROP RENTALS","Prop Rentals");
           NSaddOption("PUPER","Publishers/Periodicals & Guidebooks");
           //NSaddOption("SECURITY","Security & Protection ");
           //NSaddOption("SHIPPING","Shipping/Shipng Containers/Mailing Services");
           //NSaddOption("SIGNSBANNERS","Signs & Banners");
           //NSaddOption("BEAUTY","Spa Services, Fitness & Health");
           NSaddOption("SPEAKERS2","Speakers/Facilitators");
           //NSaddOption("OFFSITE MEETING","Special Event Facilities/Convention Centers");
           NSaddOption("SPOUSE2","Spouse Programs");
           //NSaddOption("TAX PREPARATION","Tax Preparation ");
           NSaddOption("TELEVISION","Television & Radio Stations");
           //NSaddOption("REGISTRATION SERVICES","Temporary/Permanent Staffing & Registration Services ");
           //NSaddOption("TICKET AGENCIES/SERVICES","Ticket Agencies");
           //NSaddOption("TRANSCRIPT","Transcription Services");
           NSaddOption("TRANSLATION SERVIC","Translation Services");
           //NSaddOption("TRAVEL AGENCIES","Travel Agencies & Consultants");
           NSaddOption("VIDEO/FILM","Video/Film Production Services");
           NSaddOption("VISITOR CENTERS","Visitor Centers");  
         }
         break;
      case "Courier/Shipping/Packaging": //Courier/Shipping/Packaging
         if(IE) {
           IEaddOption("COURIER","Courier/Delivery Services");
           IEaddOption("FREIGHT","Freight Services");
           IEaddOption("PACKAGING3","Packaging");
           IEaddOption("SHIPPING","Shipping/Shipng Containers/Mailing Ser");
         }
         if(NS) {
           NSaddOption("COURIER","Courier/Delivery Services");
           NSaddOption("FREIGHT","Freight Services");
           NSaddOption("PACKAGING3","Packaging");
           NSaddOption("SHIPPING","Shipping/Shipng Containers/Mailing Ser");
         }
         break;
      case "Decorator Services": //Decorator Services
         if(IE) {
           IEaddOption("FLORISTS2","Florists, Balloons & Ice Sculptures");
           IEaddOption("FRAMING SERVICES","Framing Services");
           IEaddOption("FURNITURE","Furniture Rentals");
         }
         if(NS) {
           NSaddOption("FLORISTS2","Florists, Balloons & Ice Sculptures");
           NSaddOption("FRAMING SERVICES","Framing Services");
           NSaddOption("FURNITURE","Furniture Rentals");
         }
         break;
      case "Financial, Insurance, & Legal Services": //Financial, Insurance &amp; Legal Services
         if(IE) {
           IEaddOption("BANKS","Banks/Financial & Investment Service");
           IEaddOption("CPA","Certified Public Accountants (CPA's)");
           IEaddOption("CREDIT CARD","Credit Card Services");
           IEaddOption("CURRENCY","Currency Exchange");
           IEaddOption("INSURANCE BROKER","Insurance Brokers/Risk Managers");
           IEaddOption("LEGAL","Legal Services");
           IEaddOption("PAYROLL","Payroll Processing");
         }
         if(NS) {
           NSaddOption("BANKS","Banks/Financial & Investment Service");
           NSaddOption("CPA","Certified Public Accountants (CPA's)");
           NSaddOption("CREDIT CARD","Credit Card Services");
           NSaddOption("CURRENCY","Currency Exchange");
           NSaddOption("INSURANCE BROKER","Insurance Brokers/Risk Managers");
           NSaddOption("LEGAL","Legal Services");
           NSaddOption("PAYROLL","Payroll Processing");
         }
         break;
      case "Food & Beverage": //Food & Beverage
         if(IE) {
           IEaddOption("CATERER1","Caterer");
           IEaddOption("FOOD AND","Food and Beverage");
           IEaddOption("VENDING SERVICES","Vending Services/Purveyors");
         }
         if(NS) {
           NSaddOption("CATERER1","Caterer");
           NSaddOption("FOOD AND","Food and Beverage");
           NSaddOption("VENDING SERVICES","Vending Services/Purveyors");
         }
         break;
      case "Government Agencies/Civic Organizations": //Government Agencies/Civic Organizations
         if(IE) {
           IEaddOption("GOVERNMENT AGENCIES","Government Agencies, Civic Organizations");
         }
         if(NS) {
           NSaddOption("GOVERNMENT AGENCIES","Government Agencies, Civic Organizations");
         }
         break;
      case "Photography/Print/Video Services": //Photography/Print/Video Services
         if(IE) {
           IEaddOption("PHOTO","Photography/Reprographics/Process");
         }
         if(NS) {
           NSaddOption("PHOTO","Photography/Reprographics/Process");
         }
         break;
      case "Sightseeing Tours - Groups & Individuals": //Sightseeing Tours - Groups & Individuals
         if(IE) {
           IEaddOption("DAYTRIPS","Daytrips");
           IEaddOption("INTERNATIONAL TOUR","International Tour Operators (tm)");
           IEaddOption("TOUR STEP2","Tour Step On Gp Tour Guides (tm)");
           IEaddOption("TOUR WHOLESALER2","Tour Wholesalers");
           IEaddOption("TOURS - DAILY","Tours - Daily Scheduled");
           IEaddOption("TOURS/CONVENTION P","Tours - Convention Planning");
         }
         if(NS) {
           NSaddOption("DAYTRIPS","Daytrips");
           NSaddOption("INTERNATIONAL TOUR","International Tour Operators (tm)");
           NSaddOption("TOUR STEP2","Tour Step On Gp Tour Guides (tm)");
           NSaddOption("TOUR WHOLESALER2","Tour Wholesalers");
           NSaddOption("TOURS - DAILY","Tours - Daily Scheduled");
           NSaddOption("TOURS/CONVENTION P","Tours - Convention Planning");
         }
         break;
      case "Signs and Banners": //Signs/Banners/Printing Services
         if(IE) {
           IEaddOption("SIGNSBANNERS","Signs & Banners");
         }
         if(NS) {
           NSaddOption("SIGNSBANNERS","Signs & Banners");
         }
         break;
      case "Special Events Services": //Special Events Services
         if(IE) {
           IEaddOption("CARICATURES2","Caricatures");
           IEaddOption("ENTERTAINERS2","Entertainers/Ent'mnt/Prod/Cmdy/Talent");
           IEaddOption("FIREWORKS2","Fireworks");
           IEaddOption("MODELS2","Models & Hostesses");
           IEaddOption("PARTY EQUIPMENT2","Party Equipment, Rental & Sales");
           IEaddOption("PRIVATE CLUB2","Private Club Management");
           IEaddOption("SPEAKERS2","Speakers/Facilitators");
           IEaddOption("SPECIAL EVENTS2","Special Events/Theme Party");
           IEaddOption("SPOUSE2","Spouse Programs");
         }
         if(NS) {
           NSaddOption("CARICATURES2","Caricatures");
           NSaddOption("ENTERTAINERS2","Entertainers/Ent'mnt/Prod/Cmdy/Talent");
           NSaddOption("FIREWORKS2","Fireworks");
           NSaddOption("MODELS2","Models & Hostesses");
           NSaddOption("PARTY EQUIPMENT2","Party Equipment, Rental & Sales");
           NSaddOption("PRIVATE CLUB","Private Club Management");
           NSaddOption("SPEAKERS2","Speakers/Facilitators");
           NSaddOption("SPECIAL EVENTS2","Special Events/Theme Party");
           NSaddOption("SPOUSE2","Spouse Programs");
         }
         break;
      case "Technical Services": //Technical Services
         if(IE) {
           IEaddOption("AUDIO VIDEO RECORI","Audio Video Recording, Duplicating &");
           IEaddOption("AUDIO VISUAL EQUIPM","Audio Visual Equipment, Rentals & Ser");
           IEaddOption("AUDIO VISUAL PRODUT","Audio Visual Productions, Programming");
           IEaddOption("CAPTION","Captioning");
           IEaddOption("CELLULA","Cellular Phones/Pagers/Rental & Serv.");
           IEaddOption("COMPUTERS/SOFTWA","Computers-Hd/Sof'wre Sls Srv. & Rtl");
           IEaddOption("INTERNET MARKETING","Internet Marketing/Services");
           IEaddOption("LIGHTING DES","Lighting Design/Equip/Theatrical Desig");
           IEaddOption("TECHNICAL CONSULT","Technical Consultants");
           IEaddOption("TECHNICAL PROD","Technical Production Specialists");
           IEaddOption("VIDEO WALL","Video Walls");
           IEaddOption("VIDEO/FILM","Video/Film Production Services");    
         }
         if(NS) {
           NSaddOption("AUDIO VIDEO RECORI","Audio Video Recording, Duplicating &");
           NSaddOption("AUDIO VISUAL EQUIPM","Audio Visual Equipment, Rentals & Ser");
           NSaddOption("AUDIO VISUAL PRODUT","Audio Visual Productions, Programming");
           NsaddOption("CAPTION","Captioning");
           NSaddOption("CELLULA","Cellular Phones/Pagers/Rental & Serv.");
           NSaddOption("COMPUTERS/SOFTWA","Computers-Hd/Sof'wre Sls Srv. & Rtl");
           NSaddOption("INTERNET MARKETING","Internet Marketing/Services");
           NSaddOption("LIGHTING DES","Lighting Design/Equip/Theatrical Desig");
           NSaddOption("TECHNICAL CONSULT","Technical Consultants");
           NSaddOption("TECHNICAL PROD","Technical Production Specialists");
           NSaddOption("VIDEO WALL","Video Walls");
           NSaddOption("VIDEO/FILM","Video/Film Production Services");    
         }
         break;
      case "Transportation": //Transportation
         if(IE) {
           //IEaddOption("AIRLINE TKT PVT CHTR","Airline Tickets-Private Services/General Charter Information");
           IEaddOption("AIRLINES1","Airlines");
           IEaddOption("AIRPORT GROUND TRA","Airport Ground Transportation Services");
           IEaddOption("AIRLINE RESERVATION","Airports");
           IEaddOption("AUTO RENTAL","Auto/Truck/Motorcycle Rental & Leasing");
           IEaddOption("BAGGAGE","Baggage Services");
           IEaddOption("BUS & RAIL SERVICES","Bus & Rail Service");
           IEaddOption("BUSES-CHARTER/SHUTTLE","Bus Charter, Limousines & Vans");
           //IEaddOption("HORSE DRAWN CARRI","Horse Drawn Carriages");
           IEaddOption("PARKING LOTS","Parking Lots/Services");
           IEaddOption("TAXICABS","Taxicabs");
           IEaddOption("TRANSPORTATION-PUB","Transportation - Public & Special Needs");
         }
         if(NS) {
           //NSaddOption("AIRLINE TKT PVT CHTR","Airline Tickets-Private Services/General Charter Information");
           NSaddOption("AIRLINES1","Airlines");
           NSaddOption("AIRPORT GROUND TRA","Airport Ground Transportation Services");
           NSaddOption("AIRLINE RESERVATION","Airports");
           NSaddOption("AUTO RENTAL","Auto/Truck/Motorcycle Rental & Leasing");
           NSaddOption("BAGGAGE","Baggage Services");
           NSaddOption("BUS & RAIL SERVICES","Bus & Rail Service");
           NSaddOption("BUSES-CHARTER/SHUTTLE","Bus Charter, Limousines & Vans");
           //NSaddOption("HORSE DRAWN CARRI","Horse Drawn Carriages");
           NSaddOption("PARKING LOTS","Parking Lots/Services");
           NSaddOption("TAXICABS","Taxicabs");
           NSaddOption("TRANSPORTATION-PUB","Transportation - Public & Special Needs");
         }
         break;
      case "Information Resources": //Information Services
         if(IE) {
           IEaddOption("CVBS","Convention & Visitor Bureaus/Chambers");
           IEaddOption("EMERGENCY NUMBERS","Emergency Numbers");
           IEaddOption("INFORMATION & REFER","Information Services & Consultants");
           IEaddOption("INTL SERVICES","International Services & Consultants");
           IEaddOption("VISITOR CENTERS","Visitor Centers");
         }
         if(NS) {
           NSaddOption("CVBS","Convention & Visitor Bureaus/Chambers");
           NSaddOption("EMERGENCY NUMBERS","Emergency Numbers");
           NSaddOption("INFORMATION & REFER","Information Services & Consultants");
           NSaddOption("INTL SERVICES","International Services & Consultants");
           NSaddOption("VISITOR CENTERS","Visitor Centers");
         }
         break;

   }
}

function IEaddOption(v, t) {
   var newOpt = document.createElement("OPTION");
   newOpt.text=t;
   newOpt.value=v;
   document.supplierSearch.secondaryOptional.add(newOpt);
}

function NSaddOption(v, t) {
   var newOpt = new Option(t, v);
   var l = document.redirect.ProdServ.length;
   document.supplierSearch.secondaryOptional.options[l] = newOpt;
}

