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=20; color="#000000"; coloron="#000000"; bgcolor="#aebfd2"; bgcoloron="#ececec"; fontsize="11px"; fontfamily="Tahoma, Arial, Geneva, sans-serif"; paddingtop=4; paddingleft=10; arrow="../images/menu_arrow_black.gif"; arrowon="../images/menu_arrow_black.gif"; arrowright=20; arrowtop=2; } with(menuStyle=new fxmenustyle()){ filterover="Alpha(opacity=90)"; menubgcolor="#BFBFBF"; menuborderwidth=1; menubordercolor="#aebfd2"; separatorsize=1; separatorcolor="#8da6c3"; highlightpath=true; wiseposition=true; } with(submenuitemStyle=new fxstyle()){ width=180; height=20; color="#000000"; coloron="#000000"; bgcolor="#aebfd2"; bgcoloron="#ececec"; fontsize="11px"; fontfamily="Tahoma, Arial, Geneva, sans-serif"; paddingtop=4; paddingleft=10; arrow="../images/menu_arrow_black.gif"; arrowon="../images/menu_arrow_black.gif"; arrowright=20; arrowtop=2; } with(submenumenuStyle=new fxmenustyle()){ filterover="Alpha(opacity=90)"; menubgcolor="#BFBFBF"; menuborderwidth=1; menubordercolor="#848484"; separatorsize=1; separatorcolor="#AAAAAA"; highlightpath=true; wiseposition=true; } /*Start Menu Declarations*/ with(new fxmenu("MainMenu")){ style=itemStyle; menustyle=menuStyle; visible=true; position="relative"; orientation="vertical"; fx("text=Main Page;url=default.asp;width=160;"); fx("text=About Us;show=63;width=160;"); fx("text=Registered Members;show=72;width=160;"); fx("text=Membership;show=78;width=160;"); fx("text=Economy of Malatya;show=85;width=160;"); fx("text=Our Services;show=173;width=160;"); fx("text=About Malatya;show=125;width=160;"); fx("text=Fairs;url=x.asp?d=161;width=160;"); fx("text=Investor Request Form;url=x.asp?d=166;width=160;"); fx("text=Portal of Supply & Demand ;url=x.asp?d=135;width=160;"); fx("text=Application For Information;url=x.asp?d=167;width=160;"); fx("text=Contact US;url=x.asp?d=137;width=160;"); } with(new fxmenu("63")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=Our President;show=64"); fx("text=Administrative Board;url=x.asp?d=65;"); fx("text=History;url=x.asp?d=66;"); fx("text=President of the Assembly;url=x.asp?d=67;"); fx("text=Members of committee;url=x.asp?d=68;"); fx("text=Board of council;url=x.asp?d=69;"); fx("text=Policy of our quality;url=x.asp?d=70;"); fx("text=Diagram of organization;url=x.asp?d=71;"); } with(new fxmenu("72")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=Research booking;url=x.asp?d=73;"); fx("text=Sectors;url=x.asp?d=74;"); fx("text=Industrialists & Manufacturers;url=x.asp?d=76;"); } with(new fxmenu("78")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=Procedures of Member Registary;url=x.asp?d=79;"); } with(new fxmenu("85")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=General Survey on Malatya’s Economy;url=x.asp?d=86;"); fx("text=Number of Export & Import;url=x.asp?d=169;"); fx("text=Organized Industrial Zones;show=89"); fx("text=Analysis of Economic &Social Position;url=x.asp?d=170;"); } with(new fxmenu("173")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=Basal Services;show=174"); } with(new fxmenu("125")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=History;url=x.asp?d=126;"); fx("text=Geography;url=x.asp?d=127;"); fx("text=Pictures;url=x.asp?d=129;"); } with(new fxmenu("174")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=Services of Industry Managership;url=x.asp?d=175;"); fx("text=Commercial Register Services;url=x.asp?d=177;"); } with(new fxmenu("64")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=Speechs;url=x.asp?d=155;"); fx("text=Pictures;url=x.asp?d=156;"); } with(new fxmenu("89")){ style=submenuitemStyle; menustyle=submenumenuStyle; width=200; fx("text=1st OIZ;url=x.asp?d=144;"); fx("text=2nd OIZ;url=x.asp?d=145;"); } buildMenus();