
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=0              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#3f3f3f";
oncolor="#f7f7f7";
offbgcolor="#dfdfdf";
offcolor="#3f3f3f";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2b5474";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontfamily="Tahoma, Arial, Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="boutons/ar-d-gr.gif";
subimage="http://www.gmc.lu/navi/arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=155;
left=95;
menuwidth=160;
alwaysvisible=1;
orientation="vertical";



aI("text=Showroom Opel;url=http://www.opel.lu/showroom;target=_blank;");
aI("text=Liste de prix & catalogues;url=./opel-f.html;");
aI("showmenu=irm;text=Irmscher");
//aI("text=News;url=./news.html;");
aI("showmenu=link;text=Liens");
aI("text=Occasions;url=./occasion.html;");
aI("text=Service Après vente;url=./aftersales.html;");
aI("text=Rendez-vous atelier;url=./rdv.html;");
//aI("text=Shop;url=./shop.html;");
aI("text=Infos & Plan;url=./info.html;");
aI("text=Contactez-nous;url=./contact.html;");
}

with(milomic=new menuname("link")){
left="offset=10";
style=menuStyle;
aI("text=Opel.lu;url=http://www.opel.lu;target=_blank;");
aI("text=Mobiliteit.lu;url=http://www.mobiliteit.lu;target=_blank;");
aI("text=ACL.lu;url=http://www.acl.lu;target=_blank;");
aI("text=Diekirch.biz;url=http://www.diekirch.biz;target=_blank;");
// aI("text=ligne5;url=./05.html;");

}
with(milomic=new menuname("irm")){
left="offset=10";
style=menuStyle;
aI("image=http://www.motor-center.lu/irmscher/sub-head.gif;imagewidth=100;imageheight=20;");
aI("text=Opel Agila;url=./irm-agila-f.html;");
//aI("text=Opel Astra;url=./irm-astra.html;");
aI("text=Opel Insignia;url=./irm-insignia-f.html;");
}
drawMenus();
