
		$(function(){
			$(".SintavaHlavneMenu").buildMenu(
			{
				
				menuWidth:200,
				openOnRight:false,
				openOnClick:true,

				menuSelector: ".menuContainer",
				hasImages:false,
				fadeInTime:500,
  fadeOutTime:800,

				minZindex:"auto",

				opacity:.80,
				shadow:true,
				closeOnMouseOut:true,
				closeAfter:750
			});
		}
			);
		//this function get the id of the element that fires the context menu.
		function testForContextMenu(){
			alert("the ID of the element is:   "+$($.mbMenu.lastContextMenuEl).attr("id"))
		}
	