function dropdown_other(value)
{
	//alert(value);
	if(value == "16")
	{
		//alert(document.getElementById("m2fbrp__66").style.display);
		document.getElementById("occupation_other").style.display = "block";
	}
	else
	{
		document.getElementById("occupation_other").style.display = "none";
	}

}
 
function dropdown_how_other(value)
{
	//alert(value);
	if(value == "6")
	{
		//alert(document.getElementById("m2fbrp__66").style.display);
		document.getElementById("how_other").style.display = "block";
	}
	else
	{
		document.getElementById("how_other").style.display = "none";
	}

}