function icono(){
da_image = new Image();
da_image.src="favicon.ico";
}

function limpiaTexto(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 


function unblur() {
this.blur();
}

function quitarMarco() {
if (!document.getElementById) return;
theLinks = document.getElementsByTagName("a");
for(i=0; i<theLinks.length; i++) {
theLinks[i].onfocus = unblur;
}
}

function ir(){
	window.open(document.exposicion.escexpo.value,'_self');
}



// ----------------------------------------------
// Funciones de validación: Bobby para Bobby Watchfire ORG
// Bobby para Bobby Watchfire ORG (section 508)
// AAA para Bobby Watchfire ORG (Triple AAA)
// creado por Direction Octubre 2004
// ----------------------------------------------



function bobby_index(){
this.location.href="http://bobby.watchfire.com/bobby/bobbyServlet?URL=http%3A%2F%2Fwww.casadecor.es%2F&output=Submit&gl=wcag1-aaa&test=";}

function aaa_index(){
this.location.href="http://bobby.watchfire.com/bobby/bobbyServlet?URL=http%3A%2F%2Fwww.casadecor.es&output=Submit&gl=wcag1-aaa&test=";}






  

