	$j.Avaya.FinderCategories = {
		// main section
		'biz-need' : {
			// either select or input
			type : 'select',
			// name of querystring value
			name : 'biz-need',

			values : {
				// default choice
				'default' : {
					// field value
					value : 'default',
					// name that gets displayed
					text : 'business need'
				},
				
				'loyalty' : {
					// field value
					value : 'loyalty',
					// name that gets displayed
					text : 'build customer loyalty'
				},
				
				'connect-branch' : {
					value : 'connect-branch',
					text : 'connect branch workers'
				}, 
				
				'connect-mobile' : {
					value : 'connect-mobile',
					text : 'connect mobile workers'
				},
				
				'connect-office' : {
					value : 'connect-office',
					text : 'connect office workers'
				}, 
				
				'connect-remote' : {
					value : 'connect-remote',
					text : 'connect remote workers'
				}, 
				
				'productivity' : {
					value : 'productivity',
					text : 'enhance productivity'
				}, 
				
				'continuity' : {
					value : 'continuity',
					text : 'ensure business continuity'
				}, 
				
				'collaboration' : {
					value : 'collaboration',
					text : 'foster collaboration'
				}, 
				
				'responsiveness' : {
					value : 'responsiveness',
					text : 'improve responsiveness'
				}, 
				
				'efficiency' : {
					value : 'efficiency',
					text : 'increase efficiency'
				}, 
				
				'revenues' : {
					value : 'revenues',
					text : 'raise revenues'
				}, 
				
				'recruit' : {
					value : 'recruit',
					text : 'recruit/retain employees'
				}, 
				
				'costs' : {
					value : 'costs',
					text : 'reduce costs'
				}, 
				
				'environment' : {
					value : 'environment',
					text : 'reduce environmental impact'
				}, 
				
				'communications' : {
					value : 'communications',
					text : 'secure communications'
				}
			}
		},
		
		'biz-industry' : {
			type : 'select',
			name : 'biz-industry',

			values : {
				'default' : {
					value : 'default',
					text : 'industry'
				}, 
				
				'accounting' : {
					value : 'accounting',
					text : 'accounting'
				}, 
				
				'arts' : {
					value : 'arts',
					text : 'arts/entertainment'
				},
				
				'automotive' : {
					value : 'automotive',
					text : 'automotive'
				},
				
				'banking' : {
					value : 'banking',
					text : 'banking'
				},
				
				'business-services' : {
					value : 'business-services',
					text : 'business services'
				},
				
				'construction' : {
					value : 'construction',
					text : 'construction'
				},
				
				'education' : {
					value : 'education',
					text : 'education'
				},
				
				'financial-services' : {
					value : 'financial-services',
					text : 'financial services'
				},
				
				'government' : {
					value : 'government',
					text : 'government'
				}, 
				
				'healthcare' : {
					value : 'healthcare',
					text : 'healthcare'
				},
				
				'hospitality' : {
					value : 'hospitality',
					text : 'hospitality'
				},
				
				'import-export' : {
					value : 'import-export',
					text : 'import/export'
				},
				
				'insurance' : {
					value : 'insurance',
					text : 'insurance'
				},
				
				'legal' : {
					value : 'legal',
					text : 'legal'
				},
				
				'manufacturing' : {
					value : 'manufacturing',
					text : 'manufacturing'
				},
				
				'news-media' : {
					value : 'news-media',
					text : 'news/media'
				},
				
				'professional-services' : {
					value : 'professional-services',
					text : 'professional services'
				},
				
				'real-estate' : {
					value : 'real-estate',
					text : 'real estate'
				},
				
				'retail' : {
					value : 'retail',
					text : 'retail'
				},
				
				'securities' : {
					value : 'securities',
					text : 'securities'
				},
				
				'service-providers' : {
					value : 'service-providers',
					text : 'service providers'
				},
				
				'technology' : {
					value : 'technology',
					text : 'technology'
				},
				
				'telecommunications' : {
					value : 'telecommunications',
					text : 'telecommunications'
				},
				
				'transportation' : {
					value : 'transportation',
					text : 'transportation'
				},
				
				'utilities' : {
					value : 'utilities',
					text : 'utilities'
				},
				
				'wholesale' : {
					value : 'wholesale',
					text : 'wholesale'
				},
				
				'other' : {
					value : 'other',
					text : 'other'
				}
			}
		},
		
		'biz-size' : {
			type : 'select',
			name : 'biz-size',

			values : {
				'default' : {
					value : 'default',
					text : 'business size'
				},
				
				'small' : {
					value : 'small',
					text : 'small (1 to 250 employees)'
				},
				
				'medium' : {
					value : 'medium',
					text : 'medium (251 to 999 employees)'
				}, 
				
				'enterprise' : {
					value : 'enterprise',
					text : 'enterprise (1,000 or more employees)'
				}
			}
		},
		
		'biz-role' : {
			type : 'select',
			name : 'biz-role',

			values : {
				'default' : {
					value : 'default',
					text : 'role'
				}, 
				
				'owner' : {
					value : 'owner',
					text : 'decision maker/owner'
				}, 
				
				'end-user' : {
					value : 'end-user',
					text : 'end user'
				},
				
				'it-decision' : {
					value : 'it-decision',
					text : 'IT decision maker'
				},
				
				'it-manager' : {
					value : 'it-manager',
					text : 'IT manager'
				},
				
				'it-deployment' : {
					value : 'it-deployment',
					text : 'IT deployment'
				}
			}
		},
		
		'product-name' : {
			type : 'input',
			name : 'product-name',

			values : 0
		},
		
		'product-category' : {
			type : 'select',
			name : 'product-category',

			values : {
				'default' : {
					value : 'default',
					text : 'browse product categories'
				},
				
				'collaboration' : {
					value : 'collaboration',
					text : 'collaboration software'
				},
				
				'communication' : {
					value : 'communication',
					text : 'communication services'
				},
				
				'uc' : {
					value : 'uc',
					text : 'unified communications'
				}
			}
		},
		
		'products' : {
			type : 'select',
			name : 'products',

			values : {
				'default' : {
					value : 'default',
					text : 'products'
				},
				
				'phone' : {
					value : 'phone',
					text : 'phone'
				}
			}
		},
		
		'content-type' : {
			type : 'select',
			name : 'content-type',

			values : {
				'default' : {
					value : 'default',
					text : 'content type'
				},
				
				'all' : {
					value : 'all',
					text : 'all'
				}, 
				
				'audio' : {
					value : 'audio',
					text : 'audio'
				},
				
				'ms-word' : {
					value : 'ms-word',
					text : 'microsoft word document'
				}, 
				
				'pdf' : {
					value : 'pdf',
					text : 'PDF'
				},
				
				'video' : {
					value : 'video',
					text : 'video'
				},
				
				'web-page' : {
					value : 'web-page',
					text : 'web page'
				}
			}
		},
		
		'content-format' : {
			type : 'select',
			name : 'content-format',

			values : {
				'default' : {
					value : 'default',
					text : 'content format'
				}, 
				
				'articles' : {
					value : 'articles',
					text : 'articles'
				},
				
				'brochures' : {
					value : 'brochures',
					text : 'brochures'
				}, 
				
				'case-studies' : {
					value : 'case-studies',
					text : 'case studies'
				},
				
				'demos' : {
					value : 'demos',
					text : 'demos'
				}, 
				
				'fact-sheets' : {
					value : 'fact-sheets',
					text : 'fact sheets'
				}, 
				
				'podcasts' : {
					value : 'podcasts',
					text : 'podcasts'
				},
				
				'video' : {
					value : 'video',
					text : 'video'
				}, 
				
				'white-papers' : {
					value : 'white-papers',
					text : 'white papers'
				}
			}
		}
	}

