// Milonic DHTML Menu
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.



// The following line is critical for menu operation, and must appear only once.
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)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
//	effect = "Shadow(color='#777777', Direction=135, Strength=1);" // Stop IE5.5 bug when using more than one filter


timegap=200					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position


hlp=[						// Menu Properties Array
"000000",					// Off Font Color
"b9bfba",					// Off Back Color
"ffffff",					// On Font Color
"9ba49e",					// 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
,1							// 3D Border & Separator
,"000000"					// 3D High Color
,"000000"					// 3D Low Color
]

addmenu(menu=[				// this is the array that contains your menu properties and details
"menu1",					// Menu name
22,							// Top
120,							// left
125,						// Width
2,							// Border Width
"right",			        // Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - as above
0,							// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements alignment, HTML values are valid here
,						// Filter - Text variable for setting transitional effects on menu activation
,							// 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
,							// 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
,							// Reserved
,							// Reserved
,,,
,"Mission & Vision","../main/misson_and_goals.asp",,,1, // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" (end comma for next item)
"Staff","../main/staff.asp",,,
])

addmenu(menu=["menu2",
97,174,200,2,"",hlp,,"left",,,,,,,,,"frmEdit",,,,
,"Custom Courses", "../main/custom_courses.asp",,,1,
"Confidential Teaching Consultation", "../main/confidential_teaching_consultation.asp",,,1,
"Facilities Reservation", "../app/room_reservation.asp",,,1,
"Equipment Check-out", "../main/equipment_checkout.asp",,,1,
"Faculty Web Hosting", "../main/faculty_web_hosting.asp",,,1,
"Guest Lectures", "../main/guest_lectures.asp",,,1,
"Instructional Technology Consulting", "../main/instructional_technology_consulting.asp",,,1,
"Poster Printing Services","../main/poster_printing.asp",,,1,
"Texas Tech FrontPage Themes","../main/themes.asp",,,1,
"Online Flash Tutorials","../main/tutorials.asp",,,
])

addmenu(menu=["menu3",
97,251,135,2,"",hlp,,"left",,,,,,,,,"frmEdit",,,,
,"Audio Visual Instructional Lab", "../main/AVI.asp",,,1,
"Faculty Instructional Lab", "../main/FIL.asp",,,1,
"Faculty Multimedia Lab", "../main/FML.asp",,,1,
"Video Seminar Lab", "../main/VSR.asp",,,1,
"Facilities Reservation", "../app/room_reservation.asp",,,
])

addmenu(menu=["menu4",
97,334,160,2,"",hlp,,"left",,,,,,,,,"frmEdit",,,,
,"Class Schedule", "../main/public_tltc_class_schedule.asp",,,1,
"Faculty Internet User Group", "http://www.tltc.ttu.edu/fig target=FIUG",,,1,
"Roundtables (E-Forums)", "../main/roundtables.asp",,,1,
"Teleconferences", "../main/public_tltc_class_schedule.asp?searchschedule=conference",,,1,
"Jump Start Summer Sessions","http://www.tltc.ttu.edu/JumpStartSession/ target=JumpStartSessions",,,
])

addmenu(menu=["menu5",
97,451,160,2,"",hlp,,"left",,,,,,,,,"frmEdit",,,,
,"Faculty Incentive Grant Program", "../main/grant_program.asp",,,1,
"Service Learning", "http://www.depts.ttu.edu/servicelearning/",,,1,
"TEACH Program", "http://www.tltc.ttu.edu/teach target=TEACH",,,1,
"Outcomes and Assessment", "http://www.tltc.ttu.edu/content/asp/assessment/index.asp",,,
])

addmenu(menu=["menu6",
97,507,160,2,"",hlp,,"left",,,,,,,,,"frmEdit",,,,
,"Teaching Academy", "http://www.academy.ttu.edu target=TAC",,,1,
"TTU Home", "http://www.ttu.edu target=TTU",,,1,
"Help Desk", "http://www.helpdesk.ttu.edu target=HELP",,,1,
"TTU Video", "",,,
])	

addmenu(menu=["menu7",
390,155,160,2,"",hlp,,"left",,,,,,,,,"frmEdit",,,,
,"Room Requests", "../app/room_request_select.asp",,,
])
	

dumpmenus()

/*	THIS IS AN EXAMPLE SETUP
addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
190,						// Top
196,						// left
140,						// Width
2,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - this is set higher up, as above
0,							// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
"Fade(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the 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 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
,							// Reserved for future use
,							// Reserved for future use
,,,
,"Back to Home Page","http://www.milonic.co.uk/menu",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Item 2 has a sub menu","show-menu=simplesub1",,,1
,"Visit Google","http://www.google.com",,,0
])

	
	addmenu(menu=["simplesub1",
	,,186,1,"",hlp,,,"RandomDissolve(duration=0.4)",,,,,,,,,,,,
	,"Sub menu 1 item 1", "http://www.yahoo.com",,,0
	,"Sub menu 1 item 2 with a sub menu", "show-menu=simplesub2",,,0
	,"Sub menu 1 item 3","http://www.microsoft.com",,,0
	])
	


		addmenu(menu=["simplesub2",,,150,1,"",hlp,,,"Fade(duration=0.4)",,,,,,,,,,,,
		,"Back to home page", "index.php",,,1
		,"Open Self In  New Window", "/menu/easy_sample.php target=new",,,1
		,"Open JavaScript Popup","javascript:alert(\"Popping&nbsp;Up&nbsp;an&nbsp;Alert&nbsp;Box\")",,,1
		])
*/