Las opciones están dentro de un Select.
Código:
  
Estoy haciendo algo mal?function TipoUsuario(){
   if ($('#Usuario').value=='1') {
			$('#div1').fadeIn("slow");
   }
   if ($('#Usuario').value=='2') {
			$('#div2').fadeIn("slow");
   }
   if ($('#Usuario').value=='3') {
			$('#div3').fadeIn("slow");
   }
}
Saludos!
 
