


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=750            // 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()){
horizontalMenuDelay = true;
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=3;
fontsize="14px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial,Verdana, Tahoma";
pagecolor="#ffffff";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
ondecoration='none';
align="right";


// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(subStyle=new mm_style()){
horizontalMenuDelay = true;
onbgcolor="";
oncolor="#000000";
offbgcolor="#AA3734";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="black";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
ondecoration='none';

// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth=134
screenposition="left"
top=150;
left=3;
//menuwidth="100%";
menualign="";
alwaysvisible=1;
followscroll=0;
orientation="center";


aI("text=GRAPHIC DESIGN;url=http://www.phoenix-vision.com/design.htm;");
aI("text=PHOTOGRAPHY;url=http://www.phoenix-vision.com/photos.htm;");
aI("text=VIDEOGRAPHY;url=http://www.phoenix-vision.com/video1.htm;");
aI("text=WRITING;url=http://www.phoenix-vision.com/wordage.htm;");
aI("text=CONTACT;url=http://www.phoenix-vision.com/forms/contact.htm;");
//aI("text=ABOUT;url=http://www.phoenix-vision.com/about.htm;");


}

with(milonic=new menuname("design")){
style=subStyle;
overflow="scroll";
aI("text=Websites;url=http://www.phoenix-vision.com/web.htm;");
aI("text=Print;url=http://www.phoenix-vision.com/print.htm;");
aI("text=Logos and Graphics;showmenu=graphics;");


}

with(milonic=new menuname("graphics")){
style=subStyle;
overflow="scroll";
aI("text=Flash;url=http://www.phoenix-vision.com/flash.htm;");
aI("text=Static Graphics;url=http://www.phoenix-vision.com/logos.htm;");

}




drawMenus();

