﻿ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="image/spacer.gif";// Transparent image in gif format.
showdelay=100;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=400;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=160;
height=26;
color="#FFFFFF";
coloron="#FFFFFF";
bgcolor="#727272";
bgcoloron="#2b2e21";
fontsize="11px";
fontfamily="Tahoma, Arial, Geneva, sans-serif";
paddingtop=6;
paddingleft=10;
arrow="image/menu_arrow_white.gif";
arrowon="image/menu_arrow_white.gif";
arrowright=20;
arrowtop=5;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#2b2e21";
menuborderwidth=1;
menubordercolor="#727272";
separatorsize=1;
separatorcolor="#AAAAAA";
highlightpath=true;
wiseposition=true;
}

with(submenuitemStyle=new fxstyle()){
width=180;
height=20;
color="#FFFFFF";
coloron="#FFFFFF";
bgcolor="#727272";
bgcoloron="#3C3C3C";
fontsize="11px";
fontfamily="Tahoma, Arial, Geneva, sans-serif";
paddingtop=4;
paddingleft=10;
arrow="image/menu_arrow_black.gif";
arrowon="image/menu_arrow_black.gif";
arrowright=20;
arrowtop=2;
}

with(submenumenuStyle=new fxmenustyle()){
filterover="Alpha(opacity=97)";
menubgcolor="#727272";
menuborderwidth=1;
menubordercolor="#3C3C3C";
separatorsize=1;
separatorcolor="#AAAAAA";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Ana Sayfa;width=70;url=default.asp;");
fx("text=Ulupınar Hakkında;width=120;show=hakkinda;");
fx("text=Dernek;width=70;show=dernek;");
fx("text=Fotoğraflarla Ulupınar;width=120;url=?page=photogallery/photogallery.asp;");
fx("text=Mesaj Panosu;width=90;url=?page=message.asp;");
fx("text=Kim Nerede;width=70;url=?page=where/where.asp;");
fx("text=Telefon Rehberi;width=100;url=?page=phone.asp;");
fx("text=Web Sayfası;width=100;show=websayfasi;");
}

with(new fxmenu("hakkinda")){
style=submenuitemStyle;
menustyle=submenumenuStyle;
width=160;
fx("text=Yerleşim;show=yerlesim;");
fx("text=Tarihçe;url=?page=introduction/history.html;");
fx("text=Kültür Edebiyat;url=?page=introduction/culture.html;");
fx("text=Yemekler;url=?page=introduction/food.html;");
fx("text=Düğünler;url=?page=introduction/wedding.html;");
fx("text=Muhtar ve İhtiyar Heyeti;url=?page=introduction/committee.html;");
}

with(new fxmenu("yerlesim")){
style=submenuitemStyle;
menustyle=submenumenuStyle;
width=140;
fx("text=Mahalleler;url=?page=site/district.html;");
fx("text=Mevkiler ve İsimleri;url=?page=site/sitename.html;");
fx("text=Nerede;url=?page=site/location.html;");
fx("text=Karayolu Mesafeleri;url=?page=site/distance.html;");
}

with(new fxmenu("dernek")){
style=submenuitemStyle;
menustyle=submenumenuStyle;
width=140;
fx("text=Dernek Hakkında;url=?page=club/club.html;");
fx("text=Yönetim Kurulu;url=?page=club/boarddirectors.html;");
fx("text=Dernek Üyeleri;url=?page=club/members.asp;");
fx("text=Üyelik;url=?page=club/registration.asp;");
}

with(new fxmenu("websayfasi")){
style=submenuitemStyle;
menustyle=submenumenuStyle;
width=140;
fx("text=Neden Web Sayfası;url=?page=website/cause.html;");
fx("text=Teşekkürler;url=?page=website/thank.html;");
}

buildMenus();