function showVideo(id) {
	document.write("<object width=\"304\" height=\"281\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=de_DE&amp;fs=1;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=de_DE&amp;fs=1;rel=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"304\" height=\"281\"></embed></object>");
}

