if (TransMenu.isSupported()) {

	var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
		
	var menu1 = ms.addMenu(document.getElementById("produkty"));
	
		menu1.addItem("Enterprise Security", "content/produkty01.html");
		menu1.addItem("Advanced Security Solutions", "content/produkty04.html");
		menu1.addItem("Physical and Building Security", "content/produkty05.html");
		menu1.addItem("Network and Communication Infrastructure", "content/produkty06.html");
		menu1.addItem("Special Applications", "content/produkty07.html");
		menu1.addItem("Application Software Solutions", "content/produkty08.html");
		
	var menu2 = ms.addMenu(document.getElementById("podpora"));
	
		menu2.addItem("Antivirus protection", "http://www.lynx.sk/support/antivirus/download/");
		menu2.addItem("AZUSS", "http://www.lynx.sk/support/azuss");
		
	
	TransMenu.renderAll();
}
