_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over (15)
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
// ignoreCollisions=false;	// False is the default

//*----------------------------------------------
//*  MENU STYLE for MAIN MENU
//*----------------------------------------------
with(menuStyle=new mm_style()){
//onclass="borderOn"; 
//offclass="borderOff";
onbgcolor="#BD4545"; 
oncolor="#FFFFFF";
offcolor="#FFFFFF";
offbgcolor="#FFFFFF";  
//bgimage='../images/xp-off.gif';  // for entire bar background
//bgcolor="#4C6686"; 

bgimage='../images/bg-button-off.gif';   
overbgimage='../images/bg-button-on.gif';	


if (ie55) {
  xoffbgcolor="transparent";
}
//* If ie55 or above, set to transparent so overfilter gradient shows through.

//onborder="1px solid #000000";
bordercolor="#DDDDDD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="0";
//padding=4;
padding="7px 11px 7px 11px";  //* top, right, bottom, left
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
 pagebgcolor="#008000";
pagebgimage='../images/bg-button-on.gif';
//pagebgimage='../images/bg-button.gif';
//pageborder="1px dashed #DDDDDD";  
//pagebgcolor="transparent";
//pageborder="1px solid #043914";  //* Doesn't appear to work on the main menu bar
headercolor="#000000";
headerbgcolor="#FFFFFF";
//subimagepadding="5"; 
subimagepadding="2px 9px 2px 0px";  //* top, right, bottom, left
//subimage= "../images/arrow.gif";
// overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#AAAAAA', Direction=180, Strength=3);Gradient(GradientType=0,  StartColorStr='#FFFFFF',EndColorStr='#FFFFFF')";
 outfilter="randomdissolve(duration=0.3)";
}

//*----------------------------------------------
//*  MENU STYLE for ALT MENU
//*----------------------------------------------
with(ALTmenuStyle=new mm_style()){
//onclass="borderOn"; 
//offclass="borderOff";
onbgcolor="#65CA41"; 
oncolor="#FFFFFF";
offcolor="#FFFFFF";
offbgcolor="#FFFFFF";  
//bgimage='../images/xp-off.gif';  // for entire bar background
//bgcolor="#4C6686"; 

bgimage='../images/bg-button-off.gif';   
overbgimage='../images/bg-button-on.gif';	


if (ie55) {
  xoffbgcolor="transparent";
}
//* If ie55 or above, set to transparent so overfilter gradient shows through.

//onborder="1px solid #000000";
bordercolor="#DDDDDD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#BBBBBB";
separatorsize="1";
//padding=4;
padding="7px 6px 7px 6px";  //* top, right, bottom, left
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
 pagebgcolor="#008000";
// pagebgimage='../images/bg-button-on.gif';
//pagebgimage='../images/bg-button.gif';
//pageborder="1px dashed #DDDDDD";  
//pagebgcolor="transparent";
//pageborder="1px solid #043914";  //* Doesn't appear to work on the main menu bar
headercolor="#000000";
headerbgcolor="#4E5B73";
//subimagepadding="5"; 
subimagepadding="2px 9px 2px 0px";  //* top, right, bottom, left
//subimage= "../images/arrow.gif";
// overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#AAAAAA', Direction=180, Strength=3);Gradient(GradientType=0,  StartColorStr='#FFFFFF',EndColorStr='#FFFFFF')";
 outfilter="randomdissolve(duration=0.3)";
}

//*----------------------------------------------
//*  MENU STYLE for all SUB Menus    
//*----------------------------------------------
with(subMenuStyle=new mm_style()){
onbgcolor="#F2F2F2";   
oncolor="#000000";		 
offbgcolor="#FFFFFF";	 
offcolor="#000000";		 
bordercolor="#999999";	 
borderstyle="solid";
borderwidth=1;
separatorcolor="#DDDDDD";	 
separatorsize="1";
//padding=3;
padding="3px 6px 3px 4px";  //* top, right, bottom, left
//if (homepg == 1) {padding="0px 6px 0px 4px";}  //** Fixes weird overpadding that was happenging on home page.
fontsize = "10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";	//*  Page being displayed.
pagebgcolor="#FDF3D5";	 
//pageborder="0px solid #C5E0CF";
pageborder="1px dashed #F1C375"; 
headercolor="#FFFFFF";   
headerbgcolor="#2A367E";  
//subimage= imagedir + "/arrow.gif";
subimage= "../images/arrow.gif";

subimagepadding="0px 2px 0px 3px";  //* top, right, bottom, left
//subimageposition = "top";
if (homepg == 0) {
	overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}
}
 
//*----------------------------------------------
//*  PLAIN  STYLE for SIDE MENU  
//*----------------------------------------------
with(plainMenuStyle=new mm_style()){
onbgcolor="#FFFFFF";   
oncolor="#000000";	
//offbgcolor="#FFFFFF";	
offcolor="#FCF4DA";	
bordercolor="#FCF4DA";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FEFEEF";  //* Same as offbgcolour so does not appear
separatorsize="0";
padding=2
// padding="01px 4px 0px 10px"; //* top, right, bottom, left
fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="#333333";
//pagebgcolor="#F2F2F2";  
pagecolor="#000000";	//* Page being displayed.
pagebgcolor="#FCF1BA";	 
pageborder="1px dashed #DDDDDD";  			 
headerbgcolor="#2A367E";  		 
headercolor="#FFFFFF"; 			 
subimage= "../images/arrow-menu-gray-r.gif";
subimagepadding="2px 2px 2px 2px"; //* top, right, bottom, left
//subimageposition = "top";
//overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
} 
 

