
	var NoOffFirstLineMenus=13;			// Number of first level items
	var LowBgColor='#006699';			// Background color when mouse is not over
	var LowSubBgColor='#006699';			// Background color when mouse is not over on subs
	var HighBgColor='#ffcc00';			// Background color when mouse is over
	var HighSubBgColor='#ffcc00';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// 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="verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=150;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// Frame where target documents appear
	var TargetLoc='';				// 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=1;				// 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("Nossos Hotéis","","",3,18,140);
	Menu1_1=new Array("Praia de Ponta Negra","","",7,18,150);
		Menu1_1_1=new Array("Araçá Praia Flat","hotel_araca_praia_flat.htm","",0,18,150);
		Menu1_1_2=new Array("D Beach Resort","d_beach_resort.htm","",0,18,150);
		Menu1_1_3=new Array("Hotel Manary","manary_praia_hotel.htm","",0,18,150);
		Menu1_1_4=new Array("Pontalmar Praia Hotel","pontalmar_praia_hotel.htm","",0,18,150);
		Menu1_1_5=new Array("Hotel Rifóles","rifoles.htm","",0,18,150);
		Menu1_1_6=new Array("Ponta Negra Beach","hotel-ponta-negra-beach.htm","",0,18,150);
		Menu1_1_7=new Array("Marítima Flat","maritima-flat.htm","",0,18,150);
		
	Menu1_2=new Array("Praia de Via Costeira","","",3,18,150);
		Menu1_2_1=new Array("Serhs Grand Hotel Natal","serhs.htm","",0,18,239);
		Menu1_2_2=new Array("Marsol Hotel","marsol_natal_hotel.htm","",0,18,185);
		Menu1_2_3=new Array("Imirá Plaza","imiraplaza.htm","",0,18,185);
	
	Menu1_3=new Array("Praia de Pipa","","",10,18,150);
		Menu1_3_1=new Array("Brasil Tropical Village","pousada_brasil_tropical.htm","",0,18,165);
		Menu1_3_2=new Array("Pousada Berro do Jeguy","berro_do_jeguy.htm","",0,18,165);
		Menu1_3_3=new Array("Hotel Montebello","hotel_montebello.htm","",0,18,165);
		Menu1_3_4=new Array("Pousada Oka da Mata","oka_da_mata.htm","",0,18,165);
		Menu1_3_5=new Array("Village Natureza","village_natureza.htm","",0,18,165);
		Menu1_3_6=new Array("Lagoa Eco Resort","lagoa_eco_resort_pipa.html","",0,18,165);
		Menu1_3_7=new Array("Hotel Nobile Inn","nobile-inn-pipa.htm","",0,18,165);
		Menu1_3_8=new Array("Pipa Ocean View","pipa-ocean-view.htm","",0,18,165);
		Menu1_3_9=new Array("Ponta do Madeiro","pousada-ponta-do-madeiro-pipa.htm","",0,18,165);
		Menu1_3_10=new Array("Travel Inn Marinas","travel_inn.htm","",0,18,165);
			

Menu2=new Array("Quem Somos","quem.htm","",0,18,140);

Menu3=new Array("Promoções","promo.htm","",0,18,140);	
	
Menu4=new Array("Lua de Mel","lua.htm","",0,18,140);
			
Menu5=new Array("Mapas","","",5,18,140);
	Menu5_1=new Array("Natal","mapas_natal.htm","",0,18,185);
	Menu5_2=new Array("Ponta Negra","mapas_ponta_negra.htm","",0,18,185);
	Menu5_3=new Array("Via Costeira","mapas_via_costeira.htm","",0,18,185);
	Menu5_4=new Array("Pipa","mapas_pipa.htm","",0,18,185);
	Menu5_5=new Array("Litoral Rio Grande do Norte","mapas_litoral_RN.htm","",0,18,185);

Menu6=new Array("Fale Conosco","","",2,18,140);
	Menu6_1=new Array("Dúvidas e Sugestões","mailto:duvidas@natal.com.br?subject=Dúvidas - GERAL","",0,18,160);
	Menu6_2=new Array("Solicitação de Reserva","sr_gral.htm","",0,18,160);	

Menu7=new Array("Viagem Virtual","v_virtual.htm","",0,18,140);

Menu8=new Array("Formas de Pagto.","","",2,18,140);
	Menu8_1=new Array("VISA","cc_visa.htm","",0,18,100);
	Menu8_2=new Array("Mastercard","cc_master.htm","",0,18,100);

Menu9=new Array("Página Inicial","index.htm","",0,18,140);

Menu10=new Array("<img src='images/cc_logos.gif'>","","",0,35,140);

Menu11=new Array("<img src='images/e_sedex.jpg'>","","",0,30,140);

Menu12=new Array("<img src='images/embratur_logo.jpg'>","","",0,33,140);

Menu13=new Array("<img src='images/central_de_atendimento.gif'>","","",0,50,140);