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)}
effect = "Fade(duration=0.2)"


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=0;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"black",			// Mouse Off Font Color
"FFFFFF",			// Mouse Off Background Color
"white",			// Mouse On Font Color
"009933",			// Mouse On Background Color
"",					// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Helvetica, sans-serif",	// Font Name
4,					// Menu Item Padding
"/images/arrow.gif",// Sub Menu Image (Leave this blank if not needed)
"FFFFFF",			// 3D Border & Separator bar
"FFFFFF",			// 3D High Color
"FFFFFF",			// 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)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFFFFF",			// Menu Item Separator Color
]

//ROMANIAN version
//---------------------------------------------------------------------------------------------------------

addmenu(menu=[		// This is the array that contains your menu properties and details
"ro",				// Menu Name - This is needed in order for the menu to be called
0,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
,					// 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,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"Home&nbsp;&nbsp;","http://www.visittransilvania.ro/home.php?language=romanian",,"Home",1
,"Informatii generale&nbsp;&nbsp;","show-menu=info_generale_ro",,"Informatii generale",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Turism&nbsp;&nbsp;","show-menu=turism_ro",,"Turism",1
,"Relaxare&nbsp;&nbsp;","show-menu=relaxare_ro",,"Relaxare",1
,"Informatii practice&nbsp;&nbsp;","http://www.visittransilvania.ro/information.php?language=romanian",,"Informatii practice",1
,"Transport&nbsp;&nbsp;","http://www.visittransilvania.ro/transport.php?language=romanian",,"Transport",1
,"Linkuri&nbsp;&nbsp;","http://www.visittransilvania.ro/links.php?language=romanian",,"Linkuri",1
,"Companie&nbsp;&nbsp;","show-menu=companie_ro",,"Companie",1
])

	addmenu(menu=["info_generale_ro",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Despre Romania","http://www.visittransilvania.ro/romania.php?language=romanian",,"Despre Romania",0
	,"Despre Transilvania","http://www.visittransilvania.ro/transilvania.php?language=romanian",,"Despre Transilvania",0
	,"Istoria romanilor","http://www.visittransilvania.ro/history-of-romania.php?language=romanian",,"Istoria romanilor",0	
	])
	
	
	addmenu(menu=["turism_ro",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Atractii turistice","http://www.visittransilvania.ro/atractions.php?language=romanian",,"Atractii turistice",0
	,"Cazare","http://www.visittransilvania.ro/accomodation.php?language=romanian",,"Cazare",0
	,"Agrement","http://www.visittransilvania.ro/leisure.php?language=romanian",,"Agrement",0
	,"Tururi","http://www.visittransilvania.ro/romania-tours-vacations/romania-tours.php",,"Tururi",0
	])

	addmenu(menu=["relaxare_ro",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Restaurante","http://www.visittransilvania.ro/restaurants.php?language=romanian",,"Restaurante",0
	,"Viata de noapte","http://www.visittransilvania.ro/nightlife.php?language=romanian",,"Viata de noapte",0
	,"Saloane de frumusete","http://www.visittransilvania.ro/events.php?language=romanian",,"Saloane de frumusete",0
	,"Cumparaturi","http://www.visittransilvania.ro/shopping.php?language=romanian",,"Cumparaturi",0
	])

	addmenu(menu=["companie_ro",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Despre noi","http://www.visittransilvania.ro/about.php?language=romanian",,"Despre noi",0
	,"Contactati-ne","http://www.visittransilvania.ro/contact.php?language=romanian",,"Contactati-ne",0
	])

dumpmenus()
