var NoOffFirstLineMenus=11;// Number of first level items
var LowBgColor='#F6EECA';// Background color when mouse is not over
var HighBgColor='#F6EECA';// Background color when mouse is over
var FontLowColor='#AF584F';// Font color when mouse is not over
var FontHighColor='#800000';// Font color when mouse is over
var BorderColor='';// Border color

var BorderWidthMain=0;			// Border width main items
var BorderWidthSub=0;			// Border width sub items
var BorderBtwnMain=0;			// Borderwidth between elements
var BorderBtwnSub=0;			// Borderwidth between elements sub items
var FontFamily="arial,helvetica"// Font family menu items
var FontSize=11;// Font size menu items
var FontBold=1;// 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','bottom' or static
var ChildOverlap=-.012;// horizontal overlap child/ parent
var ChildVerticalOverlap=0.0;// vertical overlap child/ parent
var StartTop=0;// Menu offset x coordinate
var StartLeft=1;// Menu offset y coordinate
var VerCorrect=0;// Multiple frames y correction
var HorCorrect=0;// Multiple frames x correction
var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
var LeftPaddng=5;// Left padding
var TopPaddng=5;// Top padding
var FirstLineHorizontal=0;// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;// Frames in cols or rows 1 or 0
var DissapearDelay=500;// delay before menu folds in
var UnfoldDelay=100;			// delay before sub unfolds	
var TakeOverBgColor=1;// Menu frame takes over background color subitem frame
var FirstLineFrame='';// Frame where first level appears
var SecLineFrame='';// Frame where sub levels appear
var DocTargetFrame='';// Frame where target documents appear
var TargetLoc='menubox';// span id for relative positioning
var MenuWrap=1;// enables/ disables menu wrap 1 or 0
var RightToLeft=0;// enables/ disables right to left unfold 1 or 0
var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
var BaseHref="";	
var ShowArrow=0;// Uses arrow gifs when 1
var Arrws="";
//var Arrws=["/images/icon-mid.gif",12,11,"/images/icon-mid_ov.gif",12,11,"/images/images/trileft.gif",12,11,"/images/triup.gif",10,5];
var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
var HooverBold=0;				// 1 or 0
var HooverItalic=0;				// 1 or 0
var HooverUnderLine=0;			// 1 or 0
var HooverTextSize=0;			// 0=off, number is font size difference on hoover
var HooverVariant=0;			// 1 or 0
var MenuSlide="";
var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

var MenuShadow="";

var MenuOpacity="";

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

var a='#FFFFFF';// Background color when mouse is not over on subs (LowSubBgColor)
var b='#FFFFFF';// Background color when mouse is over on subs (HighSubBgColor)
var c='#800000';// Font color subs when mouse is not over (FontSubLowColor)
var d='#CC0000';// Font color subs when mouse is over (FontSubHighColor)
var e='#800000';// Border color for subs (BorderSubColor)
//var HideTop=0;// Hide first level when loading new document 1 or 0
//var WebMasterCheck=0;// menu tree checking on or off 1 or 0
//var KeepHilite=1;// Keep selected path highligthed


	

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 
Menu1=new Array("EGITTO","/italian/egypt.html","",0,20,136,"","","","","","",-1,-1,-1,"","Egitto");
Menu2=new Array("IRAN","/italian/iran.html","",0,20,136,"","","","","","",-1,-1,-1,"","Iran");
Menu3=new Array("IRAK","/italian/iraq.html","",0,20,136,"","","","","","",-1,-1,-1,"","Irak");
Menu4=new Array("GIORDANIA","/italian/jordan.html","",0,20,136,"","","","","","",-1,-1,-1,"","Giordania");
Menu5=new Array("AUTORITÀ PALESTINESE","/italian/palestinian.html","",0,20,136,"","","","","","",-1,-1,-1,"","Autorità Palestinese");
Menu6=new Array("GOLFO PERSICO","/italian/persiangulf.html","",0,20,136,"","","","","","",-1,-1,-1,"","Golfo Persico");
Menu7=new Array("ARABIA SAUDITA","/italian/saudiarabia.html","",0,20,136,"","","","","","",-1,-1,-1,"","Arabia Saudita");
Menu8=new Array("SIRIA","/italian/syria.html","",0,20,136,"","","","","","",-1,-1,-1,"","Siria");
Menu9=new Array("LIBANO","/italian/lebanon.html","",0,20,136,"","","","","","",-1,-1,-1,"","Libano");
Menu10=new Array("TURCHIA","/italian/turkey.html","",0,20,136,"","","","","","",-1,-1,-1,"","Turchia");
Menu11=new Array("NORDAFRICA","/italian/northafrica.html","",0,20,136,"","","","","","",-1,-1,-1,"","Nordafrica");


