ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="";// Transparent image in gif format.
showdelay=100;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=155;
height=25;
color="#FFFFFF";
coloron="#000000";
bgcolor="#0066FF";
bgcoloron="#3399FF";
fontsize="10pt";
fontfamily="Tahoma, Verdana, sans-serif, Helvetica, sans-serif";
paddingtop=4;
paddingleft=4;
arrow="";
arrowon="";
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#0066FF";
menuborderwidth=0;
menubordercolor="#ffffff";
separatorsize=1;
separatorcolor="#ffffff";
highlightpath=true;
wiseposition=true;
}

/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute";
top=105;
left="absolute";
width=97;
orientation="horizontal";
fx("text=<b>Ana Sayfa</b>;url=index.php;");
fx("text=<b>Domain</b>;show=Domain;");
fx("text=<b>Hosting</b>;show=Hosting;");
fx("text=<b>Hizmetler</b>;show=Hizmetler;");
fx("text=<b>Firmamız</b>;show=Firmamiz;");
fx("text=<b>Destek</b>;show=Destek;");
fx("text=<b>AWBS</b>;show=Awbs;");
fx("text=<b>Hesabım</b>;show=Hesabim;");

}

with(new fxmenu("Domain")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Domain Kayıt;url=check.php;");
fx("text=Domain Transfer;url=transcheck.php;");
fx("text=Domain Sorgula;url=whois.php;");
fx("text=Domain Satış;url=forsale.php;");
//fx("text=Domain Bayilik;url=domain_bayi.php;");
}

with(new fxmenu("Hosting")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=HTML Hosting;url=html_hosting.php;");
fx("text=PHP Hosting;url=web_hosting.php;");
fx("text=Email Hosting;url=email_hosting.php;");
fx("text=Bayi Paketler;url=bayi_hosting.php;");
fx("text=Radyo Paketler;url=radyo.php;");
fx("text=Kiralık Sunucular;url=dedicated.php;");
fx("text=DNS Hosting;url=dnhosting.php;");
}

with(new fxmenu("Hizmetler")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Web Tasarım;url=web_site_tasarim.php;");
fx("text=Web Programlama;url=web_programlama.php;");
fx("text=AWBS;url=awbs_hosting_yonetim_sistemi.php;");
fx("text=SSL Sertifikası;url=sslsertifika.php;");
fx("text=Google Optimizasyon;url=google_birinci_sayfada_cikmak_icin.php;");
}

with(new fxmenu("Firmamiz")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Hakkımızda;url=hakkimizda.php;");
fx("text=Firma İletişim;url=contact.php;");
fx("text=Banka Bilgisi;url=banka.php;");
fx("text=Referanslar;url=referans.php;");
}

with(new fxmenu("Destek")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Hosting Kontrol Paneli;url=cpanel.php;");
fx("text=Radyo Kontrol Paneli;url=radyo/;");
fx("text=Sık Sorulan Sorular;url=kb.php;");
fx("text=Yardım Masası;url=helpdesk.php;");
fx("text=İletişim;url=contact.php;");
}

with(new fxmenu("Awbs")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Awbs Satış;url=packages.php?spt=4;");
fx("text=Awbs Template;url=awbs_template.php;");
fx("text=Awbs Hakkında;url=awbs_hosting_yonetim_sistemi.php;");
fx("text=Awbs Modülleri;url=awbs_hosting_yonetim_sistemi_modulleri.php;");
fx("text=Awbs Yardım;url=awbs_yardim.php;");
}

with(new fxmenu("Hesabim")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Müşteri Giri?i;url=aLogIn.php;");
fx("text=Yeni Hesap Aç;url=createacct.php;");
fx("text=Bilgilerim;url=welcome.php;");
fx("text=Sepetim;url=cart.php;");
fx("text=Güvenli Çıkış;url=LogOut.php;");
}

buildMenus();
