function amp(){
	var kulenge = document.body.getElementsByTagName('*');
	var lista = [] ;
	for (i=0; i<kulenge.length; i++) {
		var o = kulenge[i];
		if (o.id);
		lista.push(o.id)
		document.write(lista + "</br>");
	}
}


function ampi(){
		var kulenge = document.body.getElementsByTagName('*');
		var lista1 = [] ;
		for (i=0; i<kulenge.length; i++) {
			var o = kulenge[i];
			if (o.id);
			lista1.push(o.id)
			var titulo = lista1[i].title ;
			document.write(i + '......' + lista1 + '</br>');			
	}
}


function idioma(value){
	if (value !=""){location.href=value;}
	}


function vistaprevia(add_url){
	window.open(add_url,'ventana01','toolbar=0,scrollbar=0,menubar=0,width=550,height=320,status=0,resizable=0,location=0,titlebar=0','');
}


function res() { 
window.alert("La resolución óptima para visualizar ésta página web es de: 1024 x 768. \n\nSu resolución actual es de:  " + screen.width + " x " + screen.height + ". \n \nSi no visualiza correctamente el contenido, pulse 'Ctrl' + '+' o pulse 'Ctrl' y mueva la ruedecita de scroll del ratón.");
window.alert("Debe tener Javascript activado para visualizar correctamente éste sitio web");
}


/*
MUESTRA FONDO EN MARCO -1-
*/

function f1() {
	var el = document.getElementById("marco1");
	if ( el.style.backgroundImage = 'none' ) {
		el.style.backgroundImage = 'url(img/transparente.png)'
		}
}


/*
MUESTRA FONDO EN MARCO -2-
*/

function f2() {
	var el = document.getElementById("marco2");
	if ( el.style.backgroundImage = 'none' ) {
		el.style.backgroundImage = 'url(img/transparente.png)'
		}
}


/*
QUITA FONDO EN MARCO -1-
*/

function q1() {
	var el = document.getElementById("marco1");
	if ( el.style.backgroundImage = 'url(img/transparente.png)' ) {
		el.style.backgroundImage = 'none'
		}
}


/*
QUITA FONDO EN MARCO -2-
*/

function q2() {
	var el = document.getElementById("marco2");
	if ( el.style.backgroundImage = 'url(img/transparente.png)' ) {
		el.style.backgroundImage = 'none'
		}
}


/*
TOMA ID's COMO PARÁMETRO, OCULTA TODAS Y MUESTRA LA DEFINIDA
*/
	//Este sirve para mostrar/ocultar las capas

function capas(id) {
var MAXIMA_ID = 100; // Puede ser mayor a las existentes, pero si es menor habrán elementos que no procese
var prefijoElemento = "capa_";
  var o, j, s;
  for (var i=0; i<MAXIMA_ID; i++) {
    o = document.getElementById(prefijoElemento + i);
    if (o) {
      s = "none";
      for (j=id.length - 1; j>=0; j--) {
        if (i==id[j]) s = "block";
      }
      o.style.display = s;
    }
  }
}
	//Este sirve para mostrar/ocultar los productos
function prods(id) {
var MAXIMA_ID = 1000; // Puede ser mayor a las existentes, pero si es menor habrán elementos que no procese
var prefijoElemento = "prod_";
  var o, j, s;
  for (var i=0; i<MAXIMA_ID; i++) {
    o = document.getElementById(prefijoElemento + i);
    if (o) {
      s = "none";
      for (j=id.length - 1; j>=0; j--) {
        if (i==id[j]) s = "block";
      }
      o.style.display = s;
    }
  }
}
	//Este sirve para mostrar/ocultar los menus
function menu(id) {
var MAXIMA_ID = 20; // Puede ser mayor a las existentes, pero si es menor habrán elementos que no procese
var prefijoElemento = "menu_";
  var o, j, s;
  for (var i=0; i<MAXIMA_ID; i++) {
    o = document.getElementById(prefijoElemento + i);
    if (o) {
      s = "none";
      for (j=id.length - 1; j>=0; j--) {
        if (i==id[j]) s = "block";
      }
      o.style.display = s;
    }
  }
}
	//Este sirve para mostrar/ocultar los menus
