fixMozillaZIndex=true;


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#006666";
oncolor="#ffffff";
offbgcolor="#e5c9a1";
offcolor="#006666";
bordercolor="#006666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006666";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#006666";
pagebgcolor="#c8d9bf";
headercolor="#c8d9bf";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=180;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="135";
followscroll=1;
aI("text=SCTA Home;url=/index.htm;");
aI("text=Regional Climate Protection Authority (RCPA) ;url=/rcpa.htm;");
aI("text=Reports;url=/reports.asp;showmenu=reports;");
aI("text=Meetings & Agendas;url=/agenda.htm;");
aI("text=News & Announcements;url=/news_announcements.htm;");
//aI("text=Comprehensive Transportation Plan (CTP);url=/ctp.htm;");
aI("text=RFP;showmenu=rfp;url=/rfp.htm;");
aI("text=Resources for Project Sponsors;url=/resources.htm;");
aI("text=Board & Staff;url=/board.htm;");
aI("text=Measure M;url=/measure_m.htm;showmenu=measure_m;");
//aI("text=Bicycle & Pedestrian;url=/Bike_Main_files/index.htm;");
//aI("text=Roadways;url=/caltrans.htm;showmenu=roadways;");
//aI("text=Highway 101;url=/A_Vision_For_Our_Future/highway.htm;");
aI("text=Bikes, Rail, Roads & Transit;url=/A_Vision_For_Our_Future/roads.htm;showmenu=streets");
//aI("text=Rail;url=http://www.sonomamarintrain.org;target=new;targetfeatures='buttons=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,width=600,height=400,screeX=50,screenY=50,left=50,top=50';tooltip=External Site: Opens in a new browser window.;");
//aI("text=Rail;url=/smart.htm;");
//aI("text=Transit Information;url=/trans_phone_numbers.htm;");
//aI("text=Job Opportunities;url=/jobs.htm;");
aI("text=Links;url=/links.htm;");
}

with(milonic=new menuname("reports")){
style=menuStyle;
aI("text=Comprehensive Transportation Plan (CTP);url=/ctp.htm;");
}

with(milonic=new menuname("roadways")){
style=menuStyle;
aI("text=Highway 101;url=/A_Vision_For_Our_Future/highway.htm;");
aI("text=Streets & Roads;url=/A_Vision_For_Our_Future/streets.htm;");
}
with(milonic=new menuname("measure_m")){
style=menuStyle;
aI("text=Annual Report to the Public;url=/measure_m_report.htm;");
aI("text=Strategic Plan;url=/measure_m_strategicplan.htm;");
aI("text=Resources for Project Sponsors;url=/measure_m_resources.htm;");
}

with(milonic=new menuname("rfp")){
style=menuStyle;
aI("text=RFP Archive;url=/rfp_archive.htm;");
}

with(milonic=new menuname("streets")){
style=menuStyle;
aI("text=Bicycle & Pedestrian;url=/Bike_Main_files/index.htm;");
aI("text=Highway 101;url=/A_Vision_For_Our_Future/highway.htm;");
aI("text=Rail;url=/smart.htm;");
aI("text= Roads & Streets;url=/A_Vision_For_Our_Future/streets.htm;");
aI("text=Transit Information;url=/trans_phone_numbers.htm;");
}
drawMenus();
