		function textsize(size){
			var tags = new Array( 'p');
	
			getBody = document.getElementsByTagName('body')[0];
			if(size == 'sml'){
				for (i = 0 ; i < tags.length ; i++ ) {
					getallTags = getBody.getElementsByTagName(tags[i]);
					for (k = 0 ; k < getallTags.length ; k++) 
						getallTags[k].style.fontSize = '14px';;
				}
			}
			if(size == 'med'){
				for (i = 0 ; i < tags.length ; i++ ) {
					getallTags = getBody.getElementsByTagName(tags[i]);
					for (k = 0 ; k < getallTags.length ; k++) 
						getallTags[k].style.fontSize = '16px';;
				}
			}
			if(size == 'lrg'){
			
				for (i = 0 ; i < tags.length ; i++ ) {
					getallTags = getBody.getElementsByTagName(tags[i]);
					for (k = 0 ; k < getallTags.length ; k++) 
						getallTags[k].style.fontSize = '18px';;
				}
			
			}
		}
      <!-- To load a movie other then the first one listed in the xml file you can specify a movie=# arguement. -->
      <!-- For example, to load the third movie you would do the following: MyProjectName.html?movie=3 -->      
      // <![CDATA[
      var args = new Object();
      var query = location.search.substring(1);
      // Get query string
      var pairs = query.split( "," );
      // Break at comma
      for ( var i = 0; i < pairs.length; i++ )
      {
         var pos = pairs[i].indexOf('=');
         if( pos == -1 )
         {
            continue; // Look for "name=value"
         }
         var argname = pairs[i].substring( 0, pos ); // If not found, skip
         var value = pairs[i].substring( pos + 1 ); // Extract the name
         args[argname] = unescape( value ); // Extract the value
      }
      // ]]>
	function loadmovie1(){
		document.getElementById("flashmovie1").innerHTML = '<div id="flashcontent"><div id="noexpressUpdate"><p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the  latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>.</p></div></div>';		
		  // <![CDATA[          
         var fo = new FlashObject( "1_controller.swf", "1_controller.swf", "635", "328", "7", "#FFFFFF", false, "best" );
         fo.addVariable( "csConfigFile", "1_config.xml"  ); 
         fo.addVariable( "csColor"     , "FFFFFF"           );
         
         if( args.movie )
         {
            fo.addVariable( "csFilesetBookmark", args.movie );
         }
         fo.write("flashcontent"); 		  	  
         // ]]>
	}
	function loadmovie2(){
		document.getElementById("flashmovie2").innerHTML = '<div id="flashcontent2"><div id="noexpressUpdate"><p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the  latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>.</p></div></div>';		
		  // <![CDATA[          
         var fo = new FlashObject( "2_controller.swf", "2_controller.swf", "635", "274", "7", "#FFFFFF", false, "best" );
         fo.addVariable( "csConfigFile", "2_config.xml"  ); 
         fo.addVariable( "csColor"     , "FFFFFF"           );
         
         if( args.movie )
         {
            fo.addVariable( "csFilesetBookmark", args.movie );
         }
         fo.write("flashcontent2"); 		  	  
         // ]]>
	}
	function loadmovie3(){
		document.getElementById("flashmovie3").innerHTML = '<div id="flashcontent3"><div id="noexpressUpdate"><p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the  latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>.</p></div></div>';		
		  // <![CDATA[          
         var fo = new FlashObject( "3_controller.swf", "3_controller.swf", "635", "211", "7", "#FFFFFF", false, "best" );
         fo.addVariable( "csConfigFile", "3_config.xml"  ); 
         fo.addVariable( "csColor"     , "FFFFFF"           );
         
         if( args.movie )
         {
            fo.addVariable( "csFilesetBookmark", args.movie );
         }
         fo.write("flashcontent3"); 		  	  
         // ]]>
	}
