function banner(datei,swffileausgabe,img_width,img_height) 
{ 
    document.write('<object type=\"application/x-shockwave-flash\" data=\"/cms/upload/swf/'+swffileausgabe+'?pic='+datei+'\" width=\"'+img_width+'\" height=\"'+img_height+'\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"upload/swf/'+swffileausgabe+'?pic='+datei+'\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('<param name=\"wmode\" value=\"transparent\" />\n');    
    document.write('</object>\n'); 
} 