
var urls =				new Array("00_filosofia_quien.htm","01_sabermas.htm", "02_devisita.htm", "03_entaza.htm", "04_enplato.htm", "05_tienda.htm", "06_lotemplo.htm", "07_club.htm", "08_agendaframe.htm", "", "10_mapa_web.htm", "0311_fichacafes.htm", "0311_fichainfusiones.htm", "05_comprar.htm", "05_bolsa.htm", "051_vetcesta01.htm", "banner.htm", "filoso.htm");
var nombres =		new Array("filosofia","sabermas", "devisita", "entaza", "enplato", "tienda", "lotemplo", "club", "agendaframe", "","mapa_web", "fichacafes", "fichainfusiones", "comprar", "bolsa", "cesta", "Banner", "filosofia");
var anchos =			new Array(760,760,760,760,760,760,760,760,760,760,436,410,410,500,430,430,400,760);
var altos =				new Array(450,450,450,450,450,450,450,450,450,450,470,425,425,480,350,430,200,450);
var titulos =			new Array("Filosofía","Saber más","De Visita","En Taza","En Plato","Tienda/Arte Étnico","Lo + Templo","Club","Agenda","En Plato","Mapa de la Web","Cafes","infusiones","comprar","bolsa","Cesta", "Banner", "Filosofía");
var desplaza =		new Array("no","no","auto","auto","auto","no","no","no","no","no","no","no","yes","yes","no");
var initit = "&nbsp;&nbsp;::::::: F4U Franchising For You ::::::: ";
var fintit = " :::::::";

var iniformat = "<font face=arial size=1 COLOR=WHITE><b>";
var finformat = "</B></font>";

function abrir(i) {
	var theURL=urls[i];
	var wname =nombres[i];
	var W = anchos[i];
	var H=altos[i];
	//alert (theURL);
	//alert (wname);
	//alert (W);
	//alert (H);
	var windowCERRARa 		= "imagenes/close_0.gif";
	var windowCERRARd 		= "imagenes/close_a.gif";
	var windowCERRARo 		= "imagenes/close_b.gif";
	var windowNONEgrf 		= "imagenes/none.gif";
	var windowCLOCK			= "imagenes/none.gif";
	var windowREALtit		= initit + titulos[i] + fintit;
	var windowTIT 	    	= iniformat + windowREALtit + finformat;
	//alert (windowTIT);
	var windowBORDERCOLOR   	= "#cccccc";
	var windowBORDERCOLORsel	= "#BBBBBB";
	var windowTITBGCOLOR    	= "#000000";
	var windowTITBGCOLORsel 	= "#cccccc";
//	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel, desplaza[i]);
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel, "auto");
}
