function Writeflash(bestand,w,h){
	document.write("<div class='csc-textpic csc-textpic-center csc-textpic-below'><embed src='uploads/media/"+bestand+"' quality='high' width='"+w+"' height='"+h+"' wmode='transparent'></embed></div>");
}