// JavaScript Document

// create a section for each object tester1, tester2...


//opening...
function createEmbed00() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/opening2.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "499" );
	embed.setAttribute( "height", "328" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

// tester1
function createEmbed1() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester1.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
	
	// add the element to the document
	div.appendChild( embed );

}

//tester2
function createEmbed2() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester2.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
	
	// add the element to the document
	div.appendChild( embed );

}

//tester3...
function createEmbed3() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester3.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester4...
function createEmbed4() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester4.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester5...
function createEmbed5() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester5.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//it management...
function createEmbed6() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/it.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "499" );
	embed.setAttribute( "height", "328" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester7...
function createEmbed7() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester7.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//signs...
function createEmbed8() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/signs.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "499" );
	embed.setAttribute( "height", "328" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester9...
function createEmbed9() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester9.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester10...
function createEmbed10() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester10.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester11...
function createEmbed11() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester11.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester12...
function createEmbed12() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester12.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester13...
function createEmbed13() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester13.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester14...
function createEmbed14() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester14.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester15...
function createEmbed15() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester15.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester16...
function createEmbed16() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester16.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester17...
function createEmbed17() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester17.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}

//tester18...
function createEmbed18() {
 
 	// find elements
	var div  = document.getElementById( 'flashbox' );
	var flash_thing = document.getElementById("flash_thing")
	
	// remove element if exists
	if( flash_thing ) {
		div.removeChild( flash_thing );
	}
	
	// create new element
	var embed = document.createElement( "EMBED" );
	embed.setAttribute( "allowFullScreen", "true" );
	embed.setAttribute( "src", "sources/tester18.swf" );
	embed.setAttribute( "type", "application/x-shockwave-flash" );
	embed.setAttribute( "width", "400" );
	embed.setAttribute( "height", "200" );
	embed.setAttribute( "id", "flash_thing" );
	embed.setAttribute( "play", "true" );
	embed.setAttribute( "loop", "false" );
		
	// add the element to the document
	div.appendChild( embed );

}
