_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()){
itemheight="15";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="65%";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
offcolor="#ffffff";
offbgcolor="#A2B2C1";
oncolor="#ffffff";
onbgcolor="#636B9C";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.7);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.5)";
}

with(milonic=new menuname("News")){
style=menuStyle;
overflow="scroll";

aI("text=News;url=content.php?id=1;status=To News;");
aI("text=Press Releases;url=content.php?id=2;status=To Press Releases;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";

aI("text=Profile;url=content.php?id=3;status=To Profile;");
aI("text=Cooperations;url=content.php?id=4;status=To Cooperations;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";

aI("text=User Needs Study;url=content.php?id=10;status=To User Needs Study;");
aI("text=Functional Analysis, Programme;url=content.php?id=11;status=To Functional Analysis, Programme;");
aI("text=Space Design;url=content.php?id=12;status=To Space Design;");
aI("text=Real Estate Research;url=content.php?id=13;status=eal Estate Research;");
aI("text=Project Development;url=content.php?id=14;status=Project Development;");
aI("text=Architectural Design;url=content.php?id=15;status=To Architectural Design;");
aI("text=Industrial, Graphic, Media Design;url=content.php?id=16;status=To Industrial, Graphic, Media Design;");
aI("text=Webdesign, Internet Presentations;url=content.php?id=17;status=To Webdesign, Internet Presentations;");
aI("text=Content Management Systems;url=content.php?id=18;status=To Content Management Systems;");
aI("text=Virtual Reality, VRML, X3D, QTVR;url=content.php?id=19;status=To Virtual Reality, VRML, X3D, QTVR;");
aI("text=Architectural, Panorama Photography;url=content.php?id=20;status=To Architectural, Panorama Photography;");
aI("text=Object, Macro Photography;url=content.php?id=21;status=To Object, Macro Photography;");
aI("text=QuickTime Technology;url=content.php?id=22;status=To QuickTime Technology;");
aI("text=Town Planning, Process-Simulation;url=content.php?id=23;status=To Town Planning, Process-Simulation;");
}

with(milonic=new menuname("Research&nbsp;&&nbsp;Development")){
style=menuStyle;
overflow="scroll";

aI("text=Projects;url=content.php?id=26;status=To Projects;");
aI("text=Downloads;url=content.php?id=27;status=To Downloads;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
overflow="scroll";

aI("text=Email;url=mailto:info@e3ds.com;status=To Email;");
//aI("text=Email;url=http://www.e3ds.com/mail/maianmail.php;status=To Email;");
//aI("text=Links;url=content.php?id=8;status=To Links;");
}

with(milonic=new menuname("Imprint")){
style=menuStyle;
overflow="scroll";

aI("text=Imprint;url=content.php?id=28;status=To Imprint;");
aI("text=CMS;url=http://www.e3ds.com/cms/admin.php;status=To Content Management System;");
}

drawMenus();