function notic(id) {
var MAXIMA_ID = 5; // Puede ser mayor a las existentes, pero si es menor habrán elementos que no procese
var prefijoElemento = "notic_";
  var o, j, s;
  for (var i=0; i<MAXIMA_ID; i++) {
    o = document.getElementById(prefijoElemento + i);
    if (o) {
      s = "none";
      for (j=id.length - 1; j>=0; j--) {
        if (i==id[j]) s = "block";
      }
      o.style.display = s;
    }
  }
}
//////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////
<!-- 
/*
 DHTML tip message version 1.2 copyright Essam Gamal 2003 (http://migoicons.tripod.com, migoicons@hotmail.com)
 All modifications are done in the style.js. Created on : 06/03/2003
 Script featured on SimplytheBest Scripts at http://simplythebest.net/scripts/)
*/ 

var ua = navigator.userAgent
var ps = navigator.productSub 
var dom = (document.getElementById)? 1:0
var ie4 = (document.all&&!dom)? 1:0
var ie5 = (document.all&&dom)? 1:0
var nn4 =(navigator.appName.toLowerCase() == "netscape" && parseInt(navigator.appVersion) == 4)
var nn6 = (dom&&!ie5)? 1:0
var sNav = (nn4||nn6||ie4||ie5)? 1:0
var cssFilters = ((ua.indexOf("MSIE 5.5")>=0||ua.indexOf("MSIE 6")>=0)&&ua.indexOf("Opera")<0)? 1:0
var Style=[],Text=[],Count=0,sbw=0,move=0,hs="",mx,my,scl,sct,ww,wh,obj,sl,st,ih,iw,vl,hl,sv,evlh,evlw,tbody
var HideTip = "eval(obj+sv+hl+';'+obj+sl+'=0;'+obj+st+'=-800')"
var doc_root = ((ie5&&ua.indexOf("Opera")<0||ie4)&&document.compatMode=="CSS1Compat")? "document.documentElement":"document.body"
var PX = (nn6)? "px" :"" 

if(sNav) {
	window.onresize = ReloadTip
	document.onmousemove = MoveTip
	if(nn4) document.captureEvents(Event.MOUSEMOVE) 
}	
if(nn4||nn6) {
	mx = "e.pageX"
	my = "e.pageY"
	scl = "window.pageXOffset"
	sct = "window.pageYOffset"	
	if(nn4) {
		obj = "document.TipLayer."
		sl = "left"
		st = "top"
		ih = "clip.height"
		iw = "clip.width"
		vl = "'show'"
		hl = "'hide'"
		sv = "visibility="
	}
	else obj = "document.getElementById('TipLayer')."
} 
if(ie4||ie5) {
	obj = "TipLayer."
	mx = "event.x"
	my = "event.y"
	scl = "eval(doc_root).scrollLeft"
	sct = "eval(doc_root).scrollTop"
	if(ie5) {
		mx = mx+"+"+scl 
		my = my+"+"+sct
	}
}
if(ie4||dom){
	sl = "style.left"
	st = "style.top"
	ih = "offsetHeight"
	iw = "offsetWidth"
	vl = "'visible'"
	hl = "'hidden'"
	sv = "style.visibility="
}
if(ie4||ie5||ps>=20020823) {
	ww = "eval(doc_root).clientWidth"
	wh = "eval(doc_root).clientHeight"
}	 
else { 
	ww = "window.innerWidth"
	wh = "window.innerHeight"
	evlh = eval(wh)
	evlw = eval(ww)
	sbw=15
}	

