2009-08-27 17:17:45 +00:00
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
|
|
|
<meta http-equiv="imagetoolbar" content="no">
|
|
|
|
|
|
|
|
|
|
|
|
<title>Estudio de dise<73>o y decoraci<63>n Miguelo.</title>
|
2009-09-10 14:09:54 +00:00
|
|
|
|
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
2009-08-27 17:17:45 +00:00
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
|
|
nereidFadeObjects = new Object();
|
|
|
|
|
|
nereidFadeTimers = new Object();
|
|
|
|
|
|
|
|
|
|
|
|
/* object - image to be faded (actual object, not name);
|
|
|
|
|
|
* destop - destination transparency level (ie 80, for mostly solid)
|
|
|
|
|
|
* rate - time in milliseconds between trasparency changes (best under 100)
|
|
|
|
|
|
* delta - amount of change each time (ie 5, for 5% change in transparency)
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
function nereidFade(object, destOp, rate, delta){
|
|
|
|
|
|
if (!document.all)
|
|
|
|
|
|
return
|
|
|
|
|
|
if (object != "[object]"){ //do this so I can take a string too
|
|
|
|
|
|
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
|
|
|
|
|
|
return;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
clearTimeout(nereidFadeTimers[object.sourceIndex]);
|
|
|
|
|
|
|
|
|
|
|
|
diff = destOp-object.filters.alpha.opacity;
|
|
|
|
|
|
direction = 1;
|
|
|
|
|
|
if (object.filters.alpha.opacity > destOp){
|
|
|
|
|
|
direction = -1;
|
|
|
|
|
|
}
|
|
|
|
|
|
delta=Math.min(direction*diff,delta);
|
|
|
|
|
|
object.filters.alpha.opacity+=direction*delta;
|
|
|
|
|
|
|
|
|
|
|
|
if (object.filters.alpha.opacity != destOp){
|
|
|
|
|
|
nereidFadeObjects[object.sourceIndex]=object;
|
|
|
|
|
|
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
<!--
|
|
|
|
|
|
.Estilo2 {color: #CCCCCC}
|
|
|
|
|
|
-->
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body scroll="no">
|
|
|
|
|
|
<div id="documento">
|
|
|
|
|
|
<div id="menu1">
|
|
|
|
|
|
<a href="default.htm"><<< Inicio</a>
|
2009-09-10 14:09:54 +00:00
|
|
|
|
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
|
|
|
|
|
<p><img src="images/punto.jpg"/> <a href="productos.html">Productos</a></p>
|
|
|
|
|
|
<p><img src="images/punto.jpg"/> <a href="promociones.html">Promociones</a></p>
|
|
|
|
|
|
<p><img src="images/punto.jpg"/> <a href="trabajos.html">Nuestros trabajos</a></p>
|
|
|
|
|
|
<p><img src="images/punto.jpg"/> <a href="contacto.html">Contacta con<br/> nosotros</a></p>
|
2009-08-27 17:17:45 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="cuerpo">
|
|
|
|
|
|
<p> </p>
|
|
|
|
|
|
<p>
|
2009-09-10 14:09:54 +00:00
|
|
|
|
<a href="cocinas.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo1.jpg" border=0 /></a>
|
|
|
|
|
|
<a href="armarios.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo2.jpg" border=0 /></a>
|
|
|
|
|
|
<a href="techos.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo3.jpg" border=0 /></a>
|
|
|
|
|
|
<a href="mesas.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo4.jpg" border=0 /></a>
|
|
|
|
|
|
<a href="electrodomesticos.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo7.jpg" border=0 /></a>
|
|
|
|
|
|
<a href="reformas.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo6.jpg" border=0 /></a>
|
|
|
|
|
|
<a href="jardin.html"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo5.jpg" border=0 /></a>
|
2009-08-27 17:17:45 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
|
|
|
</script>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
try {
|
|
|
|
|
|
var pageTracker = _gat._getTracker("UA-297093-12");
|
|
|
|
|
|
pageTracker._trackPageview();
|
|
|
|
|
|
} catch(err) {}</script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|