$io_msg=new class_mensajes();
	
	require_once("../shared/class_folder/class_funciones.php");
	$io_funcion=new class_funciones(); 
	
	require_once("../shared/class_folder/grid_param.php");
	$grid=new grid_param();
	require_once("sigesp_scb_c_transferencias.php");
	$io_reporte_scb=new sigesp_scb_c_transferencias($la_seguridad);
	switch ($ls_operacion) 
	{
		case "GENDISK":
			$ls_mesdes=$_POST["cmbmesdesde"];
			$ls_meshas=$_POST["cmbmeshasta"];
			$ls_year=$_POST["cmbyear"];
			$lb_valido=$io_reporte_scb->uf_declaracionxml($ls_mesdes,$ls_meshas,$ls_year,$la_seguridad);
			if($lb_valido)
			{
				$io_reporte_scb->io_mensajes->message("El xml fué generado");
			}
			else
			{
				$io_reporte_scb->io_mensajes->message("Ocurrio un error al generar el xml");
			}
			break;
	}
	unset($io_reporte_scb);
?>
<table width="762" border="0" align="center" cellpadding="0" cellspacing="0" class="titulo-catclaro">
  <tr>
    <td width="780" height="30" colspan="11" class="cd-logo"><img src="../shared/imagebank/header.jpg" width="803" height="40"></td>