function fondosweb() {
	if ( document.getElementById ) {
		if ( document.getElementById("mailines") ) {
			document.getElementById("mailines").innerHTML = "ines.gibaja@atapear.com";
			document.getElementById("mailines").setAttribute("href", "mailto:ines.gibaja@atapear.com");
			document.getElementById("mailvalen").innerHTML = "valentin.moreira@atapear.com";
			document.getElementById("mailvalen").setAttribute("href", "mailto:valentin.moreira@atapear.com");
		}
	}
	else { 
		if ( document.all ) {
			if ( document.all("mailines") ) {
				document.all("mailines").href = "mailto:ines.gibaja@atapear.com";
				document.all("mailines").innerHTML = "ines.gibaja@atapear.com";
				document.all("mailvalen").href = "mailto:valentin.moreira@atapear.com";
				document.all("mailvalen").innerHTML = "valentin.moreira@atapear.com";
			}
			if(document.forms.length == 0) {/*No Hay*/
				document.onselectstart = new Function ('return false');
				document.all("principal").onselectstart = new Function ( 'return false' );
			}
			document.all("print").style.filter = "FILTER: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=0,finishOpacity=100,startX=0,finishX=1,startY=0,finishY=25 );";
		}
	}	
	if (document.body) ancho = document.body.clientWidth;
	if ( ancho >= 998 ) {
		document.getElementById("cuerpo").style.backgroundImage = 'url(../xx/plantilla/cue-lateral.jpg)';
		document.getElementById("aural").style.backgroundImage = 'url(../xx/plantilla/copy-fondo-cerveza2.png)';
	}
}
window.onload = new Function (' fondosweb( ); ');

