


_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="#ffffff"; // dedede E7CEFF 33ffff
oncolor="#000080"; // 000080
offbgcolor="#57ABFD"; // 30277A 0099cc
offcolor="#ffffff";
bordercolor="#000033"; //296488
borderstyle="solid";
borderwidth=2;
separatorcolor="#0033FF"; //org 2D729D 00ccff
separatorsize="1";
separatorheight="17";
padding=0;
fontsize="13";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bolder";
pagecolor="000080";
pagebgcolor="#33FFFF"; //current page button color dedede
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=4)"; // rns 135,5
//outfilter="randomdissolve(duration=0.3)"; rns
}

outarrowStyle=new copyOf(menuStyle)  //rs new arrow style
outarrowStyle.subimage="arrowhz.gif";  //rs new arrow cont


with(milonic=new menuname("Main Menu")){
style=menuStyle;

alwaysvisible=1;
//alignment="center"; //rs does not work
//menualign="center"; //rs
position="relative"; //rs
//menuwidth="100%"; //rs
screenposition="center"; //rs
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=http://dreamphotography.us/index.htm;;status=Dream Photography - Home Page;separatorsize=1")
// aI("text=&nbsp;&nbsp;Children&nbsp;&nbsp;;url=http://dreamphotography.us/children.htm;status=Dream Photography - Children's Portraits;separatorsize=1")
aI("text=&nbsp;&nbsp;Family&nbsp;&nbsp;;url=http://dreamphotography.us/family.htm;status=Dream Photography - Family Portraits;separatorsize=1")
aI("text=&nbsp;&nbsp;Weddings&nbsp;&nbsp;;url=http://dreamphotography.us/weddings.htm;status=Dream Photography - Wedding Package Description;separatorsize=1")
aI("text=&nbsp;&nbsp;H.S.&nbsp;Seniors&nbsp;&nbsp;;url=http://dreamphotography.us/seniors/index.htm;status=Dream Photography - High School Senior Picture Archives;separatorsize=1")
aI("text=&nbsp;&nbsp;Specials&nbsp;&nbsp;;url=http://dreamphotography.us/specials.htm;status=Dream Photography - February Specials;separatorsize=1")
aI("text=&nbsp;&nbsp;Couples&nbsp;&nbsp;;url=http://dreamphotography.us/couples.htm;status=Dream Photography - Couples Portraits;separatorsize=1")
aI("text=&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;;url=http://dreamphotography.us/contact.htm;;status=Dream Photography - Contact Form;separatorsize=1")
}




drawMenus();


