
function flashfr()

{ 
    document.write('<object type=\"application/x-shockwave-flash\" data=\"http://www.zahnfreundlich.ch/fileadmin/templates/main/img/header_fr.swf\" width=\"560\" height=\"60\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"http://www.zahnfreundlich.ch/fileadmin/templates/main/img/header_fr.swf\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('<param name=\"bgcolor\" value=\"#F7F7F7\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('</object>\n'); 
}
function flashde()
{
    document.write('<object type=\"application/x-shockwave-flash\" data=\"http://www.zahnfreundlich.ch/fileadmin/templates/main/img/header.swf\" width=\"560\" height=\"60\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"http://www.zahnfreundlich.ch/fileadmin/templates/main/img/header.swf\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('<param name=\"bgcolor\" value=\"#F7F7F7\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('</object>\n'); 
}