function showVideo(id) {
    document.getElementById('yt_the_video').innerHTML = '<' + 'a name="yt_video"><' + 'object width="' + yt_video_width + '" height="' + yt_video_height + '"><param name="movie" value="http://www.youtube.com/v/' + id + '"></param><' +'embed src="http://www.youtube.com/v/' + id + '" type="application/x-shockwave-flash" width="' + yt_video_width + '" height="' + yt_video_height + '"></embed></object></a>';
}

