	
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect="Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#ff9900', Direction=135, Strength=5)"
}
else
{
effect="Shadow(color='#ff9900', Direction=135, Strength=5)"
}

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=10;
_followRate=40;
_subOffsetTop=12;
_subOffsetLeft=-40;


with(style1=new mm_style()){
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
offcolor="#000000";
offbgcolor="#ff9900";
oncolor="#000000";
onbgcolor="#ff9900";
bordercolor="#ff9900";
borderstyle="solid";
borderwidth=0;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Comic Sans MS, Arial";
padding=4;
high3dcolor="#ff9900";
low3dcolor="#ff9900";
pagecolor="#000000";
pagebgcolor="#ff9900";
headercolor="#ffffff";
headerbgcolor="#000099";
}

with(milonic=new menuname("mainmenu")){
top=180;

var screen_width = screen.width; // sniffs browser size
if (screen_width > 1000) //Holly-- Edit menu position here

	{ 
		left = 260;//high resolution from left increase number to move right
	} 

else

	{
		left = 160; // Low resolution from left increase number to move right
	}

style=style1;
alwaysvisible=1;
alignment="right";
orientation="horizontal";
aI("text=Home&nbsp;&nbsp;;url=http://www.unit5.org/northpointimc/;;separatorsize=1")
aI("text=Students&nbsp;&nbsp;&nbsp;;showmenu=students;;separatorsize=1")
aI("text=Teachers&nbsp;&nbsp;&nbsp;;showmenu=Teachers;;separatorsize=1")
aI("text=Parents&nbsp;&nbsp;&nbsp;;showmenu=Parents;;separatorsize=1")
aI("text=Card Catalog&nbsp;&nbsp;&nbsp;;showmenu=CardCatalog;;separatorsize=1")
aI("text=Google&nbsp;&nbsp;;url=http://www.google.com;;separatorsize=1")
aI("text=Northpoint&nbsp;;&nbsp;;url=http://www.unit5.org/northpoint;;separatorsize=1")
aI("text=Unit5&nbsp;Home&nbsp;&nbsp;;url=http://www.unit5.org/;;separatorsize=1")
}

with(milonic=new menuname("Students")){
style=style1;
alignment="left";
aI("text=Kindergarten&nbsp;;url=http://www.unit5.org/northpointimc/IMC/kdg_links.htm;;separatorsize=1")
aI("text=First&nbsp;url=http://www.unit5.org/northpointimc/IMC/firstlinks.htm;;separatorsize=1")
aI("text=Second&nbsp;;url=http://www.unit5.org/northpointimc/IMC/secondlinks.htm;;separatorsize=1")
aI("text=Third&nbsp;;url=http://www.unit5.org/northpointimc/IMC/thirdlinks.htm;;separatorsize=1")
aI("text=Fourth&nbsp;;url=http://www.unit5.org/northpointimc/IMC/fourthlinks.htm;;separatorsize=1")
aI("text=Fifth&nbsp;;url=http://www.unit5.org/northpointimc/IMC/fifthlinks.htm;;separatorsize=1")
}

with(milonic=new menuname("Teachers")){
itemwidth=200;
style=style1;
alignment="left";
aI("text=Card Catalog&nbsp;url=http://10.2.1.50/;;separatorsize=1")
aI("text=Teacher Resources&nbsp;url=http://www.unit5.org/northpointimc/IMC/teacher_resources.htm;separatorsize=1")
}

with(milonic=new menuname("Parents")){
itemwidth=200;
style=style1;
alignment="left";
aI("text=Birthday Books&nbsp;url=http://www.unit5.org/northpointimc/IMC/birthday_books.htm;target=_blank;separatorsize=1")
aI("text=IMC&nbsp;url=http://www.unit5.org/northpointimc;;separatorsize=1")
}

with(milonic=new menuname("CardCatalog")){
itemwidth=200;
style=style1;
alignment="left";
aI("text=Card Catalog&nbsp;url=http://65.121.113.18:810/;;separatorsize=1")
aI("text=NPL Card Catalog&nbsp;url=http://kcweb.alsrsa.org:4000/kcnpl/servlet/kcHome;;separatorsize=1")
aI("text=BPL Card Catalog&nbsp;url=http://catalog.bloomingtonlibrary.org/uhtbin/cgisirsi.exe/XIoBvcWzwz/BPL-MAIN/126610021/1/774/X/BLASTOFF;;seperatorsize=1")
}

with(milonic=new menuname("Google")){
itemwidth=200;
style=style1;
alignment="left";
}

drawMenus();

