
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. 
// If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;
menus=new Array();
_d=document;

function addmenu(){
menunum++;
menus[menunum]=menu;
}

function dumpmenus(){
mt="<scr"+"ipt language=javascript>";
for(a=1;a<menus.length;a++){
mt+=" menu"+a+"=menus["+a+"];"
}
mt+="<\/scr"+"ipt>";
_d.write(mt)
}
//Please leave the above line intact. 
//The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=0		// Follow Scrolling Rate
suboffset_top=3;		// Sub menu offset Top position 
suboffset_left=22;		// Sub menu offset Left position
closeOnClick = true

mpath=path

style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFABB",	// Mouse Off Font Color
"0D6E11",		// Mouse Off Background Color
"0D6E11",		// Mouse On Font Color
"A3CC8E",	// Mouse On Background Color
"FFFABB",		// Menu Border Color 
13,		// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",		// Font Weight (bold or normal)
"Arial",		// Font Name
3,		// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
,		// 3D High Color
,		// 3D Low Color
,		// Current Page Item Font Color (leave this blank to disable)
,		// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
"FFFABB",		// Menu Item Separator Color
]

style2=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFABB",		// Mouse Off Font Color
"0D6E11",		// Mouse Off Background Color
"0D6E11",		// Mouse On Font Color
"A3CC8E",	// Mouse On Background Color
"000000",		// Menu Border Color 
13,		// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",		// Font Weight (bold or normal)
"Arial",		// Font Name
3,		// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
,		// 3D High Color
,		// 3D Low Color
,		// Current Page Item Font Color (leave this blank to disable)
,		// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
"003063",		// Menu Item Separator Color
]

