// JavaScript Document

//-------------------------------------------------------------------------------------------------
// Variables comunes al Sitio

var title="Dugopa";

//-------------------------------------------------------------------------------------------------
//Acciones del raton contra las imagenes
var n,x;
var img1aux;
var img2aux;

function ejecuta_over(nombre,img1,img2)
{
	n=nombre;
	img1aux=img1;
	img2aux=img2;
	if (document.images[nombre].src.indexOf('img1aux')<0)
		document.images[nombre].src=img2;
		window.status=document.images[nombre].src;
   }

function ejecuta_out(nombre,img1,img2)
{
	n=nombre;
	img1aux=img1;
	img2aux=img2;
	if (document.images[nombre].src.indexOf('img2aux')<0)
		document.images[nombre].src=img1;
		window.status=document.images[nombre].src;
}
  
function ejecuta_click(nombre,img)
{
	document.images[nombre].src=img;
	window.status=document.images[nombre].src;
}
//-------------------------------------------------------------------------------------------------

function cabecera(profundidad)
{
document.write('<table width="100%" border="0">');
document.write('          <tr>');
document.write('            <td width="65" align="center"><a href="'+profundidad+'default.htm"><img src="'+profundidad+'front/img/inicio.gif" alt="Inicio" name="inicio" hspace="2"  border="0" onMouseOver=ejecuta_over("inicio","'+profundidad+'front/img/inicio.gif","'+profundidad+'front/img/inicio_roll.gif"); onMouseOut=ejecuta_out("inicio","'+profundidad+'front/img/inicio.gif","'+profundidad+'front/img/inicio_roll.gif"); ></a></td>');
document.write('            <td width="104" align="center"><a href="'+profundidad+'front/pg/laempresa/empresa.htm"><img src="'+profundidad+'front/img/laempresa.gif" alt="La Empresa"  name="laempresa" hspace="2"  border="0" onMouseOver=ejecuta_over("laempresa","'+profundidad+'front/img/laempresa.gif","'+profundidad+'front/img/laempresa_roll.gif"); onMouseOut=ejecuta_out("laempresa","'+profundidad+'front/img/laempresa.gif","'+profundidad+'front/img/laempresa_roll.gif"); ></a></td>');
document.write('            <td width="176" align="center"><a href="'+profundidad+'front/pg/informacion/informacion.htm"><img src="'+profundidad+'front/img/solicitudinf.gif" alt="Solicitud informaci&oacute;n"  name="solicitud" hspace="2" border="0" onMouseOver=ejecuta_over("solicitud","'+profundidad+'front/img/solicitudinf.gif","'+profundidad+'front/img/solicitudinf_roll.gif"); onMouseOut=ejecuta_out("solicitud","'+profundidad+'front/img/solicitudinf.gif","'+profundidad+'front/img/solicitudinf_roll.gif"); ></a></td>');
document.write('            <td width="98" align="center"><a href="'+profundidad+'front/pg/contactar/contactar.htm"><img src="'+profundidad+'front/img/contactar.gif" alt="Contactar" width="90" height="15"  name="contactar" border="0" onMouseOver=ejecuta_over("contactar","'+profundidad+'front/img/contactar.gif","'+profundidad+'front/img/contactar_roll.gif"); onMouseOut=ejecuta_out("contactar","'+profundidad+'front/img/contactar.gif","'+profundidad+'front/img/contactar_roll.gif"); ></a></td>');
document.write('            <td width="155" align="center">&nbsp;</td>');
document.write('          </tr>');
document.write('</table>');

}

