/* --- menu items --- */
var whatIsNew = [

	["what's new", null,
			['glyph for I-deas 9', 'http://www.cadcrew.com/new.htm'],
	],
];


var services = [

	['services', null,
		['overview', 'http://www.cadcrew.com/services.htm'],
	],
];

var products = [

	['products', null,
	
		['software', null,
			['ideas', null,
				['overview', 'http://www.cadcrew.com/ideas.htm'],
			],
			['glyph', null,
				['overview', 'http://www.cadcrew.com/glyph.htm'],
				['free trial', 'http://www.cadcrew.com/glyph_request.htm'],
				['purchase', 'http://www.cadcrew.com/glyph_buy.htm'],
				['licensing', 'http://www.cadcrew.com/glyph_license_option.htm'],
			],
			['viewport', null,
				['overview', 'http://www.cadcrew.com/viewport.htm'],
				['pricing', 'mailto: sales@cadcrew.com'],
			],
		],

		['hardware', null,
			['xerox', null,
				['overview', 'http://www.cadcrew.com/tektronix.htm'],
				['pricing', 'mailto: sales@cadcrew.com'],
			],
			['3D labs', null,
				['overview', 'http://www.cadcrew.com/3dlabs_1.htm'],
				['pricing', 'mailto: sales@cadcrew.com'],
			],

		],

	],
];


var support = [

	['support', null,
		['utilities', 'http://www.cadcrew.com/support.htm'],
		['feedback', 'http://www.cadcrew.com/feedback.htm'],
		['partners', 'http://www.cadcrew.com/partners.htm'],
		['legal', 'http://www.cadcrew.com/legal.htm'],

	],
];

var contactUs = [

	['contact us', null,
		['info', 'http://www.cadcrew.com/aboutDCR.htm'],
		['home', 'http://www.cadcrew.com/index.htm'],
		['careers', 'http://www.cadcrew.com/careers.htm'],
		['our location', 'http://www.cadcrew.com/map.htm'],
	],
];


/////////////////////////////////////////////////////////////

/* menu styles*/
var POS1 = new Array();
	// item sizes for different levels of menu
	POS1['height'] = [20, 20, 20, 20 ]; //height of menu
	POS1['width'] = [120, 120, 120, 120 ]; //width of menu
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	///next menu
	POS1['block_top'] = [80, 22, 2, 4 ]; //y start position
	POS1['block_left'] = [175, 0, 95, 95 ]; //x start position
	// offsets between items of the same level
	/// next block
	POS1['top'] = [0, 21, 21, 21 ]; //21-20=1 = space between rol
	POS1['left'] = [100, 0, 0 ,0 ]; //102-100=2 =space between colum
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	POS1['hide_delay'] = [200, 200, 200, 200];
	
