
ordernumber="";//

emptyimage="transparent.gif";// Transparent image in gif format.
showdelay=200;//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=440;
height=17;
color="#000000";
coloron="#FFFFFF";
bgcolor="#FFE6E6";
bgcoloron="#FF8B8B";
fontsize="8pt";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="arrowblack.gif";
arrowon="arrowwhite.gif";
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#E8E8FF";
menuborderwidth=0;
menubordercolor="#FF8B8B";
separatorsize=1;
separatorcolor="#FF8B8B";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute";
top=164;
left=328;
orientation="horizontal";
fx("text=Firmamız;show=Firmamız;width=125;title=Firmamız;");
fx("text=Cihazlarımız;show=Cihazlarımız;width=126;title=Cihazlarımız;");
fx("text=Medikal Ürünler;show=Medikal Ürünler;width=125;");
fx("text=Sarf Malzemeler;show=Sarf Malzemeler;width=126;show=Sarf Malzemeler;");
fx("text=İletişim;show=İletişim;width=126;show=İletişim;");
fx("text=Ana Sayfa;width=127;url=index.asp;");
}



with(new fxmenu("Firmamız")){
style=itemStyle;
menustyle=menuStyle;
width=129;
fx("text=Hakkımızda;url=hakkimizda.asp;");
fx("text=Amacımız;url=amacimiz.asp;");
}



with(new fxmenu("Cihazlarımız")){
style=itemStyle;
menustyle=menuStyle;
width=129;
fx("text=IPL;url=ipl.asp;");
fx("text=Vakum;url=vakum.asp;");
fx("text=Zayıflama;url=zayiflama.asp;");
fx("text=Termotron;url=termotron.asp;");
fx("text=Epilasyon;url=epilasyon.asp;");
fx("text=Cilt Bakımı;url=ciltbakimi.asp;");
fx("text=Loop;url=loop.asp;");
fx("text=Vapozan;url=vapozan.asp;");
fx("text=SPA;url=spa.asp;");
fx("text=Isıtıcı Cihazlar;url=isiticicihazlar.asp;");
fx("text=Kalıcı Makyaj Cihazı;url=kalicimakyajcihazi.asp;");
}


with(new fxmenu("Medikal Ürünler")){
style=itemStyle;
menustyle=menuStyle;
width=129;
fx("text=Pedikür Koltuğu;url=pedikurkoltugu.asp;");
fx("text=SPA;url=spa.asp;");
fx("text=Bakım Koltuğu;url=bakimkoltugu.asp;");
fx("text=Sedye;url=sedye.asp;");
fx("text=Masaj Koltuğu;url=masajkoltugu.asp;");
fx("text=Tabure;url=tabure.asp;");
fx("text=Ağda Yatağı;url=agdauygulamayatagi.asp;");
fx("text=Ağda Sehpası;url=agdasehpasi.asp;");
}


with(new fxmenu("Sarf Malzemeler")){
style=itemStyle;
menustyle=menuStyle;
width=129;
fx("text=Ağda;url=agda.asp;");
fx("text=Boya Önlüğü;url=boyaonlugu.asp;");
fx("text=Koltuk Boya Kılıfı;url=koltukboyakilifi.asp;");
fx("text=Manikür Galoşu;url=manikurgalosurenkli.asp;");
fx("text=Manikür Galoşu Şef.;url=manikurgalosuseffaf.asp;");
fx("text=Pedikür Galoşu;url=pedikurgalosurenkli.asp;");
fx("text=Pedikür Galoşu Şef.;url=pedikurgalosuseffaf.asp;");
fx("text=Pedikür Terliği;url=pedikurterligi.asp;");
fx("text=Saç Bonesi;url=sacbonesi.asp;");
fx("text=G-String;url=g-string.asp;");
fx("text=Sedye Örtüsü;url=sedyeortusuduz.asp;");
fx("text=Sedye Örtüsü Las.;url=sedyeortusulastikli.asp;");
fx("text=Saç Kesim Önlüğü;url=sackesimonlugu.asp;");
fx("text=Makyaj Önlüğü;url=fonvemakyajonlugu.asp;");
fx("text=Personel Önlüğü;url=personelonlugu.asp;");
fx("text=Ağda Kağıdı;url=agdakagidi.asp;");
fx("text=Spatula;url=spatula.asp;");
fx("text=Kağıt Bilezik;url=koruyucukagitbilezik.asp;");
fx("text=Yatak Örtüsü;url=hijyenikyatakortusu.asp;");
fx("text=Diğer Ürünler...;url=digerurunler.asp;");

}


with(new fxmenu("İletişim")){
style=itemStyle;
menustyle=menuStyle;
width=129;
fx("text=Ulaşım;url=ulasim.asp;");
fx("text=E-Mail;url=mailto:info@mrtcosmetics.com;");
}


buildMenus();