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
"ffffff",							// Off Font Color
"00008b",						// Off Back Color
"ffffff",							// On Font Color
"00008b",						// On Back Color
"00008b",						// Border Color
12,								// Font Size
"normal",						// Font Style 
"normal",						// Font Weight
"Verdana",              			// Font type
3,								// Padding
"arrow.gif",					// Sub Menu Image
0,								// 3D Border & Separator
"0000ff",						// 3D High Color
"800040",						// 3D Low Color
"FFFACD",						// Referer item Font Color (leave this blank to disable)
"800040",						// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
160,					// Top
0,					// left 150
,						// Width
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 vertical (0)
,						// 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

"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home","http://www.saintjustinmartyr.org/default.html",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"&nbsp;&nbsp;&nbsp;About&nbsp;CSJM&nbsp;&nbsp;","show-menu2",,"#",1,
"&nbsp;&nbsp;Academics&nbsp;&nbsp;","show-menu3",,"#",1,
"&nbsp;&nbsp;Admissions&nbsp;&nbsp;","show-menu5",,"#",1,
"&nbsp;&nbsp;News&nbsp;and&nbsp;Events&nbsp;&nbsp;","show-menu6",,"#",1,
"&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu7",,"#",1
]

// 2 About CSJM
menu2=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Our Patron ","http://www.saintjustinmartyr.org/about/patron.html",,,0,
"Our Vision ","http://www.saintjustinmartyr.org/about/vision.html",,,0,
"Campus","http://www.saintjustinmartyr.org/about/campus.html",,,0,
"Accreditation","http://www.saintjustinmartyr.org/about/accreditation.html",,,0,
"Contribute","http://www.saintjustinmartyr.org/about/contribute.html",,,0
]

// 3 Academics
menu3=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Liberal Arts","http://www.saintjustinmartyr.org/academics/liberalarts.html",,,0,
"Great Books","http://www.saintjustinmartyr.org/academics/greatbooks.html",,,0,
"Teaching","show-menu4",,"#",1,
"Calendar","http://www.saintjustinmartyr.org/academics/2002_calendar.html",,,0
]

// 4 Sub - Teaching
	menu4=[
	,,100,1,"",prop1,,"left",effect,,,,,,,
	"Modes","http://www.saintjustinmartyr.org/academics/modes.html",,,1,
	"Curriculum","http://www.saintjustinmartyr.org/academics/curriculum.html",,,1,
	"Faculty","http://www.saintjustinmartyr.org/academics/faculty.html",,,1
	]


// 5 Admissions
menu5=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Requirements","http://www.saintjustinmartyr.org/admissions/requirements.html",,,0,
"Application","http://www.saintjustinmartyr.org/admissions/application.html",,,0,
"Financial Aid","http://www.saintjustinmartyr.org/admissions/aid.html",,,0,
"Email Us","http://www.piusxiisoc.org/inquiry.htm",,,0
]

// News and Events
menu6=[
,,100,1,,prop1,0,"left",effect,0,,,,,,
"Notices","http://www.saintjustinmartyr.org/news/notices.html",,,1,
"CSJM Dialogue","http://www.saintjustinmartyr.org/dialogue/index.html",,,1,
"Calendar","http://www.saintjustinmartyr.org/academics/2002_calendar.html",,,1
]

// Search
menu7=[
,,100,1,"",prop1,,"",effect,,,,,,,
"Site Search","http://www.saintjustinmartyr.org/SearchEngine/SiteSearch.html",,,1
]

