


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0	            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-5            // 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()){
onbgcolor="#92A68D";
oncolor="#000000";
offbgcolor="#008939";
offcolor="#ffffff";
bordercolor="#008939";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="9";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#4B5667";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/submenuarrow2.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#92A68D";
oncolor="#000000";
offbgcolor="#008939";
offcolor="#ffffff";
bordercolor="#008939";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4B5667";
separatorsize="1";
padding=5;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#4B5667";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/submenuarrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=233;
align="center";
screenposition="center";
left="offset=76";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Hakkında&nbsp;&nbsp;;url=hakkinda.php;status=ICOMOS Hakkında;");
aI("text=&nbsp;&nbsp;Etkinlikler&nbsp;&nbsp;;showmenu=etkinlik;;status=Etkinlikler;");
aI("text=&nbsp;&nbsp;Üyeler&nbsp;&nbsp;;url=uyeler.php;status=Üyeler;");
aI("text=&nbsp;&nbsp;Tüzükler&nbsp;&nbsp;;url=dosya.php?k=1;;status=Tüzükler;");
aI("text=&nbsp;&nbsp;Komiteler&nbsp;&nbsp;;showmenu=komite;;status=Komiteler;");
aI("text=&nbsp;&nbsp;Yayınlar&nbsp;&nbsp;;showmenu=yayinlar;;status=Yayınlar;");
aI("text=&nbsp;&nbsp;Arşiv&nbsp;&nbsp;;url=dosya.php?k=4;;status=Arsiv;");
aI("text=&nbsp;&nbsp;Linkler&nbsp;&nbsp;;url=linkler.php;;status=Linkler;");
}

with(milonic=new menuname("komite")){
style=submenuStyle;
itemwidth=150;
aI("text=Ulusal Bilimsel Komiteler;url=ulusal.php;");
aI("text=Uluslararası Bilimsel Komiteler;url=uluslararasi.php;");
}

with(milonic=new menuname("etkinlik")){
style=submenuStyle;
itemwidth=150;
aI("text=Ulusal;url=etkinlikler2.php?type=0;");
aI("text=Uluslararası;url=etkinlikler2.php?type=1;");
}

with(milonic=new menuname("yayinlar")){
style=submenuStyle;
itemwidth=150;
aI("text=Yayınlar / Raporlar;url=dosya.php?k=2;");
aI("text=Ayın Makalesi;url=dosya.php?k=3;");
}

drawMenus();