function applyCssFilter(){
	if(cssFilters&&FiltersEnabled) { 
		var dx = " progid:DXImageTransform.Microsoft."
		TipLayer.style.filter = "revealTrans()"+dx+"Fade(Overlap=1.00 enabled=0)"+dx+"Inset(enabled=0)"+dx+"Iris(irisstyle=PLUS,motion=in enabled=0)"+dx+"Iris(irisstyle=PLUS,motion=out enabled=0)"+dx+"Iris(irisstyle=DIAMOND,motion=in enabled=0)"+dx+"Iris(irisstyle=DIAMOND,motion=out enabled=0)"+dx+"Iris(irisstyle=CROSS,motion=in enabled=0)"+dx+"Iris(irisstyle=CROSS,motion=out enabled=0)"+dx+"Iris(irisstyle=STAR,motion=in enabled=0)"+dx+"Iris(irisstyle=STAR,motion=out enabled=0)"+dx+"RadialWipe(wipestyle=CLOCK enabled=0)"+dx+"RadialWipe(wipestyle=WEDGE enabled=0)"+dx+"RadialWipe(wipestyle=RADIAL enabled=0)"+dx+"Pixelate(MaxSquare=35,enabled=0)"+dx+"Slide(slidestyle=HIDE,Bands=25 enabled=0)"+dx+"Slide(slidestyle=PUSH,Bands=25 enabled=0)"+dx+"Slide(slidestyle=SWAP,Bands=25 enabled=0)"+dx+"Spiral(GridSizeX=16,GridSizeY=16 enabled=0)"+dx+"Stretch(stretchstyle=HIDE enabled=0)"+dx+"Stretch(stretchstyle=PUSH enabled=0)"+dx+"Stretch(stretchstyle=SPIN enabled=0)"+dx+"Wheel(spokes=16 enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=0,motion=forward enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=0,motion=reverse enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=1,motion=forward enabled=0)"+dx+"GradientWipe(GradientSize=1.00,wipestyle=1,motion=reverse enabled=0)"+dx+"Zigzag(GridSizeX=8,GridSizeY=8 enabled=0)"+dx+"Alpha(enabled=0)"+dx+"Dropshadow(OffX=3,OffY=3,Positive=true,enabled=0)"+dx+"Shadow(strength=3,direction=135,enabled=0)"
	}
}

function stm(t,s) {
  if(sNav) {
  	if(t.length<2||s.length<25) {
		var ErrorNotice = "DHTML TIP MESSAGE VERSION 1.2 ERROR NOTICE.\n"
		if(t.length<2&&s.length<25) alert(ErrorNotice+"It looks like you removed an entry or more from the Style Array and Text Array of this tip.\nTheir should be 25 entries in every Style Array even though empty and 2 in every Text Array. You defined only "+s.length+" entries in the Style Array and "+t.length+" entry in the Text Array. This tip won't be viewed to avoid errors")
		else if(t.length<2) alert(ErrorNotice+"It looks like you removed an entry or more from the Text Array of this tip.\nTheir should be 2 entries in every Text Array. You defined only "+t.length+" entry. This tip won't be viewed to avoid errors.")
		else if(s.length<25) alert(ErrorNotice+"It looks like you removed an entry or more from the Style Array of this tip.\nTheir should be 25 entries in every Style Array even though empty. You defined only "+s.length+" entries. This tip won't be viewed to avoid errors.")
 	}
  	else {
		var ab = "" ;var ap = ""
		var titCol = (s[0])? "COLOR='"+s[0]+"'" : ""
		var txtCol = (s[1])? "COLOR='"+s[1]+"'" : ""
		var titBgCol = (s[2])? "BGCOLOR='"+s[2]+"'" : ""
		var txtBgCol = (s[3])? "BGCOLOR='"+s[3]+"'" : ""
		var titBgimg = (s[4])? "BACKGROUND='"+s[4]+"'" : ""	
		var txtBgimg = (s[5])? "BACKGROUND='"+s[5]+"'" : ""
		var titTxtAli = (s[6] && s[6].toLowerCase()!="left")? "ALIGN='"+s[6]+"'" : ""
		var txtTxtAli = (s[7] && s[7].toLowerCase()!="left")? "ALIGN='"+s[7]+"'" : ""   
		var add_height = (s[15])? "HEIGHT='"+s[15]+"'" : ""
		if(!s[8])  s[8] = "Verdana,Arial,Helvetica"
		if(!s[9])  s[9] = "Verdana,Arial,Helvetica"					
		if(!s[12]) s[12] = 1
		if(!s[13]) s[13] = 1
		if(!s[14]) s[14] = 200
		if(!s[16]) s[16] = 0
		if(!s[17]) s[17] = 0
		if(!s[18]) s[18] = 10
		if(!s[19]) s[19] = 10
		hs = s[11].toLowerCase() 
		if(ps==20001108){
		if(s[2]) ab="STYLE='border:"+s[16]+"px solid"+" "+s[2]+"'"
		ap="STYLE='padding:"+s[17]+"px "+s[17]+"px "+s[17]+"px "+s[17]+"px'"}
		var closeLink=(hs=="sticky")? "<TD ALIGN='right'><FONT SIZE='"+s[12]+"' FACE='"+s[8]+"'><A HREF='javascript:void(0)' ONCLICK='stickyhide()' STYLE='text-decoration:none;color:"+s[0]+"'><B>X</B></A></FONT></TD>":""
		var title=(t[0]||hs=="sticky")? "<TABLE WIDTH='100%' BORDER='0' CELLPADDING='0' CELLSPACING='0'><TR><TD "+titTxtAli+"><FONT SIZE='"+s[12]+"' FACE='"+s[8]+"' "+titCol+"><B>"+t[0]+"</B></FONT></TD>"+closeLink+"</TR></TABLE>" : ""
		var txt="<TABLE "+titBgimg+" "+ab+" WIDTH='"+s[14]+"' BORDER='0' CELLPADDING='"+s[16]+"' CELLSPACING='0' "+titBgCol+" ><TR><TD>"+title+"<TABLE WIDTH='100%' "+add_height+" BORDER='0' CELLPADDING='"+s[17]+"' CELLSPACING='0' "+txtBgCol+" "+txtBgimg+"><TR><TD "+txtTxtAli+" "+ap+" VALIGN='top'><FONT SIZE='"+s[13]+"' FACE='"+s[9]+"' "+txtCol +">"+t[1]+"</FONT></TD></TR></TABLE></TD></TR></TABLE>"
		if(nn4) {
			with(eval(obj+"document")) {
				open()
				write(txt)
				close()
			}
		}
		else eval(obj+"innerHTML=txt")
		tbody = {
			Pos:s[10].toLowerCase(), 
			Xpos:s[18],
			Ypos:s[19], 
			Transition:s[20],
			Duration:s[21], 
			Alpha:s[22],
			ShadowType:s[23].toLowerCase(),
			ShadowColor:s[24],
			Width:parseInt(eval(obj+iw)+3+sbw)
		}
		if(ie4) { 
			TipLayer.style.width = s[14]
	 		tbody.Width = s[14]
		}
		Count=0	
		move=1
 	 }
  }
}

