
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=30;
alwaysvisible=1;
position="relative";
orientation="horizontal";
aI("text= HOME;;url=http://www.rousseleavestrough.com/index.html;showmenu=home;");
aI("text= PRODUCTS;;url=http://www.rousseleavestrough.com/product_eaves.html;showmenu=products;");
aI("text= SERVICES;;url=http://www.rousseleavestrough.com/delivery.html;showmenu=services;");
aI("text= GALLERY;;url=http://www.rousseleavestrough.com/webgallery;showmenu=gallery;");
aI("text= CONTACT US;;url=http://www.rousseleavestrough.com/contact.html;showmenu=contact;");
aI("text= ROOF REPAIR;;url=http://www.rousseleavestrough.com/roof_repair;showmenu=roof;");
}

drawMenus();

