function showTips(tip) {

	switch(tip) {
	
		case "T0":
			document.write("<b>Tip #1: </b>Not all images have to be photos of people.  You can use pictures of places, signs, birthday cakes, awards, trophies, and newspaper articles.");
			break;
		case "T1":
			document.write("<b>Tip #2: </b>Group pictures by subject matter or events.  If you have several pictures of one person, make them have their own section.  If you have several pictures of a particular event, group those pictures in their own section.");
			break;
		case "T2":
			document.write("<b>Tip #3: </b>Try not to use images that are far away.  Use pictures that show a persons face or are closer to the camera.");
			break;
		case "T3":
			document.write("<b>Tip #4: </b>Try not to use images that have large groups of people.  When we enhance the pictures to make them move, sometimes people are cut-off from the video.  If it is too bad, we will not make that particular picture move.");
			break;
		case "T4":
			document.write("<b>Tip #5: </b>When you want to record an event, take photos or use images that mark what the event is about.  For example, if there is a sign for a person's birthday, take a pciture of that sign.  This is a great title iamge for a video.");
			break;
		case "T5":
			document.write("<b>Tip #6: </b>Pick music that goes along with or enhances the mood of the photos.");
			break;
		default:
			document.write("All video scrapbook tips are availble in the kit's booklet");
			break;
	}
}