var my_url="http://www.idrontas.com/"
timegap=500
followspeed=5
followrate=40
suboffset_top=40;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"336799",					// Off Back Color
"DDDCD2",					// On Font Color
"336799",					// On Back Color
"336799",					// Border Color
10,							// Font Size
,					// Font Style 
"bold",					// Font Weight
"arial",	// Font
3,							// Padding
,				// Sub Menu Image
0,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

	
menu1=[				// This is the array that contains your menu properties and details
124,					// Top
0,					// left
100,					// Width
0,					// Border Width
"center",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Company","show-menu2",my_url+"#",,1,
"Products","show-menu3",my_url+"#",,1,
"Customers","show-menu4",my_url+"#",,1,
"Partners","show-menu5",my_url+"#",,1,
"Service & Support","show-menu6",my_url+"#",,1,
"Press Room","show-menu7",my_url+"#",,1,
"Resources","show-menu8",my_url+"#",,1
]

menu2=[
,,107,1,"",prop1,,"center",effect,,,,,,,
"Overview",my_url+"company/overview.htm",,,1,
"Our Team",my_url+"company/ourteam.htm",,,1,
"Investor Relations",my_url+"company/investors.htm",,,1,
"Employment",my_url+"company/employment.htm",,,1,
"Events and Seminars",my_url+"company/events.htm",,,1,
"Contact Us",my_url+"company/contacts.htm",,,1,
"Privacy Policy",my_url+"company/privacypolicy.htm",,,1,
"Legal",my_url+"company/legal.htm",,,1
]

menu3=[
,,107,1,"",prop1,,"center",effect,,,,,,,
"The Business Need",my_url+"products/BusinessNeed.htm",,,1,
"Technology",my_url+"products/technology.htm",,,1,
"BeeHive",my_url+"products/beehive.htm",,,1
]

menu4=[
,,107,1,"",prop1,,"center",effect,,,,,,,
"Customers",my_url+"customers/customers.htm",,,1
]

menu5=[
,,107,1,,prop1,0,"center",effect,0,,,,,,
"Overview",my_url+"partners/overview.htm",,,1,
"Alliance Partners",my_url+"partners/alliance.htm",,,1,
"Technology Partners",my_url+"partners/technology.htm",,,1,
"Value Added Resellers",my_url+"partners/value.htm",,,1
]

menu6=[
,,107,1,"",prop1,,"center",effect,,,,,,,
"Professional Services",my_url+"service/professional.htm",,,1,
"Technical Support",my_url+"service/technical.htm",,,1,
"Training",my_url+"service/training.htm",,,1
]

menu7=[
,,107,1,"",prop1,,"center",effect,,,,,,,
"Press Releases",my_url+"press/releases.htm",,,1,
"Press Kit",my_url+"press/kit.htm",,,1
]

menu8=[
,,107,1,"",prop1,,"center",effect,,,,,,,
"Downloads",my_url+"resources/downloads.htm",,,1,
"Feedback",my_url+"resources/feedback.htm",,,1
]
