function irOPC(){
	//alert("entra");
	
	myform=document.frmSearch;
	valorSelect= myform.OPC.options[myform.OPC.selectedIndex].value;
	
	//alert("valoerSelect="+valorSelect);
	
	if(valorSelect!=0 && valorSelect!=-1){
		window.location= valorSelect;
	}else if(valorSelect!=0){alert("Deberás selecionar una opción");
	}else alert("Lo sentimos pero esta opción no disponible en estos momentos.");
}
