﻿function ShowHideOtherBizSource(obj){
	showHideLayers('ctl00$PageContent$bizSourceOther','', (obj.options[obj.selectedIndex].value == "other") ? 'show' : 'hide');
}
