function link_interno(pag)
{
	location.href=pag+".htm";
}

function link_externo(url)
{
	window.open("http://"+url, 'ventana');
}


