
// printer_botoneras_spa.js

<!--  // Biblioteca de Manejo de Impresion de Header

if (document.images) 
	{
		// barra izquierda sobre nosotros

		muchomason = new Image();      muchomason.src    = "img/d_leftbar_boton_muchomas_spaon.gif";
		ventajaon = new Image();       ventajaon.src     = "img/d_leftbar_boton_ventaja_spaon.gif";

		muchomasoff = new Image();     muchomasoff.src   = "img/d_leftbar_boton_muchomas_spa.gif";
		ventajaoff = new Image();      ventajaoff.src    = "img/d_leftbar_boton_ventaja_spa.gif";

		// barra izquierda compañías

		ambalion = new Image();        ambalion.src      = "img/d_leftbar_boton2_ambalion.gif";
		agrexpoon = new Image();       agrexpoon.src     = "img/d_leftbar_boton2_agrexpoon.gif";
		alisanaon = new Image();       alisanaon.src     = "img/d_leftbar_boton2_alisanaon.gif";
		argentiaon = new Image();      argentiaon.src    = "img/d_leftbar_boton2_argentiaon.gif";
		chilecitoon = new Image();     chilecitoon.src   = "img/d_leftbar_boton2_chilecitoon.gif";
		salamandraon = new Image();    salamandraon.src  = "img/d_leftbar_boton2_salamandraon.gif";
		maximon = new Image();         maximon.src       = "img/d_leftbar_boton2_maximon.gif";
		ilgiardinoon = new Image();    ilgiardinoon.src  = "img/d_leftbar_boton2_ilgiardinoon.gif";
		lacapillaon = new Image();     lacapillaon.src   = "img/d_leftbar_boton2_lacapillaon.gif";
		lacteoson = new Image();       lacteoson.src     = "img/d_leftbar_boton2_lacteoson.gif";

		ambalioff = new Image();       ambalioff.src     = "img/d_leftbar_boton2_ambali.gif";
		agrexpooff = new Image();      agrexpooff.src    = "img/d_leftbar_boton2_agrexpo.gif";
		alisanaoff = new Image();      alisanaoff.src    = "img/d_leftbar_boton2_alisana.gif";
		argentiaoff = new Image();     argentiaoff.src   = "img/d_leftbar_boton2_argentia.gif";
		chilecitooff = new Image();    chilecitooff.src  = "img/d_leftbar_boton2_chilecito.gif";
		salamandraoff = new Image();   salamandraoff.src = "img/d_leftbar_boton2_salamandra.gif";
		maximoff = new Image();        maximoff.src      = "img/d_leftbar_boton2_maxim.gif";
		ilgiardinooff = new Image();   ilgiardinooff.src = "img/d_leftbar_boton2_ilgiardino.gif";
		lacapillaoff = new Image();    lacapillaoff.src  = "img/d_leftbar_boton2_lacapilla.gif";
		lacteosoff = new Image();      lacteosoff.src    = "img/d_leftbar_boton2_lacteos.gif";

		// barra derecha compañías

		historiaon = new Image();	      historiaon.src        = "img/d_rightbar_boton_historia_spaon.gif";
		sobrenosotroson = new Image();  sobrenosotroson.src   = "img/d_rightbar_boton_sobrenosotros_spaon.gif";
		contactenoson = new Image();    contactenoson.src     = "img/d_rightbar_boton_contactenos_spaon.gif";
		catalogoon = new Image();       catalogoon.src        = "img/d_rightbar_boton_catalogo_spaon.gif";
		planillason = new Image();      planillason.src       = "img/d_rightbar_boton_planillas_spaon.gif";
		certificadoson = new Image();   certificadoson.src    = "img/d_rightbar_boton_certificados_spaon.gif";
		ubicacionon = new Image();      ubicacionon.src       = "img/d_rightbar_boton_ubicacion_spaon.gif";

		historiaoff = new Image();	    historiaoff.src       = "img/d_rightbar_boton_historia_spa.gif";
		sobrenosotrosoff = new Image(); sobrenosotrosoff.src  = "img/d_rightbar_boton_sobrenosotros_spa.gif";
		contactenosoff = new Image();   contactenosoff.src    = "img/d_rightbar_boton_contactenos_spa.gif";
		catalogooff = new Image();      catalogooff.src       = "img/d_rightbar_boton_catalogo_spa.gif";
		planillasoff = new Image();     planillasoff.src      = "img/d_rightbar_boton_planillas_spa.gif";
		certificadosoff = new Image();  certificadosoff.src   = "img/d_rightbar_boton_certificados_spa.gif";
		ubicacionoff = new Image();     ubicacionoff.src      = "img/d_rightbar_boton_ubicacion_spa.gif";

	}

function imgOn(imgName) 
  {
    if (document[imgName]) 
      {
        document.images[imgName].src = eval(imgName + "on.src");
      }
  }
	
function imgOff(imgName) 
  {
    if (document[imgName]) 
      {
        document.images[imgName].src = eval(imgName + "off.src");
      }
  }

function print_botonera_secciones_companias_spa ()
{

	document.write("<TABLE WIDTH='127' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_header.gif'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_boton2_header.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD HEIGHT='22'>");
	document.write("			<IMG SRC='img/d_leftbar_boton2_titulo.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");

	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_agrexpo_spa.html' ONMOUSEOVER=\"imgOn('agrexpo'); window.status='Agrexpo'; return true;\" ONMOUSEOUT=\"imgOff('agrexpo'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_agrexpo.gif' NAME='agrexpo' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_alisana_spa.html' ONMOUSEOVER=\"imgOn('alisana'); window.status='Alisana'; return true;\" ONMOUSEOUT=imgOff('alisana'); window.status=''; return true;><IMG SRC='img/d_leftbar_boton2_alisana.gif' NAME='alisana' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_ambali_spa.html' ONMOUSEOVER=\"imgOn('ambali'); window.status='Ambali'; return true;\" ONMOUSEOUT=\"imgOff('ambali'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_ambali.gif' NAME='ambali' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");

	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_argentia_spa.html' ONMOUSEOVER=\"imgOn('argentia'); window.status='Bodegas Argentia'; return true;\" ONMOUSEOUT=\"imgOff('argentia'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_argentia.gif' NAME='argentia' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");

	document.write("	<TR>");
	document.write("		<TD HEIGHT='35'>");
	document.write("			<A HREF='h_companias_chilecito_spa.html' ONMOUSEOVER=\"imgOn('chilecito'); window.status='Compañía Olivarera de Chilecito S.A.'; return true;\" ONMOUSEOUT=\"imgOff('chilecito'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_chilecito.gif' NAME='chilecito' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_ilgiardino_spa.html' ONMOUSEOVER=\"imgOn('ilgiardino'); window.status='Helados Il Giardino'; return true;\" ONMOUSEOUT=\"imgOff('ilgiardino'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_ilgiardino.gif' NAME='ilgiardino' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_lacapilla_spa.html' ONMOUSEOVER=\"imgOn('lacapilla'); window.status='Quesos La Capilla'; return true;\" ONMOUSEOUT=\"imgOff('lacapilla'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_lacapilla.gif' NAME='lacapilla' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");

	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_salamandra_spa.html' ONMOUSEOVER=\"imgOn('salamandra'); window.status='La Salamandra'; return true;\" ONMOUSEOUT=\"imgOff('salamandra'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_salamandra.gif' NAME='salamandra' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='http://www.lacteosartesanales.com.ar' TARGET='_blank' ONMOUSEOVER=\"imgOn('lacteos'); window.status='Lácteos Artesanales'; return true;\" ONMOUSEOUT=\"imgOff('lacteos'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_lacteos.gif' NAME='lacteos' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");

	document.write("	<TR>");
	document.write("		<TD HEIGHT='20'>");
	document.write("			<A HREF='h_companias_maxim_spa.html' ONMOUSEOVER=\"imgOn('maxim'); window.status='Maxim'; return true;\" ONMOUSEOUT=\"imgOff('maxim'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton2_maxim.gif' NAME='maxim' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_boton2_tail.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("</TABLE>");
}

function print_botonera_secciones_sobrenosotros_spa ()
{

	document.write("<TABLE WIDTH='127' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_header.gif'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_boton2_header.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD HEIGHT='22'>");
	document.write("			<IMG SRC='img/d_leftbar_boton_titulo_sobrenosotros.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");

	document.write("		<TD HEIGHT='35'>");
	document.write("			<A HREF='h_sobrenosotros_muchomas_spa.html' ONMOUSEOVER=\"imgOn('muchomas'); window.status='Mucho más que una compañía'; return true;\" ONMOUSEOUT=\"imgOff('muchomas'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton_muchomas_spa.gif' NAME='muchomas' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("		<TD HEIGHT='35'>");
	document.write("			<A HREF='h_sobrenosotros_ventaja_spa.html' ONMOUSEOVER=\"imgOn('ventaja'); window.status='Una ventaja: operar con nosotros'; return true;\" ONMOUSEOUT=\"imgOff('ventaja'); window.status=''; return true;\"><IMG SRC='img/d_leftbar_boton_ventaja_spa.gif' NAME='ventaja' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
		
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_boton2_tail.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	
	document.write("</TABLE>");
}

function print_botonera_secciones_nosection ()
{
	document.write("<TABLE WIDTH='127' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_leftbar_header.gif'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("</TABLE>");
}

function print_botonera_subsecciones_companias_header_spa ()
{
	document.write("<TABLE WIDTH='124' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_rightbar_boton_header.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_rightbar_boton_subsecciones_spa.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
}

function print_botonera_subsecciones_companias_spa (seccion)
{
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<A HREF='#" + seccion + "' ONMOUSEOVER=\"imgOn('" + seccion + "'); window.status=''; return true;\" ONMOUSEOUT=\"imgOff('" + seccion + "'); window.status=''; return true;\"><IMG SRC='img/d_rightbar_boton_" + seccion + "_spa.gif' NAME='" + seccion + "' BORDER='0'></A><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
}

function print_botonera_subsecciones_companias_tail_spa ()
{
	document.write("	<TR>");
	document.write("			<TD>");
	document.write("				<IMG SRC='img/d_rightbar_boton_tail.gif' BORDER='0'><BR>");
	document.write("			</TD>");
	document.write("		</TR>");
	document.write("	</TABLE>");
}

function print_botonera_subsecciones_nosection ()
{
	document.write("<TABLE WIDTH='124' CELLPADDING='0' CELLSPACING='0'>");
	document.write("	<TR>");
	document.write("		<TD>");
	document.write("			<IMG SRC='img/d_rightbar_nosection.gif' BORDER='0'><BR>");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");
}
