/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS1 = [
		["Custom content", ""],
		["Basic information", "/serv-training-custom-content.php"],
		["Custom content development", "/serv-training-custom-content-development.php"],
		["Project Team", "/serv-training-project-team.php"],
		["Quality Management", "/serv-training-quality.php"],
		["MyPlayer technology", "/serv-training-myplayer.php"],					

		["Off-the shelf libraries", ""],
		["Basic information", "/serv-shelf-base.php"],
		["MyNetwork library", "/serv-shelf-offer.php"],
		["Element K library", "/serv-shelf-elementk.php"],
		
		["Blended learning", ""],
		["Basic information", "/serv-blended-learning-base.php"],
		["Usage", "/serv-blended-learning-purpose.php"],

		["Consulting services", ""],
		["Clients needs analisys", "/serv-consulting-analysis.php"],
		["Technology consulting", "/serv-consulting-technology.php"],
		["Audit", "/serv-consulting-audit.php"]	
];

// tablica: nazwa obrazka , obrazek dla menu ukrytego, obrazek dla menu wyswietlonego
var PICTURES1 = ["Image84","/_i/menu/services_1.gif","/_i/menu/services_2.gif"];

var MENU_ITEMS2 = [
		["LMS MyLearning", ""],
		["Introduction", "/lms-mylearning-base.php"],
		["Description", "/lms-mylearning-description.php"],
		["ASP model", "/lms-mylearning-asp.php"],
		["Implementations", "/lms-mylearning-implementation.php"]				
];

var PICTURES2 = ["Image85","/_i/menu/products_1.gif","/_i/menu/products_2.gif"];

var MENU_ITEMS3 = [
		["Clients list", "/clients-list.php"],
		["Clients testimonials", "/clients-references.php"],
		["Case study", "/clients-case.php"]
];

var PICTURES3 = ["Image86","/_i/menu/clients_1.gif","/_i/menu/clients_2.gif"];

var MENU_ITEMS4 = [
		["E-learning", ""],
		["What e-learning is?", "/elearning-elearn-whatis.php"],
		["E-learning characteristics", "/elearning-elearn-features.php"],
		["Strengths and weaknesses", "/elearning-elearn-advantage.php"],
		["Types of e-learning", "/elearning-elearn-types.php"],				
		["E-learning in world", "/elearning-elearn-world.php"],				
		["E-learning in organisation", "/elearning-elearn-comp.php"],
		
		["Resources", ""],
		["E-learning FAQ", "/elearning-other-faq.php"],
		["Glossary", "/elearning-other-glossary.php"],
		["Library", "/elearning-other-biblio.php"],
		["Web resources", "/elearning-other-inter.php"]			
];

var PICTURES4 = ["Image87","/_i/menu/elearning_1.gif","/_i/menu/elearning_2.gif"];

var MENU_ITEMS5 = [
		["Company profile", "/company-profile.php"],
		["News", "/company-news.php"],
		["Media", "/company-media.php"],
		["Career", "/company-career.php"],				
		["Contact", "/company-contact.php"],	
		["Site map", "/company-map.php"]
];

var PICTURES5 = ["Image88","/_i/menu/company_1.gif","/_i/menu/company_2.gif"];

var MENU_ITEMS6 = [
		["Login", "/client_zone_login.php"]
];
var PICTURES6 = ["Image89","/_i/menu/client_zone_1.gif","/_i/menu/client_zone_2.gif"];

MENU_POS[0]['width'] = 190;
new menu (MENU_ITEMS1, MENU_POS, null, PICTURES1);

MENU_POS[0]['width'] = 150;
new menu (MENU_ITEMS2, MENU_POS, null, PICTURES2);

MENU_POS[0]['width'] = 110;
new menu (MENU_ITEMS3, MENU_POS, null, PICTURES3);

MENU_POS[0]['width'] = 150;
new menu (MENU_ITEMS4, MENU_POS, null, PICTURES4);

MENU_POS[0]['width'] = 137;
new menu (MENU_ITEMS5, MENU_POS, null, PICTURES5);

MENU_POS[0]['width'] = 130;
new menu (MENU_ITEMS6, MENU_POS, null, PICTURES6);