$tp_mon = 'Soles';
} else {
    $lnkmoneda = '<a href="' . $_SERVER['PHP_SELF'] . "?id=" . $id . '">Dolares</a>';
    $ReporteOE->md = true;
    $tp_mon = 'Dolares';
    $ReporteOE->simbolomd = " \$ ";
}
if ($_POST) {
    $_SESSION[inrena_4][ffuente] = "";
    for ($i = 0; $i < count($_POST[S2]); $i++) {
        $_SESSION[inrena_4][ffuente][] = $_POST[S2][$i];
    }
}
$ffuente = $_SESSION[inrena_4][ffuente];
$ReporteOE->ftefto = $ffuente;
$Fts = $ReporteOE->ListarFts();
$numFts = count($Fts);
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Objetivos Estrat&eacute;gicos</title>
<link rel="stylesheet" type="text/css" href="../../style.css">
<script language="javascript" src="../../js/js.js"></script> 
<script language="javascript" src="../js/reporte.js"></script>
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
-->