iempresa_of = new Image(128,128); iempresa_of.src = "/iconos/bt-i-empresa-of.gif"; iempresa_on = new Image(128,128); iempresa_on.src = "/iconos/bt-i-empresa-on.gif"; iferia_of = new Image(128,128); iferia_of.src = "/iconos/bt-i-feria-of.gif"; iferia_on = new Image(128,128); iferia_on.src = "/iconos/bt-i-feria-on.gif"; icontactar_of = new Image(128,128); icontactar_of.src = "/iconos/bt-i-contactar-of.gif"; icontactar_on = new Image(128,128); icontactar_on.src = "/iconos/bt-i-contactar-on.gif"; iproduc_of = new Image(128,128); iproduc_of.src = "/iconos/bt-i-producto-of.gif"; iproduc_on = new Image(128,128); iproduc_on.src = "/iconos/bt-i-producto-on.gif"; iprensa_of = new Image(128,128); iprensa_of.src = "/iconos/bt-i-prensa-of.gif"; iprensa_on = new Image(128,128); iprensa_on.src = "/iconos/bt-i-prensa-on.gif"; ihome_of = new Image(128,128); ihome_of.src = "/iconos/bt-i-home-of.gif"; ihome_on = new Image(128,128); ihome_on.src = "/iconos/bt-i-home-on.gif"; empresa_of = new Image(128,128); empresa_of.src = "/iconos/bt-empresa-of.gif"; empresa_on = new Image(128,128); empresa_on.src = "/iconos/bt-empresa-on.gif"; feria_of = new Image(128,128); feria_of.src = "/iconos/bt-feria-of.gif"; feria_on = new Image(128,128); feria_on.src = "/iconos/bt-feria-on.gif"; patro_of = new Image(128,128); patro_of.src = "/iconos/bt-patrocinio-of.gif"; patro_on = new Image(128,128); patro_on.src = "/iconos/bt-patrocinio-on.gif"; produc_of = new Image(128,128); produc_of.src = "/iconos/bt-producto-of.gif"; produc_on = new Image(128,128); produc_on.src = "/iconos/bt-producto-on.gif"; contactar_of = new Image(128,128); contactar_of.src = "/iconos/bt-contactar-of.gif"; contactar_on = new Image(128,128); contactar_on.src = "/iconos/bt-contactar-on.gif"; home_of = new Image(128,128); home_of.src = "/iconos/bt-home-of.gif"; home_on = new Image(128,128); home_on.src = "/iconos/bt-home-on.gif"; function img_on(imgName) { x = eval(imgName + "_on.src"); document[imgName].src = x; } function img_of(imgName) { x = eval(imgName + "_of.src"); document[imgName].src = x; } // Scroll de las familias...... function verifyCompatibleBrowser(){ this.ver=navigator.appVersion; this.dom=document.getElementById?1:0; this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; this.ie4=(document.all && !this.dom)?1:0; this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0; this.ns4=(document.layers && !this.dom)?1:0; this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) return this } bw=new verifyCompatibleBrowser(); var speed=50; var loop, timer; function ConstructObject(obj,nest){ nest=(!nest) ? '':'document.'+nest+'.'; this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0; this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0; this.scrollHeight=bw.ns4?this.css.document.height+2500:this.el.offsetHeight+2500 this.clipHeight=bw.ns4?this.css.clip.height:this.el.offsetHeight this.up=MoveAreaUp;this.down=MoveAreaDown; this.MoveArea=MoveArea; this.x; this.y; this.obj = obj + "Object" eval(this.obj + "=this"); return this } function MoveArea(x,y){ this.x=x; this.y=y; this.css.left=this.x this.css.top=this.y } function MoveAreaDown(move){ if(this.x>-this.scrollHeight+objContainer.clipHeight){ this.MoveArea(this.x-move,0) if(loop) setTimeout(this.obj+".down("+move+")",speed) } } function MoveAreaUp(move){ if(this.x<0){ this.MoveArea(this.x-move,0) if(loop) setTimeout(this.obj+".up("+move+")",speed) } } function PerformScroll(speed){ if(initialised){ loop=true; if(speed>0) objScroller.down(speed) else objScroller.up(speed) } } function CeaseScroll(){ loop=false if(timer) clearTimeout(timer) } var initialised; function InitialiseScrollableArea(){ objContainer=new ConstructObject('divContainer') objScroller=new ConstructObject('divContent','divContainer') objScroller.MoveArea(0,0) objContainer.css.visibility='visible' initialised=true; } // Scroll de la barra de estatus .... message=new Array(); speed1=new Array(); speed2=new Array(); pause1=new Array(); pause2=new Array(); a=0; z=0; e=0; i=1; function ajouter(msg,spd1,spd2,pse1,pse2) { e++; a++; message[e]=msg; speed1[e]=spd1; speed2[e]=spd2; pause1[e]=pse1; pause2[e]=pse2; deb=message[i].length; taille=deb; } function avant() { window.status=message[i].substring(deb,taille); if (deb>0) setTimeout ("avant()",speed1[i]); if (deb<=0) setTimeout ("arriere()",pause1[i]);deb--; } function arriere(){ window.status=message[i].substring(deb,taille); if (deba) i=1; deb=message[i].length; taille=deb; setTimeout ("avant()",pause2[i]); }; deb++; }; ajouter("TEXTILIN -- Tejidos Técnicos para calzado y marroquinería ",80,20,500,100); ajouter("El placer del Tejido ",80,20,500,100); ajouter("El placer de la Moda ",80,20,500,100); ajouter("Fabrics for footwear and leather goods",80,20,500,100); ajouter(" ",80,20,500,100); avant();