
function navega(opcion)
	{   
	if (opcion == "none")
		{
		open("http://home.fundes.org","_top");
	 		}
	 	else
	 		{    
		if(opcion == "FUNDES")
			{
			open("http://home.fundes.org","_top");
			}
			else
			{
		open("http://"+opcion+"/","_top");																	 
			} 
		}		     
	}													 

function navega2(opcion)
	{
	if (opcion == "none")
		{
		alert("Selección Inválida");
		}
	else
		{    
		open(""+opcion+"","_top");
		}      
	}	
		
function win_pop(conte,ancho,alto) 
	{        
	pop_a=window.open(conte,"pop_a","toolbar=no,scrollbars=1,resizable=1, directories= no, status=0 , location=0 ,menubar=no,width="+ancho+",height="+alto+",top=0,left=0")
	}