//HV Menu- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
// CASD/WSD WWW Team Modified the code 09/14/2002
function Go(){return}

    var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#5EA9CE';			// Background color when mouse is over
	var HighSubBgColor='#5EA9CE';			// Background color when mouse is over on subs
	var FontLowColor='#666666';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#757372';			// Border color
	var BorderSubColor='#757372';			// Border color for subs
	var BorderWidth=1;				// Border WIDTH
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,helvetica,sans-serif"	// Font family menu items
	var FontSize=10;				// Font size menu items
    var FontPtSize=8;               // BV - Font point size for Netscape
	var FontBold=0;				    // Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';	// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	//قم بتغيير مسارات الصفحات من هنا
if ((screen.width == 800) && (screen.height == 600))
var StartLeft= 2;
else if ((screen.width == 1024) && (screen.height == 768))
var StartLeft= 110;
else if ((screen.width == 1152) && (screen.height == 864))
var StartLeft= 175;
else if ((screen.width == 1280) && (screen.height == 720))
var StartLeft= 240;
else if ((screen.width == 1280) && (screen.height == 768))
var StartLeft= 240;
else if ((screen.width == 1280) && (screen.height == 960))
var StartLeft= 240;
else if ((screen.width == 1280) && (screen.height == 1024))
var StartLeft= 240;
else if ((screen.width == 1360) && (screen.height == 768))
var StartLeft= 280;
else if ((screen.width == 1600) && (screen.height == 900))
var StartLeft= 400;
else if ((screen.width == 1600) && (screen.height == 1024))
var StartLeft= 400;
else if ((screen.width == 1600) && (screen.height == 1200))
var StartLeft= 400;
else StartLeft= 0;
				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning 
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0
    var ShowArrow=1;				// Uses arrow gifs when 1
    var ShowArrowNoChildren=1;      // BV - shows arrow even if no children when 1
    var ArrowSide="left";           // BV - either 'left' or 'right'
	var KeepHilite=0;				// Keep selected path highligthed
    var HiliteArrow=1;              // BV - swap arrow if shown
    var ImgDir="/images/";           // BV - add ImgDir
  	// Arrow source right, down, left, WIDTH and height these are not used
	var Arrws=[ImgDir+'arrow_menu.gif',10,16,ImgDir+'arrow_down.gif',10,16,ImgDir+'arrow_menu_left.gif',10,16];
    // BV - Hilight arrows used if HiliteArrow=1
    var HiliteArrws=[ImgDir+'arrow_menu_hi.gif',11,16,ImgDir+'arrow_down_hi.gif',10,16,ImgDir+'arrow_menu_left_hi.gif',11,16];

// Homepage Rotating Header vars
// header div names should start with 0 index
var headerCount=5;
//CASD/WSD WWW Team Modification begins Here
var headerRotationFreq = 7500;
//CASD/WSD WWW Team Modification ends Here
//Message box speed reduce from 10,000 millseconds to 7500 milliseconds