

function insert_video(clicked) {
	video = document.getElementById('innerHTML_wrapper');
	video_box = document.getElementById('innerHTML_wrapper');
	video_box.style.height = '380px';
	new_html = start_html + clicked + end_html;
	video.innerHTML = new_html;
}

function video_initialize() {
	video_box = document.getElementById('flash_element');
	video_box.style.height = '20px';
	thumb_html = document.getElementById('thumb_box').innerHTML;
	start_html = '<div id="thumb_box">' + thumb_html + '</div><div id="flash_element"><center>';
	end_html = '</center></div></div>';
	floor_pod = '<object type="application/x-shockwave-flash" style="width:350px; height:296px;" data="http://www.youtube.com/v/tjOil4lFxvw&rel=0&border=0&autoplay=1"><param name="movie" value="http://www.youtube.com/v/tjOil4lFxvw&rel=0&border=0&autoplay=1" /></object>';
	tonewoods = '<object type="application/x-shockwave-flash" style="width:350px; height:296px;" data="http://www.youtube.com/v/vUSEJR6wG74&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&autoplay=1"><param name="movie" value="http://www.youtube.com/v/vUSEJR6wG74&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0&autoplay=1" /></object>';
	pod = '<object type="application/x-shockwave-flash" style="width:350px; height:296px;" data="http://www.youtube.com/v/9455epXGx_A&rel=0&border=0&autoplay=1"><param name="movie" value="http://www.youtube.com/v/9455epXGx_A&rel=0&border=0&autoplay=1" /></object>';
	aria_ae = '<object type="application/x-shockwave-flash" style="width:350px; height:296px;" data="http://www.youtube.com/v/KSBAt4yLI2M&rel=0&border=0&autoplay=1"><param name="movie" value="http://www.youtube.com/v/KSBAt4yLI2M&rel=0&border=0&autoplay=1" /></object>';
	taylor_electric = '<object type="application/x-shockwave-flash" style="width:350px; height:296px;" data="http://www.youtube.com/v/xvmndc5gvOU&hl=en&rel=0&border=0&autoplay=1"><param name="movie" value="http://www.youtube.com/v/xvmndc5gvOU&hl=en&rel=0&border=0&autoplay=1" /></object>';
}
