if (typeof(videoSWF) == 'undefined' || video == 'all') {
	document.write("<strong>Basic Topics</strong><ul>");
	genVideo('dd_newsite.swf','Creating a Site', true, nameInstant);
	//genVideo('dd_logos.swf','Uploading Logos', true, nameInstant);
	genVideo('dd_text.swf','Editing Text', true, nameInstant);
	genVideo('dd_images.swf','Working with Images', true, nameInstant);
	genVideo('dd_pages.swf','Creating Pages', true, nameInstant);
	genVideo('dd_pagesmenus.swf','Pages and Menus', true, nameInstant);
	genVideo('dd_links.swf','Creating Hyperlinks', true, nameInstant);
	genVideo('dd_layout.swf','Changing Layout', true, nameInstant);
	genVideo('dd_boxes.swf','Creating Boxes', true, nameInstant);
	genVideo('dd_tables1.swf','Creating Tables', true, nameInstant);
	genVideo('dd_tables2.swf','Editing Tables', true, nameInstant);
	genVideo('dd_album.swf','Photo Albums', true, nameInstant);
	document.write("</ul>");
	document.write("<strong>Advanced Topics</strong><br><small>(available with " + namePro + ")</small><ul>");
	genVideo('dd_pagemasters.swf','Page Masters', true, namePro);
	genVideo('dd_stylesheets.swf','Style Sheets', true, namePro);
	genVideo('dd_palettes.swf','Color Palettes', true, namePro);
	genVideo('dd_menustyle.swf','Menu Styles', true, namePro);
	document.write("</ul>");
} else {
	genVideo(videoSWF, videoTitle);
}



