// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
position="relative";
itemwidth=160;

aI("text=Home;url=index.cfm");
aI("text=About bpi.films;showmenu=about");
aI("text=Foreign language pages<br> Cliquez ici<br>Klicken Sie hier;showmenu=foreign");
aI("text=News & Press releases;url=pressrelease.cfm");
aI("text=Our products;url=product_intro.htm");
aI("text=Library;showmenu=library");
//aI("text=Meet our team;url=salesteam.htm;")
aI("text=Customer Service - Contact details;showmenu=contact");
aI("text=Quality & Hygiene Certifications;url=accreditations.htm");
}

//with(milonic=new menuname("library")){
//overflow="scroll";
//style=menuStyle;
//aI("text=Literature downloads;url=literature.htm;")
//aI("text=Technical support guide;url=faq.htm;")
//}

with(milonic=new menuname("foreign")){
overflow="scroll";
style=menuStyle;

aI("text=French;image=graphics/frflag.gif;url=french.htm;")
aI("text=German;image=graphics/gerflag.gif;url=german.htm;")
}

with(milonic=new menuname("library")){
overflow="scroll";
style=menuStyle;

aI("text=Literature downloads;url=literature.htm;")
aI("text=Videos;url=video/FLV/dvdenq2.htm;")
}

//with(milonic=new menuname("products")){
//overflow="scroll";
//style=menuStyle;
//aI("text=Overview;url=prod_overview.htm;")
//aI("text=Hand Reel Films;url=handfilms.htm;")
//aI("text=Machine Films;url=machine.htm;")
//}

with(milonic=new menuname("about")){
overflow="scroll";
style=menuStyle;
aI("text=Company background;url=about.htm;")
aI("text=Locations;url=locations.htm;")
}
with(milonic=new menuname("contact")){
overflow="scroll";
style=menuStyle;
aI("text=Specific site enquiries;url=cust_serv_intro.htm;")
aI("text=General enquiries;url=enquiries.htm;")
}



drawMenus();


