

function showVideo(VIDEOtarget,width,height,color){
			document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/SWFlash.cab#version=8,0,0,0' WIDTH='"+width+"' HEIGHT='"+height+"' id='schoeneneuekinderVideo' ALIGN='bottom'>");
			document.writeln("<PARAM NAME=movie VALUE='videotemplate/snkSimpleVideo.swf?VIDEOtarget="+VIDEOtarget+"'>");
			document.writeln("<PARAM NAME=menu VALUE=false>");
			document.writeln("<PARAM NAME=quality VALUE=high>");
			document.writeln("<PARAM NAME=salign VALUE=LT>");
			document.writeln("<PARAM NAME=bgcolor VALUE="+color+">");
			document.writeln("<EMBED src='videotemplate/snkSimpleVideo.swf?VIDEOtarget="+VIDEOtarget+"' menu=false quality=high salign=LT bgcolor="+color+"  WIDTH='"+width+"' HEIGHT='"+height+"' NAME='schoeneneuekinderVideo' ALIGN='bottom' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
			document.writeln("</EMBED>");
			document.writeln("</OBJECT>");
}

