var startLayerKlick = 0;		//Startlayer ein-/ausschalten 0/1
var breiteLayer = 440;
var player2div_oben = 400;

document.write("<div id=\"player2div\">");
document.write("<table width=\"425\" class=\"tabLayerKlick\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td style=\"background-color:#d0d0d0\" align=\"right\"><a href=\"javascript:closeVideoLayer(\'player2div\')\"><img src=\"fileadmin/images/schliessen_grau.jpg\"></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class=\"video\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/8MlQmWx6jzY&hl=de_DE&fs=1&&autoplay=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowScriptAccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/8MlQmWx6jzY&hl=de_DE&fs=1&&autoplay=1\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" allowScriptAccess=\"always\" width=\"425\" height=\"344\"></embed></object></td>");	//Bild einfügen
document.write("</tr>");
document.write("</table>");
document.write("</div>");