//-------------------------------------------------------------------------------------------------
function menu_ppal(profundidad,activado)
{
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('                <tr>');
document.write('                  <td align="center"><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="20"></td>');
document.write('                </tr>');
document.write('                <tr>');
document.write('                  <td align="center"><img src="'+profundidad+'front/img/lineas.gif" border="0"></td>');
document.write('                </tr>');
document.write('                <tr>');
switch (activado){
case "1": 
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/fotografia/default.aspx"><img src="'+profundidad+'front/img/menufoto_roll.jpg" alt="Fotograf&iacute;a" name="fotografia" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/artesgraficas/default.aspx"><img src="'+profundidad+'front/img/menuartesg.jpg" alt="Artes Gr&aacute;ficas" name="artesgraficas" border="0" onMouseOver=ejecuta_over("artesgraficas","'+profundidad+'front/img/menuartesg.jpg","'+profundidad+'front/img/menuartesg_roll.jpg"); onMouseOut=ejecuta_out("artesgraficas","'+profundidad+'front/img/menuartesg.jpg","'+profundidad+'front/img/menuartesg_roll.jpg"); ></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/industrial/default.aspx"><img src="'+profundidad+'front/img/menuindus.jpg" alt="Industrial: Fundici&oacute;n y Energ&iacute;a Solar" name="industrial" border="0" onMouseOver=ejecuta_over("industrial","'+profundidad+'front/img/menuindus.jpg","'+profundidad+'front/img/menuindus_roll.jpg"); onMouseOut=ejecuta_out("industrial","'+profundidad+'front/img/menuindus.jpg","'+profundidad+'front/img/menuindus_roll.jpg"); ></a></td>');
	document.write('                </tr>');
break;
case "2": 
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/fotografia/default.aspx"><img src="'+profundidad+'front/img/menufoto.jpg" alt="Fotograf&iacute;a" name="fotografia" border="0" onMouseOver=ejecuta_over("fotografia","'+profundidad+'front/img/menufoto.jpg","'+profundidad+'front/img/menufoto_roll.jpg"); onMouseOut=ejecuta_out("fotografia","'+profundidad+'front/img/menufoto.jpg","'+profundidad+'front/img/menufoto_roll.jpg"); ></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/artesgraficas/default.aspx"><img src="'+profundidad+'front/img/menuartesg_roll.jpg" alt="Artes Gr&aacute;ficas" name="artesgraficas" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/industrial/default.aspx"><img src="'+profundidad+'front/img/menuindus.jpg" alt="Industrial: Fundici&oacute;n y Energ&iacute;a Solar" name="industrial" border="0" onMouseOver=ejecuta_over("industrial","'+profundidad+'front/img/menuindus.jpg","'+profundidad+'front/img/menuindus_roll.jpg"); onMouseOut=ejecuta_out("industrial","'+profundidad+'front/img/menuindus.jpg","'+profundidad+'front/img/menuindus_roll.jpg"); ></a></td>');
	document.write('                </tr>');
break;
case "3": 
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/fotografia/default.aspx"><img src="'+profundidad+'front/img/menufoto.jpg" alt="Fotograf&iacute;a" name="fotografia" border="0" onMouseOver=ejecuta_over("fotografia","'+profundidad+'front/img/menufoto.jpg","'+profundidad+'front/img/menufoto_roll.jpg"); onMouseOut=ejecuta_out("fotografia","'+profundidad+'front/img/menufoto.jpg","'+profundidad+'front/img/menufoto_roll.jpg"); ></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/artesgraficas/default.aspx"><img src="'+profundidad+'front/img/menuartesg.jpg" alt="Artes Gr&aacute;ficas" name="artesgraficas" border="0" onMouseOver=ejecuta_over("artesgraficas","'+profundidad+'front/img/menuartesg.jpg","'+profundidad+'front/img/menuartesg_roll.jpg"); onMouseOut=ejecuta_out("artesgraficas","'+profundidad+'front/img/menuartesg.jpg","'+profundidad+'front/img/menuartesg_roll.jpg"); ></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/industrial/default.aspx"><img src="'+profundidad+'front/img/menuindus_roll.jpg" alt="Industrial: Fundici&oacute;n y Energ&iacute;a Solar" name="industrial" border="0" ></a></td>');
	document.write('                </tr>');
break;

default : 
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/fotografia/default.aspx"><img src="'+profundidad+'front/img/menufoto.jpg" alt="Fotograf&iacute;a" name="fotografia" border="0" onMouseOver=ejecuta_over("fotografia","'+profundidad+'front/img/menufoto.jpg","'+profundidad+'front/img/menufoto_roll.jpg"); onMouseOut=ejecuta_out("fotografia","'+profundidad+'front/img/menufoto.jpg","'+profundidad+'front/img/menufoto_roll.jpg"); ></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/artesgraficas/default.aspx"><img src="'+profundidad+'front/img/menuartesg.jpg" alt="Artes Gr&aacute;ficas" name="artesgraficas" border="0" onMouseOver=ejecuta_over("artesgraficas","'+profundidad+'front/img/menuartesg.jpg","'+profundidad+'front/img/menuartesg_roll.jpg"); onMouseOut=ejecuta_out("artesgraficas","'+profundidad+'front/img/menuartesg.jpg","'+profundidad+'front/img/menuartesg_roll.jpg"); ></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td align="center"><a href="'+profundidad+'front/pg/industrial/default.aspx"><img src="'+profundidad+'front/img/menuindus.jpg" alt="Industrial: Fundici&oacute;n y Energ&iacute;a Solar" name="industrial" border="0" onMouseOver=ejecuta_over("industrial","'+profundidad+'front/img/menuindus.jpg","'+profundidad+'front/img/menuindus_roll.jpg"); onMouseOut=ejecuta_out("industrial","'+profundidad+'front/img/menuindus.jpg","'+profundidad+'front/img/menuindus_roll.jpg"); ></a></td>');
	document.write('                </tr>');
}
document.write('</table>');
}


//-------------------------------------------------------------------------------------------------
//Comercio
function menu_fotografia(profundidad,activado)
{
document.write('<table width="75%" border="0">');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkFotografiaNegrita"><img src="'+profundidad+'front/img/foto_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/fotografia/comercio/default.aspx" class="LinkFotografiaNegrita">Destacado</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkFotografiaNegrita"><img src="'+profundidad+'front/img/foto_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/fotografia/comercio/catalogo/default.aspx?tipo=1" class="LinkFotografiaNegrita">Novedades</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkFotografiaNegrita"><img src="'+profundidad+'front/img/foto_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/fotografia/comercio/catalogo/default.aspx?tipo=2" class="LinkFotografiaNegrita">Ofertas</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkFotografiaNegrita"><img src="'+profundidad+'front/img/foto_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/fotografia/comercio/catalogo/default.aspx" class="LinkFotografiaNegrita">Cat&aacute;logo</a></td>');
document.write('                    </tr>');
document.write('</table>');
}

function menu_artesgraficas(profundidad,activado)
{
document.write('<table width="75%" border="0">');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkArtesGraficasNegrita"><img src="'+profundidad+'front/img/artesg_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/artesgraficas/comercio/default.aspx" class="LinkArtesGraficasNegrita">Destacado</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkArtesGraficasNegrita"><img src="'+profundidad+'front/img/artesg_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/artesgraficas/comercio/catalogo/default.aspx?tipo=1" class="LinkArtesGraficasNegrita">Novedades</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkArtesGraficasNegrita"><img src="'+profundidad+'front/img/artesg_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/artesgraficas/comercio/catalogo/default.aspx?tipo=2" class="LinkArtesGraficasNegrita">Ofertas</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkArtesGraficasNegrita"><img src="'+profundidad+'front/img/artesg_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/artesgraficas/comercio/catalogo/default.aspx" class="LinkArtesGraficasNegrita">Cat&aacute;logo</a></td>');
document.write('                    </tr>');
document.write('</table>');
}

function menu_industrial(profundidad,activado)
{
document.write('<table width="75%" border="0">');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkIndustrialNegrita"><img src="'+profundidad+'front/img/ind_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/industrial/comercio/default.aspx" class="LinkIndustrialNegrita">Destacado</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkIndustrialNegrita"><img src="'+profundidad+'front/img/ind_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/industrial/comercio/catalogo/default.aspx?tipo=1" class="LinkIndustrialNegrita">Novedades</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkIndustrialNegrita"><img src="'+profundidad+'front/img/ind_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/industrial/comercio/catalogo/default.aspx?tipo=2" class="LinkIndustrialNegrita">Ofertas</a></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td align="right"><a href="default.htm" class="LinkIndustrialNegrita"><img src="'+profundidad+'front/img/ind_fcha_dcha_g_fcolor.gif" width="15" height="15" hspace="2" border="0"></a></td>');
document.write('                      <td><a href="'+profundidad+'front/pg/industrial/comercio/catalogo/default.aspx" class="LinkIndustrialNegrita">Cat&aacute;logo</a></td>');
document.write('                    </tr>');
document.write('</table>');
}