_scrollAmount=5;		// Used for Netscape 4 scrolling
_scrollDelay=10;		// Used for Netscape 4 scrolling

_menuCloseDelay=500;	// The delay for menus to remain visible on mouse off
_menuOpenDelay=150;		// The delay for opening menus on mouse over
_subOffsetTop=0;		// Sub menu offset Top position
_subOffsetLeft=0;		// Sub menu offset Left position

treeOffset=17;			// Used to set the offset of sub menus
singleMasterMenu=true;	// Informs the system to only have one menu open at a time

with(tstyle1=new mm_style()){
	offcolor="#FFFFFF";
	oncolor="#F7CF2F";
	decoration="none";
	ondecoration="none";
	fontfamily="verdana,arial,tahoma"; 
	fontsize="12px"; 
	fontweight="normal"   
	type="tree";
	separatorsize=5;
	separatorcolor="transparent";	
	subimage="images/tree_trans.gif"
	subimageposition="top left"; 
}  

with(tstyle2=new mm_style()){
	offcolor="#000000";
	oncolor="#F7CF2F";
	decoration="none";
	ondecoration="none";
	fontfamily="verdana,arial,tahoma"; 
	fontsize="11px"; 
	fontweight="normal"  
	type="tree";
	subimage="images/tree_trans.gif"
	subimageposition="top left";
}

drawMenus();





