_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


//Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0);Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
//Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
//Goutfilter="randomdissolve(duration=0.3)"
Goutfilter=""
Goverfilter=""

AllMargin=0

treeOffset=0;  // Used to set the offset of sub menus
singleMasterMenu=true // Informs the system to on;y have one menu open at a time

with(tstyle1=new mm_style()){
offcolor = "#000000";
//onbgcolor = "#FFFFFF";
oncolor = "#000000";
offbgcolor="#FFFFFF"
ondecoration="underline"
borderstyle = "solid";
//subimage="/inc/arrow_off.gif"
//onsubimage="/inc/arrow_on.gif"
bordercolor="#999999"
borderwidth=1
padding = 2
fontsize = "10px";
fontfamily = "arial, verdana, tahoma";    
subimageposition="";
separatorsize=1
separatorcolor="#999999";
pagecolor="#FFFFFF";
pagebgcolor="#8d9700";
image="/inc/trans.gif"
subimagepadding=0;
imagepadding=2;
itemwidth=150;
//leftSubOffset = "offset=25";
}


sub1Style=new copyOf(tstyle1)
sub1Style.offcolor = "#000000";
sub1Style.offbgcolor="#ffffff";
sub1Style.separatorcolor="#999999";
//sub1Style.onbgcolor = "#ffffff";
sub1Style.pagebgcolor="#8d9700";
sub1Style.pageimage="/inc/arrow_L2_on.gif";
sub1Style.pageoncolor="#FFFFFF";
sub1Style.image="/inc/arrow_L2_off.gif";
sub1Style.clicksubimage="/inc/arrow_L2_on.gif";
sub1Style.pageimage="/inc/arrow_L2_on.gif";
sub1Style.clickimage="/inc/arrow_L2_on.gif";
sub1Style.clickbgcolor="#8d9700";
sub1Style.clickcolor="#FFFFFF";

//sub1Style.onclass="sub1pad"
//sub1Style.offclass="sub1pad"


sub2Style=new copyOf(tstyle1)
sub2Style.offcolor = "#000000";
sub2Style.offbgcolor="#FFFFFF";
//sub2Style.separatorcolor="#999999";
sub2Style.pagebgcolor="#EAEDBF";
sub2Style.image="/inc/trans46.gif";
sub2Style.pageimage="/inc/arrow_L3_green.gif";
sub2Style.pageonbgcolor="#EAEDBF";
sub2Style.pageoncolor="#8C9700";
sub2Style.pagecolor="#8C9700";
sub2Style.clickbgcolor="#EAEDBF";
//sub2Style.onclass="sub2pad"
//sub2Style.offclass="sub2pad"


tstyle1.clickcolor="#ffffff";
tstyle1.clickbgcolor="#8d9700";
tstyle1.image="/inc/arrow_off.gif";
tstyle1.clicksubimage="/inc/arrow_on.gif";
tstyle1.pageimage="/inc/arrow_on.gif";
tstyle1.clickimage="/inc/arrow_on.gif";
tstyle1.pageoncolor="#FFFFFF";

   with(new menuname("dummy")){
   style=sub1Style;
   margin=AllMargin
   }

	with(new menuname("sac")){
	style = sub1Style;
	margin=AllMargin;
	//screenposition="center";
	//left="offset=-305";
	aI("text=Natomas Place;showmenu=natomas;type=tree;url=#");
	aI("text=Sun Meadows;showmenu=sunmeadows;type=tree;url=#");
	aI("text=Alchemy @ R Street;showmenu=alchemy;type=tree;url=#");
	aI("text=Del Paso Nuevo;showmenu=delpaso;type=tree;url=#");
	aI("text=Antelope;showmenu=antelope;type=tree;url=#");
	aI("text=Victoria;showmenu=victoria;type=tree;url=#");
	}

		with(new menuname("natomas")){
		style = sub2Style;
		margin=AllMargin
		//screenposition="center";
		//left="offset=-305";
		aI("text=Overview;url=#");
		aI("text=Features;url=#");
		aI("text=Models;url=#");
		
		}

		with(new menuname("sunmeadows")){
		style = sub2Style;
		margin=AllMargin
		aI("text=Overview;url=/sacto/sun_overview.html;pagematch=/sacto/sun_overview.html;");
		aI("text=Features;url=#");
		aI("text=Models;url=#");
		
		}
		
		with(new menuname("alchemy")){
		style = sub2Style;
		margin=AllMargin
		aI("text=Overview;url=#");
		aI("text=Features;url=#");
		aI("text=Models;url=#");
		
		}
		with(new menuname("delpaso")){
		style = sub2Style;
		margin=AllMargin
		aI("text=Overview;url=#");
		aI("text=Features;url=#");
		aI("text=Models;url=#");
		
		}
		with(new menuname("antelope")){
		style = sub2Style;
		margin=AllMargin
		aI("text=Overview;url=#");
		aI("text=Features;url=#");
		aI("text=Models;url=#");
		
		}
		with(new menuname("victoria")){
		style = sub2Style;
		margin=AllMargin
		aI("text=Overview;url=#");
		aI("text=Features;url=#");
		aI("text=Models;url=#");
		
		}
		




drawMenus()