/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var STYLES1 = new Array();
	// default item state when it is visible but doesn't have mouse over
	STYLES1['onmouseout'] = [
		'color', ['#000000', '#000000', '#000000', '#000000' ], 
		'background', ['#ccffcc', '#efefef', '#efefef','#efefef' ],
		'fontWeight', ['bold', 'normal', 'normal', 'normal' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];

	// state when item has mouse over it
	STYLES1['onmouseover'] = [
		'color', ['#000000', '#000000', '#000000','#000000' ], 
		'background', ['#ccffcc', '#99ccff', '#99ccff', '#99ccff' ],

		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];
	// state when mouse button has been pressed on the item
	STYLES1['onmousedown'] = [
		'color', ['#ffffff', '#000000', '#000000', '#000000'], 
		'background', ['#ccffcc', '#99ccff', '#99ccff', '#99ccff'],
		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['underline', 'none', 'none', 'none' ],
	];
	
//////////////////

var POS2 = new Array();
	// item sizes for different levels of menu
	POS2['height'] = [20, 20, 20, 20 ]; //height of menu
	POS2['width'] = [100, 100, 100, 100 ]; //width of menu
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	///next menu
	POS2['block_top'] = [80, 22, 2, 4 ]; //y start position
	POS2['block_left'] = [275, 0, 95, 95 ]; //x start position
	// offsets between items of the same level
	/// next block
	POS2['top'] = [0, 21, 21, 21 ]; //21-20=1 = space between rol
	POS2['left'] = [100, 0, 0 ,0 ]; //102-100=2 =space between colum
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	POS2['hide_delay'] = [200, 200, 200, 200 ];
	
/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var STYLES2 = new Array();
	// default item state when it is visible but doesn't have mouse over
	STYLES2['onmouseout'] = [
		'color', ['#000000', '#000000', '#000000', '#000000' ], 
		'background', ['#ffcc99', '#efefef', '#efefef','#efefef' ],
		'fontWeight', ['bold', 'normal', 'normal', 'normal' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];

	// state when item has mouse over it
	STYLES2['onmouseover'] = [
		'color', ['#000000', '#000000', '#000000','#000000' ], 
		'background', ['#ffcc99', '#99ccff', '#99ccff', '#99ccff' ],

		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];
	// state when mouse button has been pressed on the item
	STYLES2['onmousedown'] = [
		'color', ['#ffffff', '#000000', '#000000', '#000000'], 
		'background', ['#ffcc99', '#99ccff', '#99ccff', '#99ccff'],
		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['underline', 'none', 'none', 'none' ],
	];

//////////////////

var POS3 = new Array();
	// item sizes for different levels of menu
	POS3['height'] = [20, 20, 20, 20 ]; //height of menu
	POS3['width'] = [100, 100, 100, 100 ]; //width of menu
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	///next menu
	POS3['block_top'] = [80, 22, 2, 4 ]; //y start position
	POS3['block_left'] = [375, 0, 95, 95 ]; //x start position
	// offsets between items of the same level
	/// next block
	POS3['top'] = [0, 21, 21, 21 ]; //21-20=1 = space between rol
	POS3['left'] = [100, 0, 0 ,0 ]; //102-100=2 =space between colum
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	POS3['hide_delay'] = [200, 200, 200, 200 ];
	
/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var STYLES3 = new Array();
	// default item state when it is visible but doesn't have mouse over
	STYLES3['onmouseout'] = [
		'color', ['#000000', '#000000', '#000000', '#000000' ], 
		'background', ['#efedef', '#efefef', '#efefef','#efefef' ],
		'fontWeight', ['bold', 'normal', 'normal', 'normal' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];

	// state when item has mouse over it
	STYLES3['onmouseover'] = [
		'color', ['#000000', '#000000', '#000000','#000000' ], 
		'background', ['#efefef', '#99ccff', '#99ccff', '#99ccff' ],

		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];
	// state when mouse button has been pressed on the item
	STYLES3['onmousedown'] = [
		'color', ['#ffffff', '#000000', '#000000', '#000000'], 
		'background', ['#efefef', '#99ccff', '#99ccff', '#99ccff'],
		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['underline', 'none', 'none', 'none' ],
	];

///////////

var POS4 = new Array();
	// item sizes for different levels of menu
	POS4['height'] = [20, 20, 20, 20 ]; //height of menu
	POS4['width'] = [100, 100, 100, 100 ]; //width of menu
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	///next menu
	POS4['block_top'] = [80, 22, 2, 4 ]; //y start position
	POS4['block_left'] = [475, 0, 95, 95 ]; //x start position
	// offsets between items of the same level
	/// next block
	POS4['top'] = [0, 21, 21, 21 ]; //21-20=1 = space between rol
	POS4['left'] = [100, 0, 0 ,0 ]; //102-100=2 =space between colum
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	POS4['hide_delay'] = [200, 200, 200, 200 ];
	
/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var STYLES4 = new Array();
	// default item state when it is visible but doesn't have mouse over
	STYLES4['onmouseout'] = [
		'color', ['#000000', '#000000', '#000000', '#000000' ], 
		'background', ['#ffffcc', '#efefef', '#efefef','#efefef' ],
		'fontWeight', ['bold', 'normal', 'normal', 'normal' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];

	// state when item has mouse over it
	STYLES4['onmouseover'] = [
		'color', ['#000000', '#000000', '#000000','#000000' ], 
		'background', ['#ffffcc', '#99ccff', '#99ccff', '#99ccff' ],

		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];
	// state when mouse button has been pressed on the item
	STYLES4['onmousedown'] = [
		'color', ['#ffffff', '#000000', '#000000', '#000000'], 
		'background', ['#ffffcc', '#99ccff', '#99ccff', '#99ccff'],
		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['underline', 'none', 'none', 'none' ],
	];

/////////////

var POS5 = new Array();
	// item sizes for different levels of menu
	POS5['height'] = [20, 20, 20, 20 ]; //height of menu
	POS5['width'] = [100, 100, 100, 100 ]; //width of menu
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	///next menu
	POS5['block_top'] = [80, 22, 2, 4 ]; //y start position
	POS5['block_left'] = [575, 0, 95, 95 ]; //x start position
	// offsets between items of the same level
	/// next block
	POS5['top'] = [0, 21, 21, 21 ]; //21-20=1 = space between rol
	POS5['left'] = [100, 0, 0 ,0 ]; //102-100=2 =space between colum
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	POS5['hide_delay'] = [200, 200, 200, 200 ];
	
/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var STYLES5 = new Array();
	// default item state when it is visible but doesn't have mouse over
	STYLES5['onmouseout'] = [
		'color', ['#000000', '#000000', '#000000', '#000000' ], 
		'background', ['#ccffff', '#efefef', '#efefef','#efefef' ],
		'fontWeight', ['bold', 'normal', 'normal', 'normal' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];

	// state when item has mouse over it
	STYLES5['onmouseover'] = [
		'color', ['#000000', '#000000', '#000000','#000000' ], 
		'background', ['#ccffff', '#99ccff', '#99ccff', '#99ccff' ],

		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['none', 'none', 'none', 'none' ],
	];
	// state when mouse button has been pressed on the item
	STYLES5['onmousedown'] = [
		'color', ['#ffffff', '#000000', '#000000', '#000000'], 
		'background', ['#ccffff', '#99ccff', '#99ccff', '#99ccff'],
		'fontWeight', ['bold', 'bold', 'bold', 'bold' ],
		'textDecoration', ['underline', 'none', 'none', 'none' ],
	];




