if( StructKeyExists( request.subsite, 'templateVariables' ) AND StructKeyExists( request.subsite.templateVariables, 'projectID' ) ) { session.project = request.subsite.templateVariables.projectID; } // Category if( StructKeyExists( request.params, 'fic_1574_1577' ) ) request.params.Category = request.params.fic_1574_1577; if( NOT StructKeyExists(request.params, 'category') ) request.params.category = '0'; if( NOT StructKeyExists(request.params, 'subcategory') ) request.params.subcategory = ''; if( NOT StructKeyExists(request.params, 'type') ) request.params.type = '0'; if( NOT StructKeyExists(request.params, 'categoryType') ) request.params.categoryType = 'cs_do_not_select'; if( NOT StructKeyExists(request.params, 'other') ) request.params.other = ''; // Show By if( StructKeyExists( request.params, 'fic_1574_7540' ) ) request.params.showBy = request.params.fic_1574_7540; if( NOT StructKeyExists(request.params, 'showBy') ) request.params.showBy = 'Hierarchy';