timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

hlp=[						// hlp is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"00ccff",					// Off Back Color
"000000",					// On Font Color
"DEFBC5",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"arial",	// Font
3,							// Padding
"images/arrow.gif",			// Sub Menu Image
,							// 3D Border & Separator
"cccccc",					// 3D High Color
"000000"					// 3D Low Color
]

menu1=[								// this is the array that contains your menu properties and details
340,									// Top
5,									// left
120,								// Width
1,									// Border Width
"",									// Screen Position - here you can use "center;middle;right"
hlp,								// Properties Array - as above
1,									// Always Visible - allows the menu item to be visible at all time
"left",								// Alignment - sets the menu elements alignment, HTML values are valid here
effect,				// Filter - Text variable for setting transitional effects on menu activation
1,									// Follow Scrolling - Tells this menu item to follow the user down the screen
, 									// 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
,									// Reserved for future use
,									// Reserved
,									// Reserved
" Software Skills","swskills.html",,,0,
"Hardware Skills","hwskills.html",,,1
]
