timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[					// prop1 is an array of properties you can have as many property arrays as you need
"484848",				// Off Font Color (003366)
"F7CC63",				// Off Back Color (ffffcc)
"484848",				// On Font Color (ffffcc)
"DBDBDB",				// On Back Color (443F5C)
"999999",				// Border Color (999999)
11,					// Font Size
"normal",				// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",		// Font
4,					// Padding
"../graphics/arrow.gif",				// Sub Menu Image
0,					// 3D Border & Separator
"66ffff",				// 3D High Color (66ffff)
"000099",				// 3D Low Color (000099)
"484848",				// Referer item Font Color (leave this blank to disable) (000099)
"F7CC63",				// Referer item Back Color (leave this blank to disable) (ffffcc)
]

menu1=[					// This is the array that contains your menu properties and details
20,					// Top
0,					// left
150,					// Width
1,					// 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
"The Company","Company.html",,,1,	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Products - Services","show-menu2","Products.html",,1,
"Contact","Contact.html",,,1,
"Projects/Photos","show-menu3","Projectphotos.html",,1,
"Main Menu","index.html",,,1
]

menu2=[
,,300,1,"",prop1,,"left",effect,,,,,,,
//"Steel profiles for standard constructions","show-menu4","STprofiles.html",,1,
"Introduction to Steel Profile systems","show-menu5","FRintroduction.html",,1,
"Standard & Fire rated systems without insulation (E Rated)","show-menu6","Products.html",,1, 
"Fire rated systems with insulation (EI Rated)","show-menu7","EIprofiles.html",,1,
"Fire rated glass","show-menu8","GLglasses.html",,1,
"Hardware - Installation","show-menu9","HIhardwInst.html",,1
]

menu3=[
,,220,1,"",prop1,,"left",effect,,,,,,,
"Projects reference list","Projects.html",,,1,
"Photos of steel & glass constructions","Photos.html",,,1
]

menu4=[
,,350,1,"",prop1,,"left",effect,,,,,,,
"Specification of MCM-FORM Constructions","STspecs.html",,,1,
"Typical drawings of constructions with MCM-FORM profiles","STdrawings.html",,,1
]

menu5=[
,,350,1,"",prop1,,"left",effect,,,,,,,
"Advantages of Steel Profile Systems","FRadvantages.html",,,1,
"Applications of fire rated systems","FRapplications.html",,,1,
"Classification of Fire Ratings","FRclassification.html",,,1
]

menu6=[
,,350,1,"",prop1,,"left",effect,,,,,,,
"Specification of MCM-FORM profiles","E_specs.html",,,1, 
"Typical drawings of constructions with MCM-FORM profiles","E_drawings.html",,,1
]

menu7=[
,,350,1,"",prop1,,"left",effect,,,,,,,
"Specification of MCM-FIRE profiles","EIspecs.html",,,1,
"Typical drawings of constructions with MCM-FIRE profiles","EIdrawings.html",,,1
]

menu8=[
,,350,1,"",prop1,,"left",effect,,,,,,,
"Classification & types of fire resistant glass","GLclassification.html",,,1,
"Fire rated glass without insulation","GLEglasses.html",,,1,
"Fire rated glass with insulation","GLEIglasses.html",,,1
]

menu9=[
,,350,1,"",prop1,,"left",effect,,,,,,,
"Standard Equipment","HIstandard.html",,,1,
"Locks / Push Bars / Handles","HIlocks.html",,,1,
"Closing Mechanisms","HIclosing.html",,,1,
"Alternative Operation Arrangement of Double Leaf doorsets","HIarrangements.html",,,1,
"Windows' Mechanisms","HIwindows.html",,,1,
"Installation instructions","HIinstallation.html",,,1
]


