// This Line Must appear at the top of your submenu.js page:
bC= null;

// This file Loads all the submenu's that the menu1.js file calls on.
// Submenu definitions are defined as the following:
// 
//		startMenu(*id*, *width*);
//		menuItem('*menutext*', *showmenu*, *width*, '*background-on*', '*background-off*', '*url*', '*r/l*');
//
//		DEFINITIONS:
//		*id*:	 			ID number that corresponds with a parent menu. If another menu has this number in it's 
//							'*showmenu*' spot, then it will display this menu on rollover. No 2 *id*'s should be the same.
//
//		*width*:			Set a predefined width in pixels of the menu. If set to 'null', it will use a default width.
//
//		*menutext*:			Text that appears in the drop down menu, ie. the user sees this.
//
//		*showmenu*:			putting a number in here will call up the associated ID number on rollover. ie. if i put 5 in here,
//							it will display the submenu with an id of 5. set to 'null' this does nothing.
//
//		*background-on*:	a hexadecimal value (#123ABC) for the color of background when rolled over.
//
//		*background-off*:	a hexadecimal value (#123ABC) for the color of background when not rolled over.
//
//		*url*:				the URL of the site to be opened. can be absolute or relative.
//
//		*r/l*:				enter 'right' or 'left' to align the submenu position.
	
	/*
	startMenu(1, null);
	menuItem('Features', null, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/features.asp');
	menuItem('Revision&nbsp;History&nbsp;', 3, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/revision.asp', 'right');
	menuItem('Browser&nbsp;Support&nbsp;', null, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/compat.asp', 'right');
	menuItem('Download', null, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/download.asp', 'right');
	menuItem('Conditions&nbsp;of&nbsp;Use&nbsp;', null, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/conditions.asp', 'right');
	endMenu();

	startMenu(3, 100);
	menuItem('Menu10a', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
	menuItem('Menu10b', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
	menuItem('Menu10c', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
	menuItem('Menu10d', 4, 120, '#e0e0e0', '#ffffff', '#', 'right');
	endMenu();
	
		startMenu(4, 100);
		menuItem('Menu12a', 5, 120, '#e0e0e0', '#ffffff', '#', 'right');
		menuItem('Menu12b', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
		menuItem('Menu12c', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
		menuItem('Menu12d', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
		endMenu();
			
			startMenu(5, 100);
			menuItem('Menu12a', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Menu12b', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Menu12c', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Menu12d', 6, 120, '#e0e0e0', '#ffffff', '#', 'right');
			endMenu();
			
			startMenu(6, 100);
			menuItem('Menu12a', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Menu12b', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Menu12c', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Menu12d', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
			endMenu();
	
	startMenu(2, null);
	menuItem('Bugs&nbsp;/&nbsp;Workarounds &nbsp;', null, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/bugs.asp', 'right');
	menuItem('Report&nbsp;a&nbsp;Bug', null, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/report.asp', 'right');
	menuItem('Mailing&nbsp;List', 7, 147, '#e0e0e0', '#ffffff', 'http://www.aspandjavascript.co.uk/drop-down/mailing.asp', 'right');
	endMenu();
	
	startMenu(7, 100);
	menuItem('Menu10a', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
	menuItem('Menu10b', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
	menuItem('Menu10c', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
	menuItem('Menu10d', 8, 120, '#e0e0e0', '#ffffff', '#', 'right');
	endMenu();
		
		startMenu(8, 100);
		menuItem('Sub1', 9, 120, '#e0e0e0', '#ffffff', '#', 'right');
		menuItem('Sub1', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
		endMenu();
		
			startMenu(9, 100);
			menuItem('Sub2', 10, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Sub2', 11, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Sub2', 12, 120, '#e0e0e0', '#ffffff', '#', 'right');
			menuItem('Sub2', 13, 120, '#e0e0e0', '#ffffff', '#', 'right');
			endMenu();
			
				startMenu(10, 100);
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				endMenu();
					
				startMenu(11, 100);
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				endMenu();
				
				startMenu(12, 100);
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				endMenu();
				
				startMenu(13, 100);
				menuItem('Sub3', null, 120, '#e0e0e0', '#ffffff', '#', 'right');
				endMenu();
				
				*/