timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.0)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=no,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"c5c5c5",					// Off Back Color
"000000",					// On Font Color
"ffffff",					// On Back Color
"999999",					// Border Color
13,							// Font Size
"bold",					// Font Style 
"bold",					// Font Weight
"Times",	// Font
4,							// Padding
"arrow.gif",				// 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
78,					// Top - Edit here to custom place on header
0,					// left - Edit here to custom place on header
128.4,					// Width - Edit here to stretch menu
1,					// Border Width
"left",			// 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
"What is CECP?","show-menu2","/cecp/what/about.htm","#",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Who is Involved?","show-menu3","/cecp/who/overview.htm","#",1,
"Resources","show-menu6","/cecp/index.html","#",1,
"Activities","show-menu4","/cecp/index.html","#",1,
"Links","/cecp/links/links.htm",,"#",1,
"CECP Campus","http://cecp-online.org",,"#",1
]

menu2=[
,,128,1,"",prop1,,"left",effect,,,,,,,
"About CECP","/cecp/what/about.htm",,,1,
"2004 Update","/cecp/updatefinal.pdf",,,1,
"Archive","/cecp/archive/index.html",,,1
]

menu3=[
,,128,1,"",prop1,,"left",effect,,,,,,,
"Overview","/cecp/who/overview.htm",,,1,
"Steering Committee","/cecp/who/steering.htm",,,1,
"Officers","/cecp/who/officers.htm",,,1,
"Charter","/cecp/who/charter.htm",,,1
]

menu4=[
,,128,1,"",prop1,,"left",effect,,,,,,,
"Meetings/Minutes","/cecp/activities/meetings.htm",,,1,
"CECP AWP","/rc/awp/cecp03_04.htm",,,1,
"Modules under Development","/cecp/activities/modules.htm",,,1,
"PC AWPs","show-menu5",,1,
]

	menu5=[
	,,70,1,"",prop1,,"center",effect,,,,,,,
	"ANR","/rc/awp/anr03_04.htm",,,1,
	"COM","/rc/awp/com03_04.htm",,,1,
	"IT","/rc/awp/it03_04.htm",,,1,
	"CRD","/rc/awp/crd03_04.htm",,,1,
	"FCS","/rc/awp/fcs03_04.htm",,,1,
	"4-H","/rc/awp/4h03_04.htm",,,1,
	"MM","/rc/awp/mm03_04.htm",,,1,
	"PSD","/rc/awp/psd03_04.htm",,,
	]
	
menu6=[
,,128,1,"",prop1,0,"left",effect,,,,,,,
"Guidebook","/cecp/resources/guidebook.pdf",,,1,
"Module Development Guide","/cecp/guidebookfinal.pdf",,,1,
"Review Process","/cecp/cecp_review_process_aug05.doc",,,1,
"Review Rubric","/cecp/cecp_review_rubric_dec05.doc",,,1,
"Core Competencies","show-menu7",,1,
]

	menu7=[
	,,70,1,"",prop1,,"center",effect,,,,,,,
	"ANR","/cecp/resources/core_anr.htm",,,1,
	"COM","/cecp/resources/core_com.htm",,,1,		
	"IT","/cecp/resources/core_it.htm",,,1,		 	  
	"CRD","/cecp/resources/core_crd.htm",,,1,		 
	"FCS","/cecp/resources/core_fcs.htm",,,1,		  
	"4-H","/cecp/resources/core_4h.htm",,,1, 		  
	"MM","/cecp/resources/core_mm.htm",,,1,  		
	"PSD","/cecp/resources/core_psd.htm",,,  		
	]
