var ds_all_options = new Array();

ds_all_options["ds_products"] =
    [ new Option('all','all'),
      new Option('Description','description'),
      new Option('Mfr Part #','mfr_part_number'),
      new Option('Supplier Part #','supp_part_number'),
      new Option('Mfr Name','mfr_name') ];
ds_all_options["ds_products_ss"] =
    [ new Option('all','all'),
      new Option('Description','description'),
      new Option('Mfr Part #','mfr_part_number'),
      new Option('Mfr Name','mfr_name') ];
ds_all_options["ds_customers"] = [
          new Option('All','keyword'),
          new Option('E-mail','email'),
          new Option('Company','company_name'),
          new Option('Customer #','partial_customer_number'),
          new Option('Contact','contact_name'),
				  new Option('City','city'),
				  new Option('State','state')
          ];
ds_all_options["ds_customerrecyclebin"] = [ new Option("All","all") ];
ds_all_options["ds_quotesorder"] =
    [ new Option('All','all'),
      new Option('Doc #', 'quote_number'),
      new Option('Type', 'document_type'),
      new Option('Description', 'description'),
      new Option('Company', 'customer_name'),
      new Option('Contact', 'contact_name'),
      new Option('Customer PO', 'end_user_po_number'),
      new Option('Modified By', 'saved_by_name'),
      new Option('Created By', 'created_by_name'),
      new Option('Document Notes', 'external_notes'),
      new Option('Internal Notes', 'internal_notes'),
      new Option('Total', 'total') ];
ds_all_options["ds_quotesrecyclebin"] =
    [ new Option('All','all'),
      new Option('Doc #', 'quote_number'),
      new Option('Type', 'document_type'),
      new Option('Description', 'description'),
      new Option('Company', 'customer_name'),
      new Option('Contact', 'contact_name'),
      new Option('Customer PO', 'end_user_po_number'),
      new Option('Modified By', 'saved_by_name'),
      new Option('Created By', 'created_by_name'),
      new Option('Document Notes', 'external_notes'),
      new Option('Internal Notes', 'internal_notes'),
      new Option('Total', 'total') ];
ds_all_options["ds_po"] =
    [ new Option('All', 'all'),
      new Option('PO #', 'quote_number'),
      new Option('Supplier', 'vendor_name'),
      new Option('Type', 'is_autofulfill'),
      new Option('Description', 'description'),
      new Option('Buyer Name', 'created_by_name'),
      new Option('End User PO', 'end_user_po_number'),
      new Option('Confirmation #', 'confirmation_number'),
      new Option('Document Notes', 'external_notes'),
      new Option('Internal Notes', 'internal_notes'),
      new Option('Total', 'total') ];
ds_all_options["ds_porecyclebin"] =
    [ new Option('All', 'all'),
      new Option('PO #', 'quote_number'),
      new Option('Supplier', 'vendor_name'),
      new Option('Type', 'is_autofulfill'),
      new Option('Description', 'description'),
      new Option('Buyer Name', 'created_by_name'),
      new Option('End User PO', 'end_user_po_number'),
      new Option('Confirmation #', 'confirmation_number'),
      new Option('Document Notes', 'external_notes'),
      new Option('Internal Notes', 'internal_notes'),
      new Option('Total', 'total') ];
ds_all_options["ds_order"] =
    [ new Option('All','all'),
      new Option('Doc #', 'quote_number'),
      new Option('Type', 'document_type'),
      new Option('Description', 'description'),
      new Option('Contact', 'contact_name'),
      new Option('PO Number', 'end_user_po_number'),
      new Option('Modified By', 'saved_by_name'),
      new Option('Created By', 'created_by_name'),
      new Option('Document Notes', 'external_notes'),
      new Option('Total', 'total') ];
ds_all_options["ds_priceprofile"] = [ new Option("All","all") ];
ds_all_options["ds_priceprofilerecyclebin"] = [ new Option("All","all") ];
ds_all_options["ds_productnews"] = 
    [ 	new Option('All','all'),
	new Option('Title','title'),
	new Option('Summary','hometext'),
	new Option('Content','bodytext') ];
ds_all_options["ds_salesteam"] = [ new Option("All","all") ];
ds_all_options["ds_salesrecyclebin"] = [ new Option("All","all") ];
ds_all_options["ds_suppliers"] = [ new Option("All","all") ];
ds_all_options["ds_suppliersrecyclebin"] = [ new Option("All","all") ];
