
ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="transparent.gif";// Transparent image in gif format.
showdelay=10;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=300;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=20;
color="#FFFFFF";
coloron="#FFFFFF";
bgcolor="#011483";
bgcoloron="#6699CC";
fontsize="8pt";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="arrowwhite.gif";
arrowon="arrowwhitea.gif";
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=82)";
menubgcolor="#08E8FF";
menuborderwidth=1;
menubordercolor="#3366CC";
separatorsize=1;
separatorcolor="#3366CC";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=90;
left=13;
orientation="horizontal";
fx("text=Ana Sayfa;width=75;title=Ana Sayfa;url=index.htm;target=parent;");
fx("text=Akademik Personel;show=Akademik;width=145;title=Akademik Birimler;target=parent;");
fx("text=Eğitim;width=60;show=Egitim;target=parent;");
fx("text=Kurslar;width=70;show=kurslar;target=parent;");
fx("text=Laboratuvar;width=95;show=lab;target=parent;");
fx("text=TSK Koruyucu Hekimlik Bülteni;width=200;title=TSK Koruyucu Hekimlik Bülteni;url=bulten.htm;target=parent;");
fx("text=Linkler;width=66;show=Linkler;target=parent;");
}

with(new fxmenu("Akademik")){
style=itemStyle;
menustyle=menuStyle;
width=160;
fx("text=Kadro ve İletişim;url=akademik.htm;target=parent;");
fx("text=Yayınlar;url=bil_yayin.htm;target=parent;");
fx("text=Mezunlarımız;url=mezunlar.htm;target=parent;");
}

with(new fxmenu("Egitim")){
style=itemStyle;
menustyle=menuStyle;
width=280;
fx("text=Tıp Fakültesi Eğitimi;show=tipfak;");
fx("text=Hemşirelik Yüksekokulu Eğitimi;show=hemsire;");
fx("text=Saglik Astsubay Meslek Yüksekokulu Eğitimi;show=astsubay;");
fx("text=Mezuniyet Sonrası Eğitim;show=mezun;");
fx("text=Tamamlanan Tezler;url=bil_tez.htm;");
}

with(new fxmenu("kurslar")){
style=itemStyle;
menustyle=menuStyle;
width=180;
fx("text=Afet Kursu;url=kurs_afet.htm;target=parent;");
fx("text=Çevre Sağlığı Kursu;url=kurs_cevre.htm;target=parent;");
fx("text=Temel Epidemiyoloji Kursu;url=kurs_epidemiyoloji.htm;target=parent;");
}

with(new fxmenu("lab")){
style=itemStyle;
menustyle=menuStyle;
width=190;
fx("text=Halk Sağlığı AD Laboratuvarları;url=lab_genel.htm;target=parent;");
fx("text=Analiz Listesi ve Fiyatlar;url=lab_fiyat.htm;target=parent;");
}

with(new fxmenu("Linkler")){
style=itemStyle;
menustyle=menuStyle;
width=130;
fx("text=halksagligi.org;url=http://www.halksagligi.org;target=blank;");
fx("text=suhijyeni.com;url=http://www.suhijyeni.com;target=blank;");
fx("text=epidemi.com;url=http://www.epidemi.com;target=blank;");
fx("text=hekim.org;url=http://www.hekim.org;target=blank;");
fx("text=hekimce.com;url=http://www.hekimce.com;target=blank;");
}

with(new fxmenu("tipfak")){
style=itemStyle;
menustyle=menuStyle;
width=130;
fx("text=Tıp Fak. 3. Sınıf;url=egitim_tip_3.htm;");
fx("text=Tıp Fak. 4. Sınıf;url=egitim_tip_4.htm;");
fx("text=Tıp Fak. 6. Sınıf;url=egitim_tip_6.htm;");
}

with(new fxmenu("hemsire")){
style=itemStyle;
menustyle=menuStyle;
width=180;
fx("text=Hemşirelik Y.O. 1. Sınıf;url=egitim_hyo_1.htm;");
fx("text=Hemşirelik Y.O. 3. Sınıf;url=egitim_hyo_3.htm;");
}

with(new fxmenu("astsubay")){
style=itemStyle;
menustyle=menuStyle;
width=280;
fx("text=Saglik Astsubay MYO 2. Sınıf (Halk Sagligi);url=egitim_samyo_2_halk_sag.htm;");
fx("text=Saglik Astsubay MYO 2. Sınıf (Çevre Sagligi);url=egitim_samyo_2.htm;");
}

with(new fxmenu("mezun")){
style=itemStyle;
menustyle=menuStyle;
width=130;
fx("text=Asistan Eğitimi;url=egitim_asistan.htm;");
fx("text=Doktora Eğitimi;url=egitim_doktora.htm;");
fx("text=Yüksek Lisans Eğitimi;url=egitim_ylisans.htm;");
fx("text=Seminer Programı;url=egitim_seminer.htm;");
fx("text=Literatür Programı;url=egitim_literatur.htm;");
fx("text=Tezler;url=egitim_tez.html;");
}

buildMenus();
