
var linkRoot = ""
var imageRoot = "/shared/images/cms/"
function M(id, title, href, submenu){
  this.id = id;
  this.title = title;
  this.href = href;
  this.submenu = submenu;
}
var mainmenu = 
[new M(17706, 'Home', '17706.asp'),
new M(17708, 'COATNET', '45367.asp', 
[new M(45367, 'Introduction', '45367.asp'),
new M(45368, 'History', '45368.asp'),
new M(45375, 'Mission and vision', '64771.asp'),
new M(45369, 'Activities', '45370.asp'),
new M(61544, 'Resources', '61546.asp'),
new M(19378, 'Website search', '19378.asp')]
),
new M(17707, 'Human trafficking', '17722.asp', 
[new M(17722, 'Definitions', '17722.asp'),
new M(45266, 'General information', '64769.asp'),
new M(17725, 'Good practice', '61553.asp')]
),
new M(17710, 'Country information', '17741.asp', 
[new M(17741, 'National sites', '17741.asp'),
new M(49388, 'Australia', '49389.asp'),
new M(17742, 'Czech Republic', '17747.asp'),
new M(21207, 'France', '21208.asp'),
new M(17743, 'Germany', '17759.asp'),
new M(17744, 'Lithuania', '17770.asp'),
new M(35644, 'The Netherlands', '35645.asp'),
new M(17745, 'Switzerland', '17782.asp'),
new M(17746, 'Ukraine', '17794.asp')]
),
new M(18133, 'Contact', '45366.asp', 
[new M(45366, 'COATNET in the world', '45366.asp'),
new M(49399, 'COATNET on the map', '49399.asp'),
new M(17713, 'I need help', '17713.asp'),
new M(18128, 'Contact us', '18128.asp'),
new M(17715, 'Links', '17716.asp')]
)]
