/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#990000';			// Background color when mouse is not over
	var LowSubBgColor='#990000';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#990000';			// Font color when mouse is over
	var FontSubHighColor='#990000';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Geneva, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop= 0;				// Menu offset x coordinate
	var StartLeft= 3;				// Menu offset y coordinate
	var VerCorrect=2;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menupos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("antes de ir","","",8,20,156);
	Menu1_1=new Array("guía práctica","infpractica.php","",0,20,156);
	Menu1_2=new Array("koban & konbini","koban&konbini.php","",0,20,156);
	Menu1_3=new Array("información turística","infoturist.php","",0,20,156);
	Menu1_4=new Array("comunicaciones","comunicaciones.php","",0,20,156);
	Menu1_5=new Array("¿es tan caro?","costesviaje.php","",0,20,156);
	Menu1_6=new Array("medios de pago","mediospago.php","",0,20,156);
	Menu1_7=new Array("cuando ir","cuandoir.php","",0,20,156);
	Menu1_8=new Array("equipaje embotellado","agoda.php","",0,20,156);


Menu2=new Array("al llegar","","",5);
	Menu2_1=new Array("historia: Edo","historiaedo.php","",0,20,156);		
	Menu2_2=new Array("la metrópolis","lametropolis.php","",0,20,156);
	Menu2_3=new Array("orientación básica","orientacionbasica.php","",0,20,156);
	Menu2_4=new Array("moverse x Tokio","","",3,20,156);
		Menu2_4_1=new Array("cómo llegar","moversextokiocomollegar.php","",0,20,156);
		Menu2_4_2=new Array("desplazarse x Tokio","moversextokiontokio.php","",0,20,156);
		Menu2_4_3=new Array("billetes económicos","moversextokiobilleteseconomicos.php","",0,20,156);	
	Menu2_5=new Array("dormir n Tokio","dormirntokio.php","",0,20,156);
	

Menu3=new Array("qué ver","","",6);
	Menu3_1=new Array("descubre Tokio","tokiointro.php","",0,20,156);
	Menu3_2=new Array("zonas de tokio","zonastokio.php","",16,20,156);
		Menu3_2_1=new Array("Akihabara","akihabara.php","",0,20,156);
		Menu3_2_2=new Array("Asakusa","asakusa.php","",0,20,156);
		Menu3_2_3=new Array("Ebisu","ebisu.php","",0,20,156);
		Menu3_2_4=new Array("Ginza","ginza.php","",0,20,156);
		Menu3_2_5=new Array("Harajuku","harajuku.php","",0,20,156);
		Menu3_2_6=new Array("Palacio Imperial","kokyo.php","",0,20,156);	
		Menu3_2_7=new Array("Nippori-Yanaka","nippori.php","",0,20,156);	
		Menu3_2_8=new Array("Odaiba","odaiba.php","",0,20,156);	
		Menu3_2_9=new Array("Roppongi","roppongi.php","",0,20,156);	
		Menu3_2_10=new Array("Ryogoku","ryogoku.php","",0,20,156);	
		Menu3_2_11=new Array("Shibuya","shibuya.php","",0,20,156);	
		Menu3_2_12=new Array("Shimokitazawa","shimokita.php","",0,20,156);	
		Menu3_2_13=new Array("Shinjuku","shinjuku.php","",0,20,156);	
		Menu3_2_14=new Array("Shiodome","shiodome.php","",0,20,156);	
		Menu3_2_15=new Array("Tsukiji","tsukiji.php","",0,20,156);	
		Menu3_2_16=new Array("Ueno","ueno.php","",0,20,156);	
	Menu3_3=new Array("qué visitar","tourlist.php","",0,20,156);
	Menu3_4=new Array("excursiones","excursiones.php","",5,20,156);
		Menu3_4_1=new Array("Hakone","hakone.php","",0,20,156);
		Menu3_4_2=new Array("Kamakura","kamakura.php","",0,20,156);
		Menu3_4_3=new Array("Kawagoe","kawagoe.php","",0,20,156);
		Menu3_4_4=new Array("Nikko","nikko.php","",0,20,156);
		Menu3_4_5=new Array("Yokohama","yokohama.php","",0,20,156);
	Menu3_5=new Array("fichas de Tokio","fichastokio.php","",0,20,156);
	Menu3_6=new Array("Google map:Tokio ","gmaptokio.php","",0,20,156);


Menu4=new Array("no te lo pierdas","","",14);
	Menu4_1=new Array("año nuevo en Tokio","hatsumode.php","",0,20,156);
	Menu4_2=new Array("artes marciales","artesmarciales.php","",0,20,156);
	Menu4_3=new Array("de compras x Tokio","compras.php","",0,20,156);
	Menu4_4=new Array("eventos","eventos.php","",0,20,156);
	Menu4_5=new Array("gastronomía","ryori_intro.php","",0,20,156);
	Menu4_6=new Array("hanami, la primavera","hanami.php","",0,20,156);
	Menu4_7=new Array("jardines japoneses","teien.php","",0,20,156);
	Menu4_8=new Array("kabuki","kabuki.php","",0,20,156);
	Menu4_9=new Array("matsuri","matsuri.php","",0,20,156);
	Menu4_10=new Array("mercadillos y rastros","nominoichi.php","",0,20,156);
	Menu4_11=new Array("momiji, el otoño","momiji.php","",0,20,156);
	Menu4_12=new Array("onsen, baños termales","onsen.php","",0,20,156);
	Menu4_13=new Array("ryokan","ryokan.php","",0,20,156);	
	Menu4_14=new Array("sumo","sumo.php","",0,20,156);

	
Menu5=new Array("nuestra web","","",4);
	Menu5_1=new Array("inicio","index.php","",0,20,156);
	Menu5_2=new Array("foro","foro.php","",0,20,156);
	Menu5_3=new Array("links interesantes","linksok.php","",0,20,156);
	Menu5_4=new Array("contáctanos","sugerencias.php","",0,20,156);


	