function reset(step)
	{
	
		switch(step)
		{
		case 1:
		update_statusbar('When you are ready, click the Continue button to begin.', 'normal');
		break;
		
		case 2:
		update_statusbar('Choose a design by clicking on its thumbnail, then select the Continue button.', 'normal');
		break;
		
		case 3:
		update_statusbar('Fill out the form above, then select Continue.', 'normal');
		break;
		
		case 4:
		update_statusbar('Minimum order of 25 cards.', 'normal');
		break;
		
		case 5:
		update_statusbar('When ready, click Submit to add to your cart.', 'normal');
		break;
		  
		default:
		update_statusbar('When you are ready, click the Continue button.', 'normal');
		}
	
	
	
	}
