			var sndCombosData = new Array( 
				new MCComboItem( 'Australia', 'SA2', '', 
					new Array( 
						new MCComboItem( 'New South Wales', 'nsw', 'The SA2B1', null ),
						new MCComboItem( 'Queensland', 'queensland', 'The SA2B2', null ),
						new MCComboItem( 'Victoria', 'victoria', 'The SA2B1', null )
						
					)
				),
				new MCComboItem( 'South Africa', 'SA1', '', 
					new Array( 
						new MCComboItem( 'Eastern Cape', 'easterncape', 'The SA1B3', null ),
						new MCComboItem( 'Gauteng', 'gauteng', 'The SA1B3', null ),
						new MCComboItem( 'KZN', 'kzn', 'The SA1B1', null ),
						new MCComboItem( 'Mpumalanga', 'mpumalanga', 'The SA1B3', null ),
						new MCComboItem( 'North West', 'northwest', 'The SA1B3', null ),
						new MCComboItem( 'Northern Province', 'northern', 'The SA1B3', null ),
						new MCComboItem( 'Western Cape', 'westerncape', 'The SA1B2', null )
						
						
						
						
					)
				)
				
				
			);
		
			function SndOnChoice( val )
			{
				return;
			}
			
			
			
			MCStart( 'SndFirstCombo', 'sndCombosData', 'SndOnChoice', null );
			
			