Muchas Gracias, Bebo funciona perfectamente y ademas has tocado muy poco el codigo. Sensacional. Gracias de nuevo.
 
En cuanto a ti Tecna, tienes mas razón que un Santo, y encima no me he dado cuenta hasta que lo has comentado. La proxima vez procurare algo asi:  
 Código HTML:
 			if(alerta) alert("Por favor, conteste a la cuestion numero "+n);
		return false;
	}
	//<!-- Fin de la funcion que recorre los radius mediante el name + indice para su validacion-->
	//<!-- Funcion para ver o no ver la pregunta oculta emergente -->
		function quitar(n) {
		document.getElementById(n).style.display='none';
		} 
		function ver(n) {
		document.getElementById(n).style.display='block';
		} 
		//<!--Fin Funcion para ver o no ver la pregunta oculta emergente-->
	</script>
<!-- Fin de los script. -->
</HEAD>
<!-- Cabecera de la pagina -->
<BODY background="fondo.gif">
	<TABLE WIDTH="100%">
		<TR>
			<TD WIDTH="20%" HEIGHT="100"><A HREF="http://www.movistar.es/" target="new"><IMG SRC="logo.gif" WIDTH="100" HEIGHT="100" BORDER="0" title="" ALIGN="TOP"></A>
			</TD>
			<TD WIDTH="60%" HEIGHT="100" ><CENTER><IMG SRC="hdimage.gif" WIDTH="432" HEIGHT="100" BORDER="0" ALT=""></CENTER>
			</TD>
			<TD WIDTH="20%" HEIGHT="100"><A HREF="http://csd-valencia.telefonica" target="new"><IMG SRC="ctv.gif" WIDTH="100" HEIGHT="80" BORDER="0" title=""="" ALIGN="center"></A>
			</TD>
		</TR>
	</TABLE>
<!-- Comienza el formulario -->
<form id="imaform" method="post" onsubmit="return validar(this);" action=""> 
<!-- Primera pregunta -->
	<FIELDSET STYLE="width: 97%; border-color: lime">
		<LEGEND STYLE="color: #FF0000; font-weight: bold">1.- Televisor</LEGEND>
			¿Tenía el cliente un televisor compatible con alta definición?<BR>
			<input type="radio" id="TV" name="test1" value="Si"> Si    
			<input type="radio" id="TV" name="test1" value="No"> No<br>
	</FIELDSET>
<!-- Fin Primera pregunta -->
<!-- Segunda pregunta -->
	<FIELDSET STYLE="width: 97%; border-color: lime">
	<LEGEND STYLE="color: #FF0000; font-weight: bold">2.- Conexión</LEGEND>
		¿Cómo conectó el descodificador al televisor?<BR>
			<input type="radio" id="CB" name="test2" value="A través de HDMI"> A través de HDMI    
			<input type="radio" id="CB" name="test2" value="A través deEuroconector"> A través de Euroconector    
			<input type="radio" id="CB" name="test2" value="Con ambos cables"> Con ambos cables
	</FIELDSET>  No esta entero el codigo, pero para que veas que intento aplicarme.
Gracias a ti tambien. 
       Saludos.