/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

/* Set DOM compliant browsers to use DOM for Menu Creation */

//bw.usedom=bw.ns6||bw.ie6||bw.ie55;

/* Create and Initialise Menu Object */

var trafficInfoMenu = new makeCM("trafficInfoMenu");
trafficInfoMenu.fromTop = 92;
trafficInfoMenu.fromLeft = 1;
trafficInfoMenu.menuPlacement = 'left';
trafficInfoMenu.wait = 300;
trafficInfoMenu.onlineRoot = '';

/* Create and Initialise Menu Level */

trafficInfoMenu.level[0] = new cm_makeLevel();
trafficInfoMenu.level[0].width = 10; //105 Original value
trafficInfoMenu.level[0].height = 20;
trafficInfoMenu.level[0].regClass = 'trafficInfoMenuRoot';
trafficInfoMenu.level[0].overClass = 'trafficInfoMenuRoot';
trafficInfoMenu.level[0].align = 'bottom';
trafficInfoMenu.level[0].offsetX = 74;
trafficInfoMenu.level[0].offsetY = -1;
trafficInfoMenu.level[0].borderX = 1;
trafficInfoMenu.level[0].borderY = 1;
trafficInfoMenu.level[0].borderClass = "trafficInfoMenuBorder";

/* Create Menu Items */

trafficInfoMenu.makeMenu('DetailedTrafficInfo',	'',						'Detailed Traffic Information',	'http://www.highways.gov.uk/traffic/traffic.aspx', 	'', 180, 23);
	
trafficInfoMenu.makeMenu('North',		  		'DetailedTrafficInfo',	'North',						'http://195.188.249.61/map/browse.cgi?X=400000&Y=600000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 20, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('CentralNorth',		'DetailedTrafficInfo',	'Central North',  				'http://195.188.249.61/map/browse.cgi?X=400000&Y=450000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 20, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('WestMidlands',		'DetailedTrafficInfo',	'West Midlands',  				'http://195.188.249.61/map/browse.cgi?X=400000&Y=300000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 20, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('EastMidlands',		'DetailedTrafficInfo',	'East Midlands', 				'http://195.188.249.61/map/browse.cgi?X=550000&Y=300000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 20, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('SouthWest',			'DetailedTrafficInfo',	'South West',     				'http://195.188.249.61/map/browse.cgi?X=250000&Y=100000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 20, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('SouthEast',			'DetailedTrafficInfo',	'South East',     				'http://195.188.249.61/map/browse.cgi?X=550000&Y=150000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 20, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('South',				'DetailedTrafficInfo',	'South',          				'http://195.188.249.61/map/browse.cgi?X=450000&Y=150000&width=500&height=300&client=tcc&srec=0&coordsys=gb&scale=2000000&currentChk=checked&trafficChk=checked&vmsChk=checked', 	'', 105, 00, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');
trafficInfoMenu.makeMenu('TrafficRadio',		'DetailedTrafficInfo',	'Traffic Radio',   				'http://www.highways.gov.uk/traffic/9958.aspx', 	'', 105, 00, '', '', 'trafficInfoMenu', 'trafficInfoMenuOver');


/* Construct the Menu */

/*trafficInfoMenu.construct();*/