//*----------------------------------------------
//*  MENU STYLE for SIDE MENU -  
//*----------------------------------------------
with(sideMenuStyle=new mm_style()){
onbgcolor="#F2F2F2";   
oncolor="#000000";	
offbgcolor="#FFFFFF";	
offcolor="#333333";	
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FEFEEF";  //* Same as offbgcolour so does not appear
separatorsize="1";
//padding=1
padding="2px 2px 2px 2px"; //* top, right, bottom, left
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="#333333";
//pagebgcolor="#F2F2F2";  
pagecolor="#000000";	//* Page being displayed.
pagebgcolor="#FDF3D5"; 
pageborder="1px dashed #DDDDDD";  			 
headerbgcolor="#FFFFFF";  		 
headercolor="#000000"; 			 
subimage= "../images/arrow-menu-gray-r.gif";
subimagepadding="2px 2px 2px 2px"; //* top, right, bottom, left
//subimageposition = "top";
overfilter="Fade(duration=0.2);Alpha(opacity=77);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
} 

//*----------------------------------------------
//*  MENU STYLE for IBM SIDE MENU -  
//*----------------------------------------------
with(sideIBMMenuStyle=new mm_style()){
onbgcolor="#BFD2E0";   
oncolor="#000000";	
offbgcolor="#F1F8FD";	
offcolor="#333333";	
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FEFEEF";  //* Same as offbgcolour so does not appear
separatorsize="1";
//padding=1
padding="2px 2px 2px 2px"; //* top, right, bottom, left
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="#333333";
//pagebgcolor="#F2F2F2";  
pagecolor="#000000";	//* Page being displayed.
pagebgcolor="#BFD2E0"; 
pageborder="1px dashed #DDDDDD";  			 
headerbgcolor="#99AEC0";  		 
headercolor="#FFFFFF"; 			 
subimage= "../images/arrow-menu-gray-r.gif";
subimagepadding="2px 2px 2px 2px"; //* top, right, bottom, left
//subimageposition = "top";
overfilter="Fade(duration=0.2);Alpha(opacity=77);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
} 
 
 
//*----------------------------------------------
//*  MENU STYLE for QUICK MENU -  
//*----------------------------------------------
with(quickMenuStyle=new mm_style()){
onbgcolor="#349A34";
oncolor="#333333";
onbgcolor="#F9E0B7";
oncolor="#000000";		 
offbgcolor="#FEFEEF";  
offcolor="#FFFFFF";
offcolor="#333333";  	 
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F1C375";
separatorsize="1";
//padding=2; 
padding="2px 2px 2px 2px"; //* top, right, bottom, left
//padding="2px 4px 2px 5px"; //* top, right, bottom, left   **** From SIDE MENU
//rawcss="padding:1px 1px 1px 1px;"  //alternate format

image = "../images/icon-warn.gif";
imagepadding=2;
imageposition = "baseline";

fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#333333";		 
pagebgcolor="#FDF3E1"; 		 
pageborder="1px dashed #F1C375"; 
headerbgcolor="#028642";  		 
headercolor="#EEEEEE";
subimage="../images/arrow-crm-left.gif";
//subimageposition = "left"
subimagepadding="0px 0px 0px 0px";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
 
//*----------------------------------------------
//*  MENU STYLE for POPUPS - PDF
//*----------------------------------------------
with(menuStylePOPUP=new mm_style()){
onbgcolor="#E8EFF5";
oncolor="#000000";
offbgcolor="#E8EFF5";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#FFD400";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
//*----------------------------------------------
//*  MENU STYLE for FLOATING "TOP"  
//*----------------------------------------------
with(menuStyleTop=new mm_style()){
onbgcolor="#0A4696";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#DDDDDD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFB578";
separatorstyle="solid";
separatorsize="1";
padding=0;
fontSize="8px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFEFDF";
}

//*----------------------------------------------
//*  MENU STYLE for NEWS MENU - for LISTS
//*----------------------------------------------
with(newsMenuStyle=new mm_style()){
onbgcolor="#D9E8FF";   
oncolor="#000000";	
offbgcolor="#FFFFFF";	
offcolor="#333333";	
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
separatorcolor="#AAAAAA";  //* Same as offbgcolour so does not appear
separatorsize="1";
padding=4
// padding="01px 4px 0px 10px"; //* top, right, bottom, left
fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="#333333";
//pagebgcolor="#F2F2F2";  
pagecolor="#000000";	//* Page being displayed.
pagebgcolor="#FCF1BA";	//* Med yellow 
pageborder="1px dashed #DDDDDD";  			 
headerbgcolor="#E8E8E9";  		 
headercolor="#028002"; 			 
//subimage="../images/arrow-menu-gray-r.gif";
//subimagepadding="2px 2px 2px 2px"; //* top, right, bottom, left
//subimageposition = "top";
//overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
} 
drawMenus()
