//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#222222', Direction=135, Strength=4)"


timegap=500
followspeed=5
followrate=40
suboffset_top=5;
suboffset_left=2;
closeOnClick = true

style1=[
"ffffff",			// Mouse Off Font Color
"6993DD",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"ffffff",			// Mouse On Background Color
"6993DD",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial",	// Font Name
1,					// Menu Item Padding
"arrow.gif",		            // Sub Menu Image
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"",		        	// Current Page Item Font Color (leave this blank to disable)
"",		        	// Current Page Item Background Color (leave this blank to disable)
"",	            	// Top Bar image (Leave this blank to disable)
"",		         	// Menu Header Font Color (Leave blank if headers are not needed)
"",		        	// Menu Header Background Color (Leave blank if headers are not needed)
"ECECEC",			// Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
104,					// Menu Top - The Top position of the menu in pixels
0,   				// Menu Left - The Left position of the menu in pixels
55,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				
1,					// Always Visible
"left",				// Alignment 
,		    		
,					
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					
,					
,					
,					
,					
,					
,					
,					
,					
,"&nbsp;&nbsp;&nbsp;Főoldal&nbsp;&nbsp;","index.htm",,"Done",1
,"&nbsp;&nbsp;Cégbemutató&nbsp;&nbsp;","2.htm",,"Done",1
,"&nbsp;&nbsp;CRM&nbsp;Általában&nbsp;&nbsp;","3.htm",,"Done",1
,"&nbsp;&nbsp;Termékek&nbsp;&nbsp;","show-menu=termekek",,"Done",1
,"&nbsp;&nbsp;Szolgáltatások&nbsp;&nbsp;","show-menu=szolgaltatasok",,"Done",1
,"&nbsp;&nbsp;Support&nbsp;és&nbsp;Képgaléria&nbsp;&nbsp;","show-menu=support",,"Done",1
,"&nbsp;&nbsp;Árlisták&nbsp;&nbsp;","7.htm",,"Done",1
,"&nbsp;&nbsp;Referencia&nbsp;&nbsp;","8.htm",,"Done",1
,"&nbsp;&nbsp;Partner&nbsp;oldalak&nbsp;&nbsp;","9.htm",,"Done",1
,"&nbsp;&nbsp;Elérhetőségek&nbsp;&nbsp;","10.htm",,"Done",1
])

	addmenu(menu=["termekek",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;A megfelelő megoldás","4-1.htm",,"Done",1
	,"&nbsp;Áttekintés, ACT-ről általában","4-2.htm",,"Done",1
	,"&nbsp;Funkciók","4-3.htm",,"Done",1
	,"&nbsp;ACT! verzióról verzióra","4-4.htm",,"Done",1
	,"&nbsp;ACT! 2011","4-5.htm",,"Done",1
	,"&nbsp;ACT! 2011 Premium","4-6.htm",,"Done",1
	,"&nbsp;ACT! 2011 Premium for Web","4-7.htm",,"Done",1	
	,"&nbsp;Kiegészítő (Add-on) termékek","13.html",,"Done",1	])
	
	addmenu(menu=["szolgaltatasok",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;CRM tanácsadás","5-1.htm",,"Done",1
	,"&nbsp;ACT! CRM bevezetés","5-2.htm",,"Done",1
	,"&nbsp;BPR","5-3.htm",,"Done",1
	,"&nbsp;Egyedi fejlesztés","5-4.htm",,"Done",1	])

	addmenu(menu=["support",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Support","6-1.htm",,"Done",1
	,"&nbsp;Képgaléria","6-2.htm",,"Done",1
	])

dumpmenus()
