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 >
2010-05-30 18:12:54 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" / >
< meta name = "title" content = "Estudio Miguelo en Rivas, Madrid - Muebles de cocina y baño, armarios, vestidores, techos de aluminio y jardín" / >
< meta name = "Keywords" content = "cocinas, muebles de cocina, catalogo de cocinas, baño, reformar baño, armarios, frente de armario, vestidor, vestidores, techos de aluminio, jardín, accesorios jardín, hogar, decoracion, fotos cocinas, mobiliario, mobiliario cocinas, encimeras, interiorismo, amueblar, reformar cocina" / >
< meta name = "Description" content = "Muebles de cocina y baño, armarios, vestidores, techos de aluminio y jardín. Interiorismo y decoración." / >
< meta http-equiv = 'Content-Language' content = 'ES' / >
< title > Estudio Miguelo - dise<73> o y decoraci<63> n en Rivas, Madrid< / title >
< link href = "estilos.css" rel = "stylesheet" type = "text/css" / >
2009-09-10 14:32:53 +00:00
< script type = "text/javascript" >
2010-05-30 18:12:54 +00:00
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);
}
}
2009-08-27 17:17:45 +00:00
< / script >
< / head >
2009-09-10 14:32:53 +00:00
< body >
2009-08-27 17:17:45 +00:00
< div id = "documento" >
2010-05-30 18:12:54 +00:00
< div id = "menu1" > < a href = "default.htm" > < < < Inicio< / a >
< 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 >
< / div >
< div id = "cuerpo" >
< p > < / p >
< p >
< 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 = "mobiliario-banos.html" > < img style = "filter:alpha(opacity=70)" onmouseover = "nereidFade(this,100,30,5)" onmouseout = "nereidFade(this,70,50,5)" src = "images/MenuBanos.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-aluminio.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-sillas.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 > < / p >
< / div >
2009-08-27 17:17:45 +00:00
< / 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" >
2010-05-30 18:12:54 +00:00
2009-08-27 17:17:45 +00:00
try {
var pageTracker = _gat._getTracker("UA-297093-12");
pageTracker._trackPageview();
} catch(err) {}< / script >
< / body >
< / html >