var winW=780; var winH=10; if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { winW = window.innerWidth; winH = window.innerHeight; } if (navigator.appName.indexOf("Microsoft")!=-1) { winW = document.body.offsetWidth-20; winH = document.body.offsetHeight; } } _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=4 // Sub menu top offset _subOffsetLeft=0 // 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()){ pagecolor="#FFFFFF"; pagebgcolor="#004d95"; onbgcolor="#013b6d"; oncolor="#FFFFFF"; offbgcolor="#004d95"; offcolor="#FFFFFF"; bordercolor="#004d95"; borderstyle="solid"; borderwidth=2; separatorcolor="white"; separatorsize="1"; padding=2; fontsize="11px"; fontstyle="normal"; fontweight="normal"; fontfamily="Arial"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="";// /menu/WinDHTML/arrow.gif"; subimagepadding="0"; overfilter="Fade(duration=0.5);Alpha(opacity=100);"; //Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.2)"; outfilter=""; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=140; if (winW>780) { left=((winW-780)/2); } else left=16; left = left + 104; //left=184; alwaysvisible=1; orientation="horizontal"; //aI("text= Home ;url=/default.htm;status=Home;"); aI("text= About Us ;url=/page.asp?langue=EN&id=2;showmenu=About Us;status=About Us;"); aI("text= FGT Issues ;url=/page.asp?langue=EN&id=11;showmenu=FGT Issues;status=FGT Issues;"); aI("text= Reagents ;url=/page.asp?langue=EN&id=12;showmenu=Reagents;status=Reagents;"); aI("text= News ;url=/page.asp?langue=EN&id=14;showmenu=News;status=News;"); } with(milonic=new menuname("About Us")){ style=menuStyle; overflow="scroll"; aI("text=Mission;url=/page.asp?langue=EN&id=3;status=Mission"); aI("text=Dravo´s Tools;url=/page.asp?langue=EN&id=4;showmenu=Dravo´s Tools;status=Dravo´s Tools"); aI("text=R & D;url=/page.asp?langue=EN&id=41;status=R & D"); } with(milonic=new menuname("FGT Issues")){ style=menuStyle; overflow="scroll"; aI("text=FGD challenge...;url=/page.asp?langue=EN&id=58;status=FGD challenge..."); aI("text=wet LIME process;url=/page.asp?langue=EN&id=73;status=wet LIME process"); aI("text=wet MEL process;url=/page.asp?langue=EN&id=18;showmenu=wet MEL process;status=wet MEL process"); aI("text=wet LSFO process;url=/page.asp?langue=EN&id=19;status=wet LSFO process"); aI("text=Lime Spray Dryer;url=/page.asp?langue=EN&id=38;status=Lime Spray Dryer"); aI("text=Circulating fluidized bed;url=/page.asp?langue=EN&id=30;status=Circulating fluidized bed"); } with(milonic=new menuname("Reagents")){ style=menuStyle; overflow="scroll"; aI("text=Lime production process;url=/page.asp?langue=EN&id=48;status=Lime production process"); aI("text=1. Extraction and stone preparation;url=/page.asp?langue=EN&id=59;status=1. Extraction and stone preparation"); aI("text=2. Calcination and production of quicklime;url=/page.asp?langue=EN&id=60;status=2. Calcination and production of quicklime"); aI("text=3. Lime hydration;url=/page.asp?langue=EN&id=61;status=3. Lime hydration"); } with(milonic=new menuname("News")){ style=menuStyle; overflow="scroll"; aI("text=Press Releases;url=/page.asp?langue=EN&id=15;status=Press Releases"); aI("text=Press Releases - Archives;url=/page.asp?langue=EN&id=71;status=Press Releases - Archives"); } with(milonic=new menuname("Dravo´s Tools")){ style=menuStyle; overflow="scroll"; aI("text=Cost comparison;url=/page.asp?langue=EN&id=63;status=Cost comparison"); aI("text=FGD Pilot Plant;url=/page.asp?langue=EN&id=72;status=FGD Pilot Plant"); } with(milonic=new menuname("wet MEL process")){ style=menuStyle; overflow="scroll"; aI("text=Chemical aspects;url=/page.asp?langue=EN&id=46;status=Chemical aspects"); aI("text=Advantages;url=/page.asp?langue=EN&id=42;status=Advantages"); aI("text=References;url=/page.asp?langue=EN&id=47;status=References"); } drawMenus();