


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#6A89AB";
oncolor="#ffffff";
offbgcolor="#FC9A15";
offcolor="#ffffff";
bordercolor="FC9A15";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FC9A15";
separatorsize="0";
itemheight="5";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="";
headerborder="1px solid #FC9A15";
headercolor="#FC9A15";
headerbgcolor="#FC9A15";
subimage="menu/arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
bgimage='menu/menu_background.jpg';
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=105;
//left=458;
//itemwidth=115;
padding=10;
itemheight=3;
align="center";
alwaysvisible=1;
screenposition="center"; 
left="offset=-60";
orientation="horizontal";

aI("text=Home;url=http://www.pxlcrosslinked.com/index.htm;status=Back To Home Page;");
aI("text=Product Applications;showmenu=Product Applications;");
aI("text=Product Data;showmenu=Product Data;status=Product Data;");
aI("text=About Us;showmenu=About Us;url=http://www.pxlcrosslinked.com/aboutus.htm");
aI("text=What's New;url=http://www.pxlcrosslinked.com/whatsnew.htm;status=What's New;");
aI("text=Request Information;showmenu=Request Information;url=http://www.pxlcrosslinked.com/RequestInfo.htm;status=News;");
aI("text=Contact;showmenu=Contact;url=http://www.pxlcrosslinked.com/Contact.htm;status=Contact Information;");
}

with(milonic=new menuname("Product Applications")){
style=menuStyle;
margin=3;
//overflow="scroll";
aI("text=Custom Solutions;url=http://www.pxlcrosslinked.com/custom.htm;status=Custom Solutions");
aI("text=Construction;url=http://www.pxlcrosslinked.com/construction.htm;");
aI("text=Packaging;url=http://www.pxlcrosslinked.com/packaging.htm;");
aI("text=Transportation;url=http://www.pxlcrosslinked.com/transportation.htm;");
aI("text=OEM Appliance;url=http://www.pxlcrosslinked.com/OEM.htm;");
aI("text=Consumer Products;url=http://www.pxlcrosslinked.com/consumer.htm;");
aI("text=Medical Products;url=http://www.pxlcrosslinked.com/medical.htm;");
}


with(milonic=new menuname("Product Data")){
style=menuStyle;
margin=3;
aI("text=PXL 150;url=http://www.pxlcrosslinked.com/data_sheets/15_PCF.htm;");
aI("text=PXL 200;url=http://www.pxlcrosslinked.com/data_sheets/20_PCF.htm;");
aI("text=PXL 200 EVA;url=http://www.pxlcrosslinked.com/data_sheets/2PCF_EVA.htm;");
aI("text=PXL 200 EEV;url=http://www.pxlcrosslinked.com/data_sheets/2PCF_EEV.htm;");
aI("text=PXL 200 FRUL94HF;url=http://www.pxlcrosslinked.com/data_sheets/200_FRUL94HF.htm;");
aI("text=PXL 200 FRFAR;url=http://www.pxlcrosslinked.com/data_sheets/200_FRFAR.htm;");
aI("text=PXL 200 FRE84CL;url=http://www.pxlcrosslinked.com/data_sheets/200_FRE84CL.htm;");
aI("text=PXL 200 FRCAL117;url=http://www.pxlcrosslinked.com/data_sheets/200_FRCAL117.htm;");
aI("text=PXL 200 Antifungal;url=http://www.pxlcrosslinked.com/data_sheets/200_Antifungal.htm;");
aI("text=PXL 200 Antibacterial;url=http://www.pxlcrosslinked.com/data_sheets/200_Antibacterial.htm;");

aI("text=PXL 300;url=http://www.pxlcrosslinked.com/data_sheets/30_PCF.htm;");
aI("text=PXL 400;url=http://www.pxlcrosslinked.com/data_sheets/40_PCF.htm;");
aI("text=PXL 400 EVA;url=http://www.pxlcrosslinked.com/data_sheets/4PCF_EVA.htm;");


aI("text=PXL 400 EEV;url=http://www.pxlcrosslinked.com/data_sheets/4PCF_EEV.htm;");
aI("text=PXL 600 EEV;url=http://www.pxlcrosslinked.com/data_sheets/600_800_1000.htm;");
aI("text=PXL 800 EEV;url=http://www.pxlcrosslinked.com/data_sheets/600_800_1000.htm;");
aI("text=PXL 1000 EEV;url=http://www.pxlcrosslinked.com/data_sheets/600_800_1000.htm;");
aI("text=Tolerance;url=http://www.pxlcrosslinked.com/data_sheets/tolerance.htm;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
margin=3;

}


with(milonic=new menuname("What's New")){
style=menuStyle;
margin=3;
}

with(milonic=new menuname("Request Information")){
style=menuStyle;
margin=3;

}



with(milonic=new menuname("Contact")){
style=menuStyle;
margin=3;
}

drawMenus();

