var UltMod = "01/02/2012";
var RelPath = "";
var ShowPrintPrev;
var IsPrev;

function EscrivirEnc()
{
if (IsPrev == true) 
   {
   document.write("<table border='0' height='30' width='100%'  CELLSPACING='0' CELLSPADDING='0' bgcolor='#eff3f8'>");
   document.write("<tr>");
   document.write("  <td valign='middle' width='283'>");
	 document.write("  <img src='" + RelPath + "images/logomini.GIF' width='283' height='30' alt='logomini (5K)'>");
   document.write("  </td>");
   document.write("  <td valign='middle' style='text-align: right' width='*'>");
   document.write("  <a href='" + RelPath + "index.htm' style='text-decoration: none; font-weight: bold'> Pagina Inicial <\/a> &nbsp;&nbsp;&nbsp;&nbsp;");
   document.write("  <a href='javascript:window.print()' style='text-decoration: none; font-weight: bold'> Imprimir esta Página <\/a> &nbsp;&nbsp;&nbsp;&nbsp;");
   document.write("<a href='" + location.pathname + "' style='text-decoration: none; font-weight: bold'> Vista Normal >>> <\/a> ");
	 document.write("  </td>");
   document.write("</tr>");
	 document.write("</table>");
   document.write("<table border='0' height='30' width='100%'  CELLSPACING='0' CELLSPADDING='0'>");
	 document.write("<tr><td>");
   }
else
	{
	document.write("<SCR" + "IPT SRC='" + RelPath + "code/menu_var.js'><\/scr" + "ipt>");
	document.write("<SCR" + "IPT SRC='" + RelPath + "code/menu.js'><\/SCR" + "IPT>");
	document.write("<table BACKGROUND='" + RelPath + "images/encavezado.GIF' width='735' height='72' CELLSPACING='0' CELLSPADDING='0' BORDER='0'>");
	document.write("<tr heigth='72'>");
	document.write("<td width='220'><a href='" + RelPath + "index.htm'><img src='" + RelPath + "images/logo.GIF' border='0' width='220' height='70' alt='Tribunal de Tasaciones de la Nación' name='imgEnc'></a>");
	document.write("<\/td>");
	document.write("<td valign='top' align='center'>");
  document.write("<a href='" + RelPath + "index.htm'><img src='" + RelPath + "images/inicial.GIF' width='71' height='20' alt='Pagina Inicial'></a>");
  document.write("<a href='" + RelPath + "aranceles/aranceles.htm'><img src='" + RelPath + "images/aranceles.GIF' width='90' height='20' alt='Aranceles'</a>");
	document.write("<a href='mailto:consultas@ttn.gov.ar'><img src='" + RelPath + "images/consultas.GIF' width='95' height='20' alt='consultas@ttn.gov.ar'></a>");
	document.write("<a href='" + RelPath + "mapa.htm'><img src='" + RelPath + "images/mapa.GIF' width='119' height='20' alt='Mapa del Sitio'>");
	document.write("<\/td>");
	document.write("<\/tr>");
	document.write("<\/table>");
	document.write("<table width='735' height='88' CELLSPACING='0' CELLSPADDING='0' BORDER='0'>");
	document.write("<tr><td>");
	if (ShowPrintPrev == true) 
   	   {
	     document.write("<table bcolor='#FFFFFF' width='100%' CELLSPACING='0' CELLSPADDING='0' BORDER='0'>");
	     document.write("<tr>");
   	   document.write("<td valign='center' style='text-align: right' >");
   	   document.write("<a href=" + location.pathname + "?Estado=Previa style='text-decoration: none; font-weight: bold'><img src='" + RelPath + "images/prnt_ver.gif' width='14' Border='0' align='middle' height='13' alt='prnt_ver (1K)'> Version Imprimible<\/a> ");
   	   document.write("<\/td>");
   	   document.write("<\/tr>");
   	   document.write("<\/table>");
		   document.write("<\/td><\/tr>");
       document.write("<tr><td>");
   	   }
	}
}


function EscrivirPie()
{
document.write("<BR>");
if (IsPrev == true) 
	{
	document.write("<table BGCOLOR='#DDDDDD' width='100%' height='20' CELLSPACING='0' CELLSPADDING='0' BORDER='0'>");
	}
else
	{
	document.write("<table BGCOLOR='#DDDDDD' width='735' height='20' CELLSPACING='0' CELLSPADDING='0' BORDER='0'>");
	}
document.write("<tr valign='middle'>");
document.write("<td style='text-align: center'>");
document.write("<font class='mini'> Ultima Modificación: " + UltMod + " | WebMaster: Dirección Informatica del TTN. | Resolución de pantalla optima: 800x600 <\/font>");
document.write("<\/td>");
document.write("<\/tr>");
document.write("<\/table>");
document.write("<\/td><\/tr><\/table>");
}

function Apertura(Rel_Path , Show_PrintPrev) 
{
var varEstado;
varEstado = "";
strParams = location.search;
RelPath = Rel_Path;
ShowPrintPrev = Show_PrintPrev;
document.body.link = 218772;
document.body.aLink = 218772;
document.body.vLink = 218772;
if (strParams.length > 0)
   {
   strParams = strParams.substring(1,strParams.length).toUpperCase();
   arrParams = strParams.split("&");
   for (i=0; i < arrParams.length; i++) 
   	   {
   	   arrVariableActual = arrParams[i].split("=");
  	   if (arrVariableActual[0] == "ESTADO")
	   	  {
		  varEstado = arrVariableActual[1];
		  }
	   }
    }
if (varEstado == "PREVIA")
  {
  IsPrev = true;
	}
else
	{
	IsPrev = false;
  }
} 

