﻿_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=2              // Sub menu top offset
_subOffsetLeft=-5          // Sub menu left offset



with(submenuStyle=new mm_style()){
offclass="submenuOff";
onclass="submenuOn";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";

}

with(menuStyle=new mm_style()){
offclass="menuOff";
onclass="menuOn";

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;

//aI("text=Capital Project;url=https://sites.google.com/a/cantoncentral.org/capital-project/home;showmenu=capital");

aI("text=Newsletter;url=/Newsletter/districtnewsletter.pdf;");
aI("text=School Calendar;url=/Calendars/SchoolCalendar11-12.pdf;");
//showmenu=calendar;
aI("text=Athletics;url=/athletics/");
aI("text=Lunch Menu;url=/efenlong/");
aI("text=HelpDesk;url=http://helpdesk.ccsdk12.org");
aI("text=WebMail;url=https://ccsdx2006.ccsdk12.org/exchweb/bin/auth/owalogon.asp?url=https://ccsdx2006.ccsdk12.org/exchange&reason=0");
aI("text=Curriculum Map;url=http://ccsdk12.rubiconatlas.org/");
aI("text=District Policies;url=http://www.ccsdk12.org/boe/policies/Canton%20Central%20Policy%20Manual.pdf");
aI("text=Contact;url=mailto:webmaster@ccsdk12.org;");
}

with(milonic=new menuname("calendar")){
left="offset=2";
style=submenuStyle;
top="offset=-4";


aI("text=School Calendar 2010-2011;url=/Calendars/SchoolCalendar10-11.pdf;");
aI("text=School Calendar 2011-2012;url=/Calendars/schoolcalendar11-12.pdf;");
}

with(milonic=new menuname("capital")){
left="offset=2";
style=submenuStyle;
top="offset=-4";

		aI("text=Absentee Ballot Information;url=http://www.ccsdk12.org/boe/absentee/absentee%20ballot%20information.pdf;");
		aI("text=District Newsletter (Capital Project Edition);url=http://www.ccsdk12.org/Newsletter/districtnewsletter.pdf;");
		aI("text=Capital Project Overview;url=http://www.ccsdk12.org/boe/capital/Capital_Project_Overview_January 2012.pdf;");
		aI("text=List of Repairs & Improvements;url=http://www.ccsdk12.org/boe/capital/listrepairs.htm;");
		aI("text=Boiler Plant Study;url=http://www.ccsdk12.org/boe/capital/Boiler Plant Study.pdf;");

		aI("text=Environmental Impact Report;url=https://sites.google.com/a/cantoncentral.org/capital-project/environmental-impact-report;");
		aI("text=Frequently Asked Questions;url=http://www.ccsdk12.org/boe/capital/Capital Project FAQ.pdf;");
		aI("text=Comments Welcome;url=mailto:ccsdmailbox@ccsdk12.org;");

}

with(milonic=new menuname("rfp")){
		style=MenuStyle;
		overflow="scroll"; 
		margin=4;
		aI("text=Notice:  Construction Manager;url=http://www.ccsdk12.org/boe/capital/RFP_Construction Manager_ad.htm;");
		aI("text=RFP: Construction Management;url=http://www.ccsdk12.org/boe/capital/RFP_(Management_Consultant).htm;");
//		aI("text=Five Year Facility Plan;url=http://www.ccsdk12.org/boe/capital/Canton_School_Facility_Plan.pdf;");
//		aI("text=List of Repairs & Improvements;url=http://www.ccsdk12.org/boe/capital/listrepairs.htm;");
//		aI("text=Boiler Plant Study;url=http://www.ccsdk12.org/boe/capital/Boiler Plant Study.pdf;");

	
		}

with(milonic=new menuname("budget")){
		style=MenuStyle;
		overflow="scroll"; 
		margin=4;
		
		aI("url=http://www.ccsdk12.org/boe/Budget/1112/popularbudgetfinal1112.htm;text=Board Adopted 2011-2012 Canton School District Budget;");
	aI("text=Newsletter;url=/Newsletter/districtnewsletter.pdf;");
		
		}


drawMenus();

