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="#669999";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#669999";		//Background color of menu
offcolor="#FFFFFF";			//Text color of menu items
bordercolor="#669999";	
borderstyle="solid";
borderwidth=1;
separatorcolor="#5F8F8F";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="100%";				//Always use a percentage so it will adjust for user settings
fontstyle="none";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#FFFFFF";		//Sets the current page text color of the menu item
pagebgcolor="#336666";		//Sets the current page background color of the menu item
headercolor="#FFFFFF";
headerbgcolor="#669999";
subimage="images/arrow.gif";
subimagepadding="1";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=135;
left=10;
alwaysvisible=1;
orientation="vertical";
itemwidth="125";
followscroll=1;
aI("text=Purchasing<br>Home Page;url=index.htm;status=Back To Home Page;");
aI("text=Meet the Staff;url=staff.htm;status=Meet the Purchasing Staff;");
aI("text=Commodity Assignments;url=pdf/commodity_assignment.pdf;image=/images/pdf_icon-transp.gif;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Adobe Acrobat Reader in a new browser window.;");
aI("text=Doing Business With the County;url=selling.htm;showmenu=business;");
aI("text=Vendor Registration;url=vendor_reg.htm;"); 
aI("text=General Services Home Page;url=/gs/index.htm;");
aI("text=General Services Divisions;url=/gs/administration/divisions.htm;showmenu=divisions;");
}

with(milonic=new menuname("commodity")){
style=menuStyle;
overflow="scroll";
aI("text=Commodity Assignments;url=pdf/commodity_assignment.pdf;target=new;image=/images/pdf_icon-transp.gif;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Adobe Acrobat Reader in a new browser window.;");
}

with(milonic=new menuname("business")){
style=menuStyle;
overflow="scroll";
aI("text=General Information;url=selling.htm;");
aI("text=Supplier's Guide - Doing Business With the County of Sonoma;url=pdf/doing_business_with_sonoma_county.pdf;target=new;image=/images/pdf_icon.gif;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Adobe Acrobat Reader in a new browser window.;");
aI("text=Standard Terms and Conditions;url=pdf/std_t_and_c.pdf;target=new;image=/images/pdf_icon.gif;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Adobe Acrobat Reader in a new browser window.;");
aI("text=General Information for Construction Vendors;url=pdf/gen_info_for_contractors.pdf;target=new;image=/images/pdf_icon.gif;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Adobe Acrobat Reader in a new browser window.;");

aI("text=Protests & Appeals;url=pdf/rfp_protest_procedures.pdf;target=new;image=/images/pdf_icon.gif;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Adobe Acrobat Reader in a new browser window.;");

aI("text=Enter the Online Purchasing System;url=https://bso.sonoma-county.org/bso/login.jsp;target=new;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,screenX=50,screenY=50,left=50,top=50';tooltip=Opens in a new browser window.;");

aI("text=Online Quote Tutorial;url=/purchasing/training/online_quote/;targetfeatures='buttons=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=50,screenY=50,left=50,top=50';tooltip=Opens in a new browser window.;");
}

with(milonic=new menuname("divisions")){
style=menuStyle;
overflow="scroll";
aI("text=Administration;url=/gs/administration/index.htm;"); 
aI("text=Accounting;url=/gs/accounting/index.htm;"); 
aI("text=Architecture;url=/gs/architect/index.htm;");
}

drawMenus();

