

// 1st tier Menu



_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="0";

oncolor="#92A5BE";

offbgcolor="";

offcolor="#ffffff";

bordercolor="#3D685E";

borderstyle="solid";

borderwidth=0;

separatorcolor="#ffffff";

separatorsize="1";

padding=5;

fontsize="75%";

fontweight="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="";

pagebgcolor="";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=200";
orientation="horizontal";
style=menuStyle;
top=50;
screenposition="center";

aI("text=Home;url=index.asp;status=Home;");

aI("text=Contact;url=contact.asp;status=Contact");

aI("text=News;url=news.asp;status=News;");

aI("text=About Us;url=about.asp;status=About Us;");

aI("text=Products;url=products.asp;status=Products;");

aI("text=Careers;url=careers.asp;status=Careers;");


}


drawMenus();




// 2nd tier Menu------------------------------------------------------------------------------------------------------





_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="#5184C6";

oncolor="#ffffff";

offbgcolor="#4A77B1";

offcolor="#ffffff";

bordercolor="#5184C6";

borderstyle="solid";

borderwidth=1;

separatorcolor="#5184C6";

separatorsize="1";

padding=11;

fontsize="75%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="white";

pagebgcolor="#5184C6";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="gfx/dotted.gif";

subimagepadding="0";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=-280";
orientation="verticle";
style=menuStyle;
top=80;
screenposition="center";

aI("text=&nbsp;Products&nbsp;;url=products.asp;status=Products;");
aI("separatorimage=../gfx/dotted.gif;separatorsize=1;showmenu=Samples;");

aI("text=&nbsp;Repair & Exchange&nbsp;;url=repairs.asp;status=Repair & Exchange;");
aI("separatorimage=../gfx/dotted.gif;separatorsize=1;showmenu=Samples;");

aI("text=&nbsp;Warranty Info&nbsp;;url=warranty.asp;status=Warranty Info;");
aI("separatorimage=../gfx/dotted.gif;separatorsize=1;showmenu=Samples;");

aI("text=&nbsp;Distributors&nbsp;;url=search.asp;status=Distributors;");
aI("separatorimage=../gfx/dotted.gif;separatorsize=1;showmenu=Samples;");

aI("text=&nbsp;Ask an Expert&nbsp;;url=ask.asp;status=Ask an Expert;");
aI("separatorimage=../gfx/dotted.gif;separatorsize=1;showmenu=Samples;");

aI("text=&nbsp;Education&nbsp;&nbsp;;url=education.asp;status=Education;");
aI("separatorimage=../gfx/dotted.gif;separatorsize=1;showmenu=Samples;");

}



drawMenus();







