<!--

// Cargar contenidos en la pagina anterior antes del PopPup

function load(file,target) {
    if (target != '')
        target.window.location.href = file;
    else
        window.location.href = file;
}



// --> 



