	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#003366';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#003366';			// Background color when mouse is over
	var HighSubBgColor='#003366';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFC6';			// Font color when mouse is over
	var FontSubHighColor='#FFFFC6';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"		// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=0;					// 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='center';			// 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=77;				// Menu offset x coordinate
	var StartLeft=-90;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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=150;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='';				// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	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("Empresa ","","",7,20,117);
	Menu1_1=new Array("Quem Somos","quemsomos.asp","",0,20,200);	
	Menu1_2=new Array("Outsourcing & Projectos Especiais","outsourcing.asp","",0);
	Menu1_3=new Array("Centro de Suporte","centrosuporte.asp","",0);
	Menu1_4=new Array("Produtos Específicos","produtosespecificos.asp","",0);
	Menu1_5=new Array("Satisfação de Clientes","csat.asp","",0);
	Menu1_6=new Array("Testemunhos / Guest Book","testemunhos.asp","",0);
	Menu1_7=new Array("Parcerias","parceiros.asp","",0);

Menu2=new Array("Serviços ","","",5,20,116);
	Menu2_1=new Array("Oferta global","servicos.asp","",0,20,215);
  	Menu2_2=new Array("GoldPack","goldpack.asp","",0);
	Menu2_3=new Array("bi-Telecom","bitelecom.asp","",0);
	Menu2_4=new Array("Audit-TI","auditit.asp","",0);
	Menu2_5=new Array("Consultoria em software de gestão","phc_consultoria.asp","",0,20);
	
Menu3=new Array("Soluções ","","",3,20,116);
	Menu3_1=new Array("Multimédia Contact Centers","multimediacc.asp","",0,20,200);
	Menu3_2=new Array("IVR e Processamento de Voz/Fax","voiceguideivr.asp","",0);
	Menu3_3=new Array("IT SM&AM Baseado em ITIL","footprints-itil.asp","",0);
	
	
	
Menu4=new Array("Produtos ","","",8,20,116);
	Menu4_1=new Array("Footprints Service Core","footprints.asp","",0,20,220);	
	Menu4_2=new Array("Footprints Asset Core","namp.asp","",0,20,220);	
	Menu4_3=new Array("FootPrints e ITIL V3.1","footprints-itil.asp","",0,20,220);	
	Menu4_4=new Array("Track-It! Family","trackit.asp","",0,20,220);	
	Menu4_5=new Array("3CX PBX Software","3cx_pbx_software.asp","",0); 
	Menu4_6=new Array("NEC SV8100","nec.asp","",0);
	Menu4_7=new Array("Office Facilities","office_facilities.asp","",0);
	Menu4_8=new Array("Software de gestão PHC","phc_software_gestao.asp","",0);

Menu5=new Array("Contactos ","","",3,20,117);
	Menu5_1=new Array("Onde Estamos","ondeestamos.asp","",0,20,140);
	Menu5_2=new Array("Carreiras","carreiras.asp","",0);
	Menu5_3=new Array("Pedido de Contacto","contactenos.asp","",0);
	

