// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=7;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	6,			// number of main items
	0,			// Left position
	0,			// Top position
	"white",			// Normal font color
	"#99cc33",		// Normal back color
	"white",			// High font color
	"green",			// High back color
	"green",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	13,			// Font size in pixel
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu1_1=new Array(
		"Accueil",	// ElementText
		"http://www.ian.org.rs/francais",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		60,		// ElementWidth
		"#99cc33",		// ElementBgColor
		"green",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"#99cc33",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText


	PopMenu1_2=new Array("A propos d’IAN","http://www.ian.org.rs/francais/apropos.htm","",2,20,80,"#99cc33","green","white","white","#99cc33","",-1,1,-1,"center","A propos d’IAN");
		PopMenu1_2_1=new Array("Mission et vision","http://www.ian.org.rs/francais/vision","",0,20,150,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Donateurs","http://www.ian.org.rs/francais/donateurs.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Départements","http://www.ian.org.rs/francais/departements.htm","",4,20,110,"#99cc33","Green","white","white","#99cc33","",-1,1,-1,"center","");
		PopMenu1_3_1=new Array("Santé","http://www.ian.org.rs/francais/sante.htm","",3,20,120,"","","","","","",-1,-1,-1,"","");
			PopMenu1_3_1_1=new Array("Centre de réhabilitation pour les victimes de tortures et de traumatismes","http://www.ian.org.rs/francais/centrederehabilitation.htm","",0,50,200,"","","","","","",-1,-1,-1,"","");
			PopMenu1_3_1_2=new Array("Section VIH & SIDA","http://www.ian.org.rs/francais/sida","",0,20,200,"","","","","","",-1,-1,-1,"","");
			PopMenu1_3_1_3=new Array("Groupe Santé Mentale","http://www.ian.org.rs/francais/santementale.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			PopMenu1_3_2=new Array("Droits humains","http://www.ian.org.rs/francais/droitshumains","",0,20,200,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Recherche","http://www.ian.org.rs/francais/recherche.htm","",0,20,200,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_4=new Array("Education","http://www.ian.org.rs/francais/education","",0,20,120,"","","","","","",-1,-1,-1,"","");
	PopMenu1_4=new Array("Publications","http://www.ian.org.rs/francais/publications","",0,20,100,"#99cc33","green","white","white","#99cc33","",-1,1,-1,"center","");
	PopMenu1_5=new Array("Evénements","http://www.ian.org.rs/francais/nouvelles","",0,20,100,"#99cc33","green","white","white","#99cc33","",-1,1,-1,"center","");
	PopMenu1_6=new Array("Contacts","http://www.ian.org.rs/francais/contacts.htm","",0,20,80,"#99cc33","green","white","white","#99cc33","",-1,1,-1,"center","");
	PopMenu1_7=new Array("Soutenez-nous","http://www.ian.org.rs/francais/soutenez.htm","",0,20,120,"#99cc33","green","white","white","#99cc33","",-1,1,-1,"center","");

