////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500					// The time delay for menus to remain visible on mouse off
followspeed=5				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40				// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=1;			// Sub menu offset Left position

//Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)
//Shadow(color='#777777', Direction=135, Strength=5)
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}

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)}


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.
"223d69",					// Mouse Off Font Color
"dddddd",					// Mouse Off Background Color
"dddddd",					// Mouse On Font Color
"223d69",					// Mouse On Background Color
"223d69",					// Menu Border Color 
12,							// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Arial, Verdana, sans-serif;",	// Font Name
4,							// Menu Item Padding
"images/icon_arrow0n.gif",	// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar (1=on/0=off)
,							// 3D High Color
,							// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer Item Background Color (leave this blank to disable)
,							// Top Bar image (Leave this blank to disable)
,							// Menu Header Font Color (Leave blank if headers are not needed)
,							// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[ 	// This is the array that contains your menu properties and details
"sidemenu",		// Menu Name - This is needed in order for the menu to be called
101,				// Menu Top - The Top position of the menu in pixels
10,			// Menu Left - The Left position of the menu in pixels
,				// Menu Width - Menus width in pixels
,				// 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)
,				// 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
0,				// 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
,				// ..Now Obsolete..
,				// 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)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use
,"Home ","show-menu=Home","index.html",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"About OCPOA ","show-menu=About","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Regulations ","show-menu=regulations","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Members ","show-menu=members","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Links ","show-menu=links","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Training ","show-menu=training","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"News ","show-menu=news","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Job Opportunities","show-menu=ops","#",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Contact Us","show-menu=contact","contact.html",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"2010 Line Officer Training","show-menu=officer","linetraining.html",,1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])
	addmenu(menu=["About",,,125,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Objectives","objectives.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Committees","committees.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	])
	
	addmenu(menu=["regulations",,,190,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Corporation","article1.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Members","article2.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Trustees","article3.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Committees","article4.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Officers","article5.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Idemnification and Insurance","article6.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Miscellaneous","article7.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	
	])
	
	addmenu(menu=["members",,,145,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Directory","directory.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Information","information.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Past Minutes","minutes.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Officers","officers.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Executive Board","executiveboard.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Line Officer of the Year","award.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	])
	
	addmenu(menu=["Links",,,145,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Federal","federal.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"State","state.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"National Associations","national.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Other","other.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	])
	
addmenu(menu=["training",,,145,1,,style1,,"left",effect,,,,,,,,,,,,
	,"OCPOA Training","ocpoatraining.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Training Directions","http://maps.google.com/maps?hl=en&q=6500+doubletree+avenue+columbus+oh&um=1&ie=UTF-8&hq=&hnear=6500+Doubletree+Ave,+Columbus,+OH+43229&gl=us&ei=s1znS4vjFMSqlAe12_mVAw&sa=X&oi=geocode_result&ct=title&resnum=1&ved=0CBYQ8gEwAA backcolor=dddddd; offfontcolor=223d69;",,,1
	])	

	addmenu(menu=["news",,,125,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Announcements","announcements.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Photos","photos.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"Reports/Research","reports.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	])

	addmenu(menu=["ops",,,125,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Local Ohio","jobopportunity.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
	,"APPA","http://www.appa-net.org/ offbackcolor=dddddd; offfontcolor=223d69;",,,1
		])
	addmenu(menu=["officer",,,190,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Training Presentations","linetraining.html offbackcolor=dddddd; offfontcolor=223d69;",,,1
])
dumpmenus();