var MenuDef = {
	"type"	: "bar",
	"style"	: {
	    "css" : "style1",
		"bgcolor":"",
		"box"	: true,
		"size"	:[100,25],
		"itemoffset": { "y":0, "x":10 },
		"align":"center",
                "direction":"h",
		"color":"white",
                "shadow":{"color":"black", "width":1},
                "border":{"color":"black", "width":1},
                "imgendon":{"src":"../menu/img/strelica-on.gif", "width":10,"height":5},	
                "imgendoff":{"src":"../menu/img/strelica-off.gif", "width":10,"height":5}
	},
	"itemover": { "css" : "style1", "bgcolor":"#990000", "align":"center", 
                      "color":"white"
                    },
	"position": { "absolute": false, "pos":[-110,127], "align":"center"},
	"defaction":{},
"items":[
{"text":"Models"
,"menu":{
"defaction":{
},"items":[
{"text":"All"
,"action":{"url":"index.php"
}},{"text":"Fashion"
,"action":{"url":"index.php?kategorija=f"
}},{"text":"Runway"
,"action":{"url":"index.php?kategorija=r"
}},{"text":"Hostess"
,"action":{"url":"index.php?kategorija=h"
}},{"text":"Lingerie"
,"action":{"url":"index.php?kategorija=l"
}},{"text":"Glamour"
,"action":{"url":"index.php?kategorija=g"
}},{"text":"Art Nude"
,"action":{"url":"index.php?kategorija=a"
}},{"text":"Erotic"
,"action":{"url":"index.php?kategorija=e"
}}]}
}
,{"text":"New Faces "
,"menu":{
"defaction":{
},"items":[
{"text":"All"
,"action":{"url":"index.php?nova_lica=1"
}},{"text":"Fashion"
,"action":{"url":"index.php?kategorija=f&nova_lica=1"
}},{"text":"Runway"
,"action":{"url":"index.php?kategorija=r&nova_lica=1"
}},{"text":"Hostess"
,"action":{"url":"index.php?kategorija=h&nova_lica=1"
}},{"text":"Lingerie"
,"action":{"url":"index.php?kategorija=l&nova_lica=1"
}},{"text":"Glamour"
,"action":{"url":"index.php?kategorija=g&nova_lica=1"
}},{"text":"Art Nude"
,"action":{"url":"index.php?kategorija=a&nova_lica=1"
}},{"text":"Erotic"
,"action":{"url":"index.php?kategorija=e&nova_lica=1"
}}]}
}
,{"text":"Casting"
,"action":{"url":"casting.php"
}},{"text":"Info"
,"action":{"url":"info.php"
}},{"text":"Contact"
,"action":{"url":"contact.php"
}}]
};