//function cenefa(ruta){
//var cenefa = "<table width='955' height='145' border='0' cellpadding='0' cellspacing='0' background=\'"+ ruta + "../imagenes/cenefa2.gif'>";
//cenefa = cenefa + "   <tr> ";
//cenefa = cenefa + "     <td width='759'>&nbsp;</td>";
//cenefa = cenefa + "     <td colspan='2'>&nbsp;</td>";
//cenefa = cenefa + "   </tr>";
//cenefa = cenefa + "   <tr> ";
//cenefa = cenefa + "     <td>&nbsp;</td>";
//cenefa = cenefa + "     <td width='128' align='center' class='gris11'><a href=\'"+ ruta + "../index.htm\' class='LinkMenu'>Home</a> ";
//cenefa = cenefa + "       - <a href='#' class='LinkMenu'>Contacto</a> -<a href='#' class='LinkMenu'> Mapa</a></td>";
//cenefa = cenefa + "     <td width='68'><img src=\'"+ ruta + "../imagenes/colun_logo.gif' width='54' height='25'></td>";
//cenefa = cenefa + "   </tr>";
//cenefa = cenefa + " </table>";


function cenefa(ruta){
var cenefa = "<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
cenefa = cenefa + "<tr> ";
cenefa = cenefa + "<td width='365'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='365' height='145'>";
cenefa = cenefa + "<param name='movie' value='"+ ruta + "../imagenes/swf/leche.swf\'>";
cenefa = cenefa + "<param name='quality' value='high'>";
cenefa = cenefa + "<embed src='"+ ruta + "../imagenes/swf/leche.swf\' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='365' height='145'></embed></object></td>";
cenefa = cenefa + "<td width='590' background='"+ ruta + "../imagenes/cenefa_der.gif\'><table width='590' height='140' border='0' cellpadding='0' cellspacing='0'>";
cenefa = cenefa + "<tr> ";
cenefa = cenefa + "<td width='393' height='27'>&nbsp;</td>";
cenefa = cenefa + "<td width='130'>&nbsp;</td>";
cenefa = cenefa + "<td width='67'>&nbsp;</td>";
cenefa = cenefa + "</tr>";
cenefa = cenefa + "<tr>";
cenefa = cenefa + "<td height='66'>&nbsp;</td>";
cenefa = cenefa + "<td>&nbsp;</td>";
cenefa = cenefa + "<td valign='top'>&nbsp;</td>";
cenefa = cenefa + "</tr>";
cenefa = cenefa + "<tr> ";
cenefa = cenefa + "<td>&nbsp;</td>";
cenefa = cenefa + "<td valign='top'><a href='"+ ruta + "../index.htm' class='LinkMenu'>Home</a> - ";
cenefa = cenefa + "<a href='"+ ruta + "../form_contacto.htm\' class='LinkMenu'>Contacto</a> -<a href='"+ ruta + "../mapa_sitio.htm\' class='LinkMenu'> ";
cenefa = cenefa + "Mapa</a></td>";
cenefa = cenefa + "<td valign='top'><img src='"+ ruta + "../imagenes/colun_logo.gif\' width='54' height='25'></td>";
cenefa = cenefa + "</tr>";
cenefa = cenefa + "</table></td>";
cenefa = cenefa + "<td width='100%' background='"+ ruta + "../imagenes/a_02.jpg\'>&nbsp;</td>";
cenefa = cenefa + "</tr>";
cenefa = cenefa + "</table>";
return cenefa
}


function pie(ruta){
var pie = "<table width='955' border='0' cellspacing='0' cellpadding='0'>";
pie = pie + "<tr>";
pie = pie + "<td class='pie'><div align='center'>Cooperativa Agrícola y Lechera de La Unión Ltda. / Esmeralda 641 – La Unión / Fono: (64) 473100 – Fax: (64) 473160 /Chile. ";
pie = pie + "</tr>";
pie = pie + "</table>";
return pie
}

function vsh(ruta){
var vsh = "<table width='160' height='30' border='0' cellspacing='0' cellpadding='0'>";
vsh = vsh + " <tr>";
vsh = vsh + " <td><a href='javascript:history.back();' class='LinkPeq'>Volver</a> - <a href='#inicio' class='LinkPeq'>Subir"; 
vsh = vsh + " </a>- <a href='/index.htm' class='LinkPeq'>Home</a></td>";
vsh = vsh + " </tr>";
vsh = vsh + " </table>";
return vsh  
}

function incrip(ruta){
var incrip = "<table width='217' border='0' cellspacing='0' cellpadding='0'>";
incrip = incrip + "<tr>";
incrip = incrip + "<td><a href='contacto/form_contacto.htm'><img src='"+ ruta + "../imagenes/inscrip3.gif\' width='217' height='227' border='0' ></td>";
incrip = incrip + "</tr>";
incrip = incrip + "</table>";
return incrip 
}

