//Webs
var texto = new Array(6);
texto[0] = '<font color=#D6AC41>Cliente</font><br><b>Debodega</b>: Consumibles y semiconsumibles para bodega<br>Carlos Bacigalupe.<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.debodega.com target=blank class=texto>debodega.com</a>';
texto[1] = '<font color=#D6AC41>Cliente</font><br><b>Nos riqueza</b>: Ribera del Duero<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.nosriqueza.com target=blank class=texto>nosriqueza.com</a><br>';
texto[2] = '<font color=#D6AC41>Cliente</font><br><b>Precusa</b>: Prefabricados de Cudillero S.L<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.precusa.com target=blank class=texto>precusa.com</a><br>';
texto[3] = '<font color=#D6AC41>Cliente</font><br><b>Bracli</b>: The Original Pearl Thong<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.bracli.com target=blank class=texto>bracli.com</a><br>';
texto[4] = '<font color=#D6AC41>Cliente</font><br><b>Bodegas y Viñedos García Figuero</b>: Ribera del Duero<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.tintofiguero.com target=blank class=texto>tintofiguero.com</a><br>';
texto[5] = '<font color=#D6AC41>Cliente</font><br><b>Imaginail</b>: La Tecnología más avanzada para la decoración de uñas<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.imaginail.com.es target=blank class=texto>imaginail.com.es</a><br>';
texto[6] = '<font color=#D6AC41>Cliente</font><br><b>Optima Gestión</b>: Inmobiliaria<br><br><font color=#D6AC41>Dirección</font><br>//<a href=http://www.optimagestion.es target=blank class=texto>optimagestion.es</a><br>';
//Stands
var texto_stand = new Array(3);
texto_stand[0] = '<font color=#D6AC41>Cliente</font><br><b>Imaginail</b><br>Salón Internacional de la Belleza, Cosmética y Peluquería<br>- Barcelona -';
texto_stand[1] = '<font color=#D6AC41>Cliente</font><br><b>Depitotal</b><br>Salón Look Internacional. Salón de la Peluquería, Estética, <br>Cosmética y Complementos<br>- Madrid -';
texto_stand[2] = '<font color=#D6AC41>Cliente</font><br><b>Ayuntamiento de Avilés</b><br>Feria OcioSport<br>- Avilés (Asturias) -<br>';
texto_stand[3] = '<font color=#D6AC41>Cliente</font><br><b>Reference</b><br>Feria Salon Look 2005 <br>Salón de la Peluquería, Estética, Cosmética y Complementos<br>- Madrid -<br>';
texto_stand[4] = '<font color=#D6AC41>Cliente</font><br><b>Termosalud</b><br>Feria Salon Look 2005 <br>Salón de la Peluquería, Estética, Cosmética y Complementos<br>- Madrid -<br>';


function cambiacursor(flag)
 {
   if (flag=="1") 
   		barra.style.cursor='hand'
   else 
        {
        barra.style.cursor='default';   		
	}	
}

function navegar(web) 
{
document.location.href= web;
}

function Lvl_openWin(u,n,w,h,l,t,c,f) { //v2.2 4LevelWebs
  var x=((screen.width-w)/2);if(c==1){l=x;t=(screen.height-h)/2;}if(c==2){l=x}
	f+=',top='+t+',left='+l;LvlWin=window.open(u,n,f);LvlWin.focus();
}