function MoveTip(e) {
	if(move) {
		var X,Y,MouseX = eval(mx),MouseY = eval(my); tbody.Height = parseInt(eval(obj+ih)+3)
		tbody.wiw = parseInt(eval(ww+"+"+scl)); tbody.wih = parseInt(eval(wh+"+"+sct))
		switch(tbody.Pos) {
			case "left" : X=MouseX-tbody.Width-tbody.Xpos; Y=MouseY+tbody.Ypos; break
			case "center": X=MouseX-(tbody.Width/2); Y=MouseY+tbody.Ypos; break
			case "float": X=tbody.Xpos+eval(scl); Y=tbody.Ypos+eval(sct); break	
			case "fixed": X=tbody.Xpos; Y=tbody.Ypos; break		
			default: X=MouseX+tbody.Xpos; Y=MouseY+tbody.Ypos
		}

		if(tbody.wiw<tbody.Width+X) X = tbody.wiw-tbody.Width
		if(tbody.wih<tbody.Height+Y+sbw) {
			if(tbody.Pos=="float"||tbody.Pos=="fixed") Y = tbody.wih-tbody.Height-sbw
			else Y = MouseY-tbody.Height
		}
		if(X<0) X=0 
		eval(obj+sl+"=X+PX;"+obj+st+"=Y+PX")
		ViewTip()
	}
}

function ViewTip() {
  	Count++
	if(Count == 1) {
		if(cssFilters&&FiltersEnabled) {	
			for(Index=28; Index<31; Index++) { TipLayer.filters[Index].enabled = 0 }
			for(s=0; s<28; s++) { if(TipLayer.filters[s].status == 2) TipLayer.filters[s].stop() }
			if(tbody.Transition == 51) tbody.Transition = parseInt(Math.random()*50)
			var applyTrans = (tbody.Transition>-1&&tbody.Transition<24&&tbody.Duration>0)? 1:0
			var advFilters = (tbody.Transition>23&&tbody.Transition<51&&tbody.Duration>0)? 1:0
			var which = (applyTrans)?0:(advFilters)? tbody.Transition-23:0 
			if(tbody.Alpha>0&&tbody.Alpha<100) {
	  			TipLayer.filters[28].enabled = 1
	  			TipLayer.filters[28].opacity = tbody.Alpha
			}
			if(tbody.ShadowColor&&tbody.ShadowType == "simple") {
	  			TipLayer.filters[29].enabled = 1
	  			TipLayer.filters[29].color = tbody.ShadowColor
			}
			else if(tbody.ShadowColor&&tbody.ShadowType == "complex") {
	  			TipLayer.filters[30].enabled = 1
	  			TipLayer.filters[30].color = tbody.ShadowColor
			}
			if(applyTrans||advFilters) {
				eval(obj+sv+hl)
	  			if(applyTrans) TipLayer.filters[0].transition = tbody.Transition
	  			TipLayer.filters[which].duration = tbody.Duration 
	  			TipLayer.filters[which].apply()
			}
		}
 		eval(obj+sv+vl)
		if(cssFilters&&FiltersEnabled&&(applyTrans||advFilters)) TipLayer.filters[which].play()
		if(hs == "sticky") move=0
  	}
}

function stickyhide() {
	eval(HideTip)
}

function ReloadTip() {
	 if(nn4&&(evlw!=eval(ww)||evlh!=eval(wh))) location.reload()
	 else if(hs == "sticky") eval(HideTip)
}

function htm() {
	if(sNav) {
		if(hs!="keep") {
			move=0; 
			if(hs!="sticky") eval(HideTip)
		}	
	} 
}


//-->

/*
Text[...]=[title,text]
*/

var FiltersEnabled = 0 // if your not going to use transitions or filters in any of the tips set this to 0

Text[0]=["",""]
Text[1]=["Gold T<sup>&reg;</sup>","<img src='img/goldt.jpg' style='width:200px;'/>"]
Text[2]=["Novaplus T 380 Ag","<img src='img/2.jpg' style='width:200px;'/>"]
Text[3]=["Novaplus T 380 Cu","<img src='img/2.jpg' style='width:200px;'/>"]
Text[4]=["Ancora 375 Cu","<img src='img/3-2.jpg' style='width:200px;'/>"]
Text[5]=["Ancora 375 Ag","<img src='img/3-2.jpg' style='width:200px;'/>"]
Text[6]=["Ancora 250 Cu","<img src='img/3-1.jpg' style='width:200px;'/>"]
Text[7]=["Diafragmas de silicona","<img src='img/6.jpg' style='width:200px;'/>"]
Text[8]=["Estuche medidor diafragmas","<img src='img/7.jpg' style='width:200px;'/>"]
Text[9]=["Maqueta diafragmas","<img src='img/8.jpg' style='width:200px;'/>"]
Text[10]=["Cánulas Berkeley Ríg CV","<img src='img/9.jpg' style='width:200px;'/>"]
Text[11]=["Cánulas Karman Berkeley","<img src='img/10.jpg' style='width:200px;'/>"]
Text[12]=["Agujas punción",""]
Text[13]=["Dilatadores cervicales","<img src='img/12.jpg' style='width:200px;'/>"]
Text[14]=["Legras metálicas",""]
Text[15]=["Eurospec<sup>&reg;</sup> Tornillo","<img src='img/14.jpg' style='width:200px;'/>"]
Text[16]=["Eurospec<sup>&reg;</sup> Corredera","<img src='img/15.jpg' style='width:200px;'/>"]
Text[17]=["Gynespec<sup>&reg;</sup>","<img src='img/16.jpg' style='width:200px;'/>"]
Text[18]=["Esp&eacute;culo con aspirador de humo","<img src='img/especulo_aspirador.jpg' style='width:200px;'/>"]
Text[19]=["Histerómetro","<img src='img/17.jpg' style='width:200px;'/>"]
Text[20]=["Pinza de cuello uterino","<img src='img/18.jpg' style='width:200px;'/>"]
Text[21]=["Amnioscopio desechable","<img src='img/amnioscopio.jpg' style='width:200px;'/>"]
Text[22]=["Gel ecográfico","<img src='img/19.jpg' style='width:200px;'/>"]
Text[23]=["Funda para sonda ecográfica","<img src='img/20.jpg' style='width:200px;'/>"]
Text[24]=["Rollo de papel videoimpresora","<img src='img/21.jpg' style='width:200px;'/>"]
Text[25]=["Gineaspir<sup>&reg;</sup>","<img src='img/22.jpg' style='width:200px;'/>"]
Text[26]=["Biaspir","<img src='img/23.jpg' style='width:200px;'/>"]
Text[27]=["Cytospat<sup>&reg;</sup>","<img src='img/24.jpg' style='width:200px;'/>"]
Text[28]=["Cánula Cornier Jeringa","<img src='img/25.jpg' style='width:200px;'/>"]
Text[29]=["Cánula Cornier Émbolo","<img src='img/26.jpg' style='width:200px;'/>"]
Text[30]=["Kit amniocentesis","<img src='img/27.jpg' style='width:200px;'/>"]
Text[31]=["Kit amniocentesis básico","<img src='img/28.jpg' style='width:200px;'/>"]
Text[32]=["Set catéter glándula Bartholin","<img src='img/bartholin.jpg' style='width:200px;'/>"]
Text[33]=["Cyto-Spátula Szalay","<img src='img/32.jpg' style='width:200px;'/>"]
Text[34]=["Espátulas Ayre","<img src='img/33.jpg' style='width:200px;'/>"]
Text[35]=["Citokits","<img src='img/34.jpg' style='width:200px;'/>"]
Text[36]=["Cytofix","<img src='img/35.jpg' style='width:200px;'/>"]
Text[37]=["Porta Objetos","<img src='img/36-2.jpg' style='width:200px;'/>"]
Text[38]=["Cubre Objetos",""]
Text[39]=["Hisopo torunda","<img src='img/38.jpg' style='width:200px;'/>"]
Text[40]=["Torunda de gasa","<img src='img/39.jpg' style='width:200px;'/>"]
Text[41]=["Pistola biopsias","<img src='img/40.jpg' style='width:200px;'/>"]
Text[42]=["Rollos camilla y soporte","<img src='img/rollocamilla.jpg' style='width:200px;'/>"]
Text[43]=["Rollos secamanos y dispensadores","<img src='img/celulosa.jpg' style='width:200px;'/>"]
Text[44]=["Toallitas zigzag y dispensadores","<img src='img/celulosa.jpg' style='width:200px;'/>"]
Text[45]=["Gafas protectoras desechables","<img src='img/43.jpg' style='width:200px;'/>"]
Text[46]=["Maquinillas rasuradoras","<img src='img/44.jpg' style='width:200px;'/>"]
Text[47]=["Cubrezapatos y zapatillas","<img src='img/45-1.jpg' style='width:200px;'/>"]
Text[48]=["Guantes","<img src='img/47.jpg' style='width:200px;'/>"]
Text[49]=["Sabanillas y Tallas","<img src='img/41.jpg' style='width:200px;'/>"]
Text[50]=["Batas paciente","<img src='img/51.jpg' style='width:200px;'/>"]
Text[51]=["Gasa 20x20",""]
Text[52]=["Dilatadores vaginales Donea&reg;","<img src='img/donea.gif' style='width:200px;'/>"]
Text[53]=["Modelo anatómico","<img src='img/55-1.jpg' style='width:200px;'/>"]
Text[54]=["Modelo anatómico","<img src='img/55-2.jpg' style='width:200px;'/>"]
Text[55]=["Modelo anatómico","<img src='img/55-3.jpg' style='width:200px;'/>"]
Text[56]=["Modelo anatómico","<img src='img/55-4.jpg' style='width:200px;'/>"]
Text[57]=["Modelo anatómico","<img src='img/55-5.jpg' style='width:200px;'/>"]
Text[58]=["Modelo anatómico","<img src='img/55-6.jpg' style='width:200px;'/>"]
Text[59]=["Modelo anatómico","<img src='img/55-7.jpg' style='width:200px;'/>"]
Text[60]=["Pesarios uterinos","<img src='img/56.jpg' style='width:200px;'/>"]
Text[61]=["Bobinas soplaril fuelle","<img src='img/soplaril.jpg' style='width:200px;'/>"]
Text[62]=["Bobinas soplaril planas","<img src='img/soplaril.jpg' style='width:200px;'/>"]
Text[63]=["Bolsas soplaril autosellables","<img src='img/soplaril.jpg' style='width:200px;'/>"]
Text[64]=["Controles esterilización","<img src='img/foto.png' style='width:200px;'/>"]
Text[65]=["Est. y desinfección en frío","<img src='img/foto.png' style='width:200px;'/>"]
Text[66]=["Histerómetros","<img src='img/instmet.jpg' style='width:200px;'/>"]
Text[67]=["Tijeras","<img src='img/instmet.jpg' style='width:200px;'/>"]
Text[68]=["Pinzas","<img src='img/instmet.jpg' style='width:200px;'/>"]
Text[69]=["Extractor DIU's","<img src='img/instmet.jpg' style='width:200px;'/>"]
Text[70]=["Espéculos","<img src='img/instmet.jpg' style='width:200px;'/>"]
Text[71]=["Cajas y contenedores","<img src='img/instmet.jpg' style='width:200px;'/>"]
Text[72]=["Epi-no Delphine","<img src='img/epidolphin.jpg' style='width:200px;'/>"]
Text[73]=["Epi-no Libra","<img src='img/epilibra.jpg' style='width:200px;'/>"]
Text[75]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[76]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[77]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[78]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[79]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[80]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[81]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[82]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[83]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[84]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[85]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[86]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[87]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[88]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[89]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[90]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[91]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[92]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[93]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[94]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[95]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[96]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[99]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[100]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[101]=["EuroGine.com","<img src='img/foto.png' style='width:200px;'/>"]
Text[992]=["",""]
Text[993]=["",""]
Text[994]=["",""]
Text[995]=["",""]
Text[996]=["Kit de vasectomía sin bisturí","<img src='img/vasectomia.jpg' style='width:200px;'/>"]
Text[997]=["Universitat Polit&egrave;cnica de Catalunya",""]
Text[998]=["Centro para el Desarrollo Tecnol&oacute;gico Industrial",""]
Text[999]=["Ministerio de Industria y Energ&iacute;a",""]
Text[1000]=["Google Maps",""]
Text[1001]=["Sociedad Espa&ntilde;ola de Contracepci&oacute;n",""]
Text[1002]=["Sociedad Espa&ntilde;ola de Ginecolog&iacute;a y Obstetricia",""]
Text[1003]=["Organizaci&oacute;n Mundial de la Salud",""]
Text[1004]=["www.epi-no.es",""]
Text[1005]=["World Health Organization",""]
Text[1106]=["Gold T<sup>&reg;</sup>","<img src='img/prevGoldT.jpg' style='width:200px;'/>"]
Text[1107]=["Novaplus","<img src='img/2.jpg' style='width:200px;'/>"]
Text[1108]=["Anchor","<img src='img/3-1.jpg' style='width:200px;'/>"]

/*
Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/

Style[0]=["TitleColor","TextColor","TitleBgColor","TextBgColor","TitleBgImag","TextBgImag","TitleTextAlign","TextTextAlign", "TitleFontFace", "TextFontFace", "TipPosition", "StickyStyle", "TitleFontSize", "TextFontSize", "Width", "Height", "BorderSize", "PadTextArea", "CoordinateX", "CoordinateY", "TransitionNumber", "TransitionDuration", "TransparencyLevel","ShadowType", "ShadowColor"]
Style[1]=["white","black","#0047BA","gray","","","center","","","","left","","","",200,"",2,2,10,10,"","","","",""]
Style[2]=["white","black","#0047BA","#0047BA","","","center","","","","left","","","","100","",2,2,10,10,"","","","",""]
Style[3]=["white","black","#0047BA","#0047BA","","","center","","","","right","","","","","",2,2,10,10,"","","","",""]

applyCssFilter()


