    function openContactWindow(url) {
      window.open(url,'','width=550,height=280,left=600,top=200,scrollbars=1,menubar=1,resizable=1');
    }

var lang = "";

var HomeMenu = {
	"position" : { "absolute" : false, "pos" : [ 10, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#A4A4FF",
		"border" : { "color" : "#9494EF", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Home Page",
		"estext" : "Inicio",
		"text" : "Home Page",
		"action" : { "url" : protect+"../index.php" }
	} ]
};

var ProjMenu = {
	"position" : { "absolute" : false, "pos" : [130, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#7BA7FF",
		"border" : { "color" : "#6B97EF", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Our Project",
		"estext" : "El Proyecto",
		"text" : "Our Project",
		"action" : { "url" : protect+"ourProject.php" }
	} ]
};

var TeachMenu = {
	"position" : { "absolute" : false, "pos" : [250, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#7EFFA5",
		"border" : { "color" : "#6EEF95", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Teach Peace",
		"estext" : "Ense&ntilde;a Paz",
		"text" : "Teach Peace",
		"action" : { "url" : protect+"teachPeace.php" }
	} ]
};

var BiasMenu = {
	"position" : { "absolute" : false, "pos" : [370, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#F8F878",
		"border" : { "color" : "#E8E868", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Anti-Bias Books",
		"estext" : "Libros de Anti-Prejuicios",
		"text" : "Anti-Bias",
		"action" : { "url" : protect+"antiBias.php" }
	} ]
};

var HowMenu = {
	"position" : { "absolute" : false, "pos" : [490, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FFD275",
		"border" : { "color" : "#EFC265", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Help",
		"estext" : "Ayuda",
		"text" : "Help",
		"action" : { "url" : protect+"help.php" }
	} ]
};

var DbMenu = {
	"position" : { "absolute" : false, "pos" : [610, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FFA776",
		"border" : { "color" : "#EF9766", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Find Books",
		"estext" : "Buscar Libros",
		"text" : "Find Books",
		"action" : { "url" : protect+"search.php" }
		//"action" : { "js" : "alert('hello:'+DbMenu.items[0].text)" }
	} ]
};

var EsMenu = {
	"position" : { "absolute" : false, "pos" : [730, 15] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FF9E95",
		"border" : { "color" : "#EF8E85", "width" : 2 },
		"shadow" : { "color" : "lightgray", "width" : 5 },
		"color" : "black",
		"size"	 : [100, 42],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images4nav/arr_down2.gif" },
		"imagesendoff" : { "src" : "images4nav/ar.gif" }
	},
	"itemover" : { "color" : "white" },
	"items" : [ {
		"entext" : "Espa&ntilde;ol",
		"estext" : "English",
		"text" : "lang: "+lang,
		"action" : { "js" : "document.langForm.submit()" }
	} ]
};