addmenu(menu=[	// This is the array that contains your menu properties and details
"mainmenu",	// Menu Name - This is needed in order for the menu to be called
90,		// Menu Top - The Top position of the menu in pixels
(screen.width/2)-380,		// Menu Left - The Left position of the menu in pixels
,		// Menu Width - Menus width in pixels
,		// Menu Border Width 
,		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,		// Properties Array - this is set higher up, as above
1,		// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"right",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,		// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 		// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,		// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
1,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Background image for menu when BGColor set to transparent.
,		// Scrollable Menu
,					// Reserved for future use
,"اتصل بنا ","contactus.htm",,"",0 	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"الرقابة الشرعية&nbsp;&nbsp;&nbsp;","show-menu=sharer",,"",0
,"الخدمات الآلية&nbsp;&nbsp;&nbsp;","show-menu=service",,"",0
,"الاستثمار العقاري&nbsp;&nbsp;&nbsp;","show-menu=realty",,"",0
,"الاستثمار التجاري&nbsp;&nbsp;&nbsp;","show-menu=trade",,"",0
,"التمويل الاستثماري&nbsp;&nbsp;&nbsp;","show-menu=financing",,"",0
,"الخدمات المصرفية&nbsp;&nbsp;&nbsp;","show-menu=bankservice",,"",0
,"عن البنك&nbsp;&nbsp;&nbsp;","show-menu=abuot",,"",0
,"الصفحة الرئيسية&nbsp;&nbsp;&nbsp;",mpath+"Default.htm",,"",0

])


	addmenu(menu=["sharer",,,140,1,"",style1,,"right",effect,0,,,,,,,,,,,
	,"تعريف بالهيئة",mpath+mpath+"sharia0.htm",,,1
	,"فتاوى شرعية",mpath+"sharia1.htm#فتاوى شرعية",,,1
	,"استفتاء",mpath+"sharia1.htm#استفتاء",,,1

	])

	addmenu(menu=["service",,,140,1,"",style1,,"right",effect,0,,,,,,,,,,,
	,"التحويل عبر شبكة الفروع",mpath+"service0.htm#التحويل عبر شبكة الفروع",,,1
	,"خدمة الصراف الآلي",mpath+"service01.htm#خدمة الصراف الآلي",,,1
	,"البنك الناطق",mpath+"service0.htm#البنك الناطق",,,1
	//,"خدمات البنك عبر الإنترنت",mpath+"service1.htm",,,1
	
	])

 	
	addmenu(menu=["realty",,,140,1,"",style1,,"right",effect,0,,,,,,,,,,,
	//,"ميزات الاستثمار معنا",mpath+"realty0.htm#ميزات الاستثمار معنا",,,1
	,"من مشاريعنا",mpath+"sabacity2.htm#مشاريع ناجحة",,,1
	,"كيف تمتلك عقار عن طريقنا",mpath+"realty1.htm#كيف تمتلك عقار عن طريقنا",,,1
	//,"مشاريع عقارية جاهزة للبيع",mpath+"sabacity2.htm#مشاريع عقارية جاهزة ",,,1
	,"مشاريع قيد الإنشاء",mpath+"sabacity3.htm",,,1
	//,"نظرة للقطاع العقاري في اليمن",mpath+"realty3.htm",,,1
	
	])

	addmenu(menu=["trade",,,160,1,"",style1,,"right",effect,0,,,,,,,,,,,
	,"ميزات البيع المباشر من بنك سبأ",mpath+"trade0.htm#ميزات البيع المباشر من بنك سبأ",,,1
	,"قنوات المتاجرة مع بنك سبأ",mpath+"trade0.htm#قنوات المتاجرة مع بنك سبأ",,,1
	,"مواد وسلع معروضة للبيع",mpath+"trade1.htm#مواد وسلع معروضة للبيع",,,1
	,"تسويق السلع عن طريق بنك سبأ",mpath+"trade1.htm#تسويق السلع عن طريق بنك سبأ",,,1
	,"وكالات",mpath+"trade1.htm#وكالات",,,1
	
	])

	addmenu(menu=["financing",,,200,1,"",style1,,"right",effect,0,,,,,,,,,,,
	,"التمويل بالمضاربة",mpath+"financing0.htm#التمويل بالمضاربة",,,1
	,"التمويل بالمرابحة",mpath+"financing0_1.htm#التمويل بالمرابحة",,,1
	,"التمويل بالمشاركة مع البنك",mpath+"financing1.htm#الاستصناع - بيع السلم - الإجارة",,,1
	,"الاستصناع - بيع السلم - الإجارة",mpath+"financing1.htm#التمويل بالمشاركة مع البنك",,,1
	,"القرض الحسن",mpath+"financing2.htm#القرض الحسن",,,1
	,"احتساب الربح للمرابحة الالكترونياَ",mpath+"financing2.htm#احتساب الربح للمرابحة الالكترونياَ",,,1
	,"كيف تمتلك عقار عن طريقنا",mpath+"financing2.htm#كيف تمتلك عقار عن طريقنا",,,1
	,"كيف تشتري سيارة عن طريقنا",mpath+"financing2.htm#كيف تشتري سيارة عن طريقنا",,,1
	,"منهم المستفيدين من التمويل الاستثماري",mpath+"financing2.htm#منهم المستفيدين من التمويل الاستثماري",,,1
	,"كيف تقدم طلب التمويل الاولي الكنترونياَ",mpath+"financing2.htm#كيف تقدم طلب التمويل الأولي الكترونياَ",,,1
	
	])

	addmenu(menu=["bankservice",,,140,1,"",style1,,"right",effect,0,,,,,,,,,,,
	,"الحسابات الجارية",mpath+"bankservice0.htm#الحسابات",,,1
	,"حسابات التوفير",mpath+"bankservice0.htm#حسابات التوفير",,,1
	,"الودائع الاستثمارية",mpath+"bankservice1.htm",,,1
	,"الحوالات",mpath+"bankservice2.htm#الحوالات",,,1
	,"بطاقات الائتمان",mpath+"bankservice2.htm#بطاقات الائتمان",,,1
	,"صناديق الحفظ الآمنَ",mpath+"bankservice2.htm#صناديق الحفظ الآمن",,,1
	,"بيع وشراء العملات",mpath+"bankservice3.htm#بيع وشراء العملات",,,1
	,"تداول العملات العالمية",mpath+"bankservice3.htm#تداول العملات العالمية",,,1
	,"الاعتمادات",mpath+"bankservice4.htm",,,1
	,"الضمانات",mpath+"bankservice5.htm",,,1
	
	])
	
	addmenu(menu=["abuot",,,140,1,"",style1,,"right",effect,0,,,,,,,,,,,
	,"بنك سبأ في سطور",mpath+"view.htm",,,1
	,"قيادات البنك","structure.htm",,,1
	,"رســالة البــنك",mpath+"manager.htm",,,1
	,"بيانات مالية",mpath+"finances.htm",,,1
	,"الفروع و المكاتب",mpath+"branch.htm#branch",,,1
	,"عناوين",mpath+"branch.htm#address",,,1
	,"مراسلينا في العالم",mpath+"correspondent.htm#correspondent",,,1
	,"الشركات التابعة و الشقيقة",mpath+"correspondent.htm#companys",,,1
	
	])

dumpmenus()