function other(obj){
	if (obj=="Other"){
		document.getElementById("otherdiv").style.display="block";
	}else {
		document.getElementById("otherdiv").style.display="none";
	}	
}
