dojo.declare("com.mgh.GenderController", null, {
	constructor : function(){
		
	},
	
	Filter : function(id,name){
		showTimer();
		mySearch.queryParams.gender = id;
		mySearch.getXmlString();	
	}
});