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
]

//FRENCH version
//---------------------------------------------------------------------------------------------------------

addmenu(menu=[		// This is the array that contains your menu properties and details
"fr",				// 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
,"Accueil&nbsp;&nbsp;","http://www.visittransilvania.ro/home.php?language=french",,"Accueil",1
,"Information generale&nbsp;&nbsp;","show-menu=info_generale_fr",,"Information generale",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Tourisme&nbsp;&nbsp;","show-menu=turism_fr",,"Tourisme",1
,"Relaxation&nbsp;&nbsp;","show-menu=relaxare_fr",,"Relaxation",1
,"Information practique&nbsp;&nbsp;","http://www.visittransilvania.ro/information.php?language=french",,"Information practique",1
,"Transport&nbsp;&nbsp;","http://www.visittransilvania.ro/transport.php?language=french",,"Transport",1
,"Links&nbsp;&nbsp;","http://www.visittransilvania.ro/links.php?language=french",,"Links",1
,"Campagnie&nbsp;&nbsp;","show-menu=companie_fr",,"Campagnie",1
])

	addmenu(menu=["info_generale_fr",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sur la Roumanie","http://www.visittransilvania.ro/romania.php?language=french",,"Sur la Roumanie",0
	,"Sur la Transylvanie","http://www.visittransilvania.ro/transilvania.php?language=french",,"Sur la Transilvanie",0
	,"Histoire de la Roumanie","http://www.visittransilvania.ro/history-of-romania.php?language=french",,"Histoire de la Roumanie",0	
	])
	
	
	addmenu(menu=["turism_fr",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Attraction touristique","http://www.visittransilvania.ro/atractions.php?language=french",,"Attraction touristique",0
	,"Hebergement","http://www.visittransilvania.ro/accomodation.php?language=french",,"Hebergement",0
	,"Loisir","http://www.visittransilvania.ro/leisure.php?language=french",,"Loisir",0
	,"Excursions","http://www.visittransilvania.ro/romania-tours-vacations/romania-tours.php?language=english",,"Excursions",0
	])

	addmenu(menu=["relaxare_fr",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Restaurants","http://www.visittransilvania.ro/restaurants.php?language=french",,"Restaurants",0
	,"Sortir","http://www.visittransilvania.ro/nightlife.php?language=french",,"Sortir",0
	,"Salon de beaute","http://www.visittransilvania.ro/events.php?language=french",,"Salon de beaute",0
	,"Achats","http://www.visittransilvania.ro/shopping.php?language=french",,"Achats",0
	])

	addmenu(menu=["companie_fr",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sur nous","http://www.visittransilvania.ro/about.php?language=french",,"Sur nous",0
	,"Contactez-nous","http://www.visittransilvania.ro/contact.php?language=french",,"Contactez-nous",0
	])

dumpmenus()
