/********************************************************
 *      Biblioteca de Funciones de Noticias             *
 *      Versión 1.0:     05 - Ago - 2009                *
 *      Autor:           Hernán Mallea Soto             *
 ********************************************************/

function VerLink(pNro, pForm, pTarget) {
	pForm.hidNumero.value = pNro;
	pForm.target = pTarget;
	pForm.submit();
}

