<!--//
// toggle the client/user layers on the add/edit forms
function toggleAdvanceSearch() {
    if (document.product_search_form.category.options.selectedIndex==1 || document.product_search_form.category.options.selectedIndex==2) {
		displayLayer('advancedSearchLayer', '');
	}else {
		displayLayer('advancedSearchLayer', 'none');
	}
}
//-->															

