_menuCloseDelay=0           //The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            //The time delay before menus open on mouse over
_followSpeed=2                //Follow scrolling speed
_followRate=0                //Follow scrolling Rate
_subOffsetTop=0               //Sub menu top offset
_subOffsetLeft=0            //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="";
oncolor="";

offbgcolor="";
offcolor="#FFFFFF";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="12";
fontstyle="normal";
fontweight="700";
fontfamily="verdana";
pagecolor="white";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);"
outfilter="";
}



with(menuStyle1=new mm_style()){
onbgcolor="#fff3af";
oncolor="#422200";
offbgcolor="#dab534";
offcolor="#422200";
bordercolor="#643700";
borderstyle="solid";
borderwidth=0;
separatorcolor="#643700";
separatorsize="0";
padding=3;
fontsize="12";
fontstyle="bold";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#3e2001";headerbgcolor="#1b0e00";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100));Shadow(color='#ffffff', Direction=135, Strength=2)";outfilter="";
margin=0;
}

with(menuStyle2=new mm_style()){
onbgcolor="#78B6F3";
oncolor="#000000";
offbgcolor="#0D4197";
offcolor="#FFFFFF";
bordercolor="#0D4197";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=3;
fontsize="12";
fontstyle="bold";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#78B6F3";headerbgcolor="#78B6F3";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100));Shadow(color='#ffffff', Direction=135, Strength=2)";outfilter="";
margin=0;
}

with(menuStyle3=new mm_style()){
onbgcolor="#B7DEFB";
oncolor="#000000";
offbgcolor="#78B6F3";
offcolor="#000000";
bordercolor="#0D4197";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=3;
fontsize="12";
fontstyle="bold";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#000000";headerbgcolor="#000000";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=80));Shadow(color='#ffffff', Direction=135, Strength=2)";outfilter="";
margin=0;
}


with(milonic=new menuname("about"))
{

style=menuStyle1;
aI("text=About the Dynast &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;showmenu=;url=Aboutthedynast.html;");
aI("text= Birth and Growth;showmenu=;url=birth.html;");
}

//team

with(milonic=new menuname("Team"))
{

style=menuStyle1;
aI("text=The Creator &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp ;showmenu=;url=creator.html;");
aI("text=The Co-Writer;showmenu=;url=cowriter.html;");
aI("text=The Artist;showmenu=;url=artist.html;");
aI("text=Business Development Director;showmenu=;url=bdd.html;");
}

//Story
with(milonic=new menuname("Story"))
{

style=menuStyle1;
aI("text=The Characters;showmenu=;url=characters.html;");aI("text=The Story&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;showmenu=;url=Story.html;");
aI("text=The Chapters;showmenu=;url=samplechapters.html;");
aI("text=The Comic;showmenu=;url=thecomic.html;");
}

//Support

with(milonic=new menuname("support"))
{

style=menuStyle1;
aI("text=North America Training &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;showmenu=mar1;url=#HPLC/index.html;");
aI("text=Europe Training;showmenu=mar2;url=#columns_accessories/index.html;");
aI("text=Service;showmenu=mar3;url=#HPLC/index.html;");
aI("text=FAQs;showmenu=mar4;url=#columns_accessories/index.html;");
}

//Events

with(milonic=new menuname("events"))
{

style=menuStyle1;
aI("text=North America&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp  ;showmenu=mar1;url=#HPLC/index.html;");
aI("text=Europe;showmenu=mar2;url=#columns_accessories/index.html;");
aI("text=Asia Pacific;showmenu=mar3;url=#HPLC/index.html;");
}

//About Dionex

with(milonic=new menuname("aboutdionex"))
{

style=menuStyle1;
aI("text=Corporate Information &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp  ;showmenu=mar1;url=#HPLC/index.html;");
aI("text=Investor Relations;showmenu=mar2;url=#columns_accessories/index.html;");
aI("text=Press Releases;showmenu=mar3;url=#HPLC/index.html;");
aI("text=Careers;showmenu=mar4;url=#columns_accessories/index.html;");
}

drawMenus();




