//<!--
function abreEncuesta(){
var aux,i,hecho;

for (var i = 0; i < document.encuestaForm.opcion.length; i++){
	if (document.encuestaForm.opcion[i].status){
		aux = i
		hecho = 'true'
	}
}
if (hecho){
winEncuesta = window.open("encuestaV.asp?opcion="+aux,"pp","location=yes,status=no,menubar=no,width=600,height=400,resizable=no");}
else{alert("Debe Seleccionar una Respuesta")}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function abre(selObj){
if (selObj.options[selObj.selectedIndex].value == '#'){return}else{
	nva = window.open(selObj.options[selObj.selectedIndex].value,'nva','directories=no,scrollbars=yes,menubar=no,resizable=yes,location=no,status=no,width=725,height=450')
	nva.focus()
}
}
function nvaWin(donde){
nva = window.open(donde,'nva','directories=no,scrollbars=yes,menubar=no,resizable=yes,location=no,status=no,width=725,height=450')
	nva.focus()
}
//-->