
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle1=new mm_style())
{
    onbgcolor="#000066";//This is the background color when you mouseover
    oncolor="#FFFF00";//This is the text color when you mouseover
    offbgcolor="#000066";//This is the background color for the links
    offcolor="#FFFFFF";//This is the text color of the links
    bordercolor="#FF0000";//This is the border color for the complete menu. 
    borderstyle="solid";
    borderwidth=0;//This width needsto be set above 0 to be visible
    separatorcolor="#000066";//This is the background color for the separators that go between the "offbgcolor"
    separatorsize="20";//This is the sizing between the links
    padding=3;
    fontsize="12px";
    fontstyle="bold";
    fontfamily="Verdana, Tahoma, Arial";
    pagecolor="#FFFFFF";//This is text color of the link for the page that is currently being displayed
    pagebgcolor="";//This is the background color of the link for the page that is currently being displayed
    headercolor="#000000";//   ???? Not sure what this is for
    headerbgcolor="#ffffff";//   ???? Not sure what this is for
    //subimage="/Menus/arrow.gif";
    subimagepadding="2";
    //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
    //outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style())
{
    onbgcolor="#003399";
    oncolor="#FFFF00";
    offbgcolor="#000066";
    offcolor="#FFFFFF";
    bordercolor="#2B2370";
    borderstyle="solid";
    borderwidth=2;
    separatorcolor="#6961AB";
    separatorsize="1";
    padding=4;
    fontsize="12px";
    fontstyle="bold";
    fontfamily="Verdana, Tahoma, Arial";
    pagecolor="#fff";
    pagebgcolor="";
    headercolor="#000000";
    headerbgcolor="#ffffff";
    subimage="/Menus/arrow.gif";
    subimagepadding="2";
    //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
    //outfilter="randomdissolve(duration=0.3)";
}

with(inactiveStyle=new mm_style())
{
    onbgcolor="#ccc";
    oncolor="#666";
    offbgcolor="#ccc";
    offcolor="666";
    bordercolor="#2B2370";
    borderstyle="solid";
    borderwidth=2;
    separatorcolor="#6961AB";
    separatorsize="1";
    padding=4;
    fontsize="12px";
    fontstyle="normal";
    fontfamily="Verdana, Tahoma, Arial";
    pagecolor="#fff";
    pagebgcolor="";
    headercolor="#000000";
    headerbgcolor="#ffffff";
    subimage="/Menus/arrow.gif";
    subimagepadding="2";
    //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
    //outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu"))
{
    style=menuStyle1;
    top=102;
    left=5;
    alwaysvisible=1;
    orientation="horizontal";
    //aI("text=Home;showmenu=home;");
    aI("text=Home;url=/Default.aspx;");
    aI("text=Resume;showmenu=resume;url=/Resume/Default.aspx;");
    aI("text=My Web Sites;showmenu=mysites;");
    aI("text=Family;showmenu=family;");
    aI("text=Links;showmenu=links;");
    aI("text=Contact Us;url=/Contact/ContactUs.aspx;");
    //aI("text=Hobbies;url=/admin/home.asp;");
}

    with(milonic=new menuname("resume"))
    {
	    style=menuStyle2;
	    aI("text=Word Document;url=/Resume/KeithLunevich.doc;target=_blank");
	    aI("text=PDF Document;url=/Resume/KeithLunevich.pdf;target=_blank");
	    aI("text=RTF Document;url=/Resume/KeithLunevich.rtf;target=_blank");
	    aI("text=ACSII Document;url=/Resume/KeithLunevich.txt;target=_blank");
	    aI("text=Print On-Line;url=/Resume/PrintResume.aspx;target=_blank");
	}
    
    with(milonic=new menuname("mysites"))
    {
	    style=menuStyle2;
	    aI("text=Colors;url=/Colors/Default.aspx");
	    aI("text=Hazelwood Farms;url=http://www.hazelwoodfarms.org;target=_new");
	    aI("text=Holidays;url=/Holiday/Holidays.aspx");
	    aI("text=Metric Conversion;url=/Metric/Default.aspx");
	    aI("text=Movies;url=/MoviesDotNet/");
	    aI("text=Recipes;url=/RecipesDotNet/;target=_new");
	}
    
    with(milonic=new menuname("family"))
    {
	    style=menuStyle2;
	    //aI("text=Family (Password Protected);showmenu=FamilySub");
	    aI("text=Family;url=/FamilyDotNet/");
	    //aI("text=Ashley's Site;url=/Ashley/Default.aspx;");
	    aI("text=Tyler's Site;url=/Tyler/Default.aspx;");
	    //aI("text=Other 1;showmenu=other1;");
	    //aI("text=Other 2;showmenu=other2;");
	}

        with(milonic=new menuname("FamilySub"))
	    {
	        style=menuStyle2;
	        aI("text=Log In;url=/FamilyDotNet/Default.aspx;");
	        aI("text=Request Password;url=/FamilyDotNet/RequestPassword.aspx");
	    }
	
	
	with(milonic=new menuname("links"))
    {
	    style=menuStyle2;
	    aI("text=Weather;showmenu=weather");
	    aI("text=TrafficCameras;showmenu=traffic");
	}
    
	    with(milonic=new menuname("weather"))
        {
	        style=menuStyle2;
	        aI("text=Today;url=/Weather/TodaysForecast.aspx");
	        aI("text=10 Day Forecast;url=/Weather/10DayForecast.aspx");
	        aI("text=Radar;url=/Weather/Radar.aspx");
	    }
	    
        with(milonic=new menuname("traffic"))
        {
	        style=menuStyle2;
	        aI("text=Penn Dot Cameras;url=/Traffic/TrafficCameras.aspx");
	        //aI("text=Keith's Drive To Work;url=/Traffic/CamerasKeithToWork.aspx");
	        //aI("text=Parkway North;url=/Traffic/CamerasParkwayNorth.aspx");
	        //aI("text=Parkway West;url=/Traffic/CamerasParkwayWest.aspx");
	        //aI("text=Parkway East;url=/Traffic/CamerasParkwayEast.aspx");
	        //aI("text=Other Locations;url=/Traffic/CamerasOtherLocations.aspx");
	    }
	    
    
drawMenus();
