


_menuCloseDelay=400           // 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="#FF9900";
oncolor="#333333";
offbgcolor="#e6e6e6";
offcolor="#333333";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="9pt";
fontstyle="normal";
fontfamily="Verdana ";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="";
}




with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Production of Co2;url=co2-karbondioksit-uretimi.html;status=Karbondioksit Üretimi;");
aI("text=Cooling with Co2;url=co2-karbondioksit-sogutma.html;status=Karbondioksit ile Soğutma;");
}


drawMenus();

