/*
  --- 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_ITEMS = [
	['Types of violence', null, null,
		['Psychological', 'int-110.asp', null,
			['moral harassment', 'int-111.asp'],
			['racial  harassment', 'int-112.asp'],
			['criminal  harassment', 'int-113.asp'],
		],
		['Physical', 'int-120.asp', null,
			['physical assault', 'int-121.asp'],
			['homicide and suicide', 'int-122.asp'],
		],
		['Material, financial', 'int-130.asp', null,
			['theft, fraud, vandalism', 'int-131.asp'],
		],
		['Sexual', 'int-140.asp', null,
			['sexual harassment', 'int-141.asp'],
			['sexism and homophobia', 'int-142.asp'],
			['rape & sexual assault', 'int-143.asp'],
		],
		['Verbal', 'int-150.asp', null,
			['verbal abuse', 'int-151.asp'],
			['abusive phone call', 'int-152.asp'],
			['abusive e-mail', 'int-153.asp'],
		],
	],
	['Prevention', null, null,
		['Recommendations', 'int-210.asp'],
		['Sample policies', 'int-220.asp'],
	],
	['Documentation', null, null,
		['Books and articles', 'int-310.asp'],
		['Links and videos', 'int-320.asp'],
	],
];

