
function changeBrandsGender(brandsGender){var thisForm=document.forms['frmBrandsPost'];thisForm.brandsGender.value=brandsGender;if(brandsGender=="k"){thisForm.brandsAgeGroup.value=2;}
else{thisForm.brandsAgeGroup.value=1;}
thisForm.brandsStyle.value="all";thisForm.submit();return false;}
function changeBrandsStyle(brandsStyle){var thisForm=document.forms['frmBrandsPost'];thisForm.brandsStyle.value=brandsStyle;thisForm.submit();return false;}
