function header(flash_swf, image)
{
    document.write('<object width="946" height="120" data="' + flash_swf + '" type="application/x-shockwave-flash">\n');
    document.write('<param name="movie" value="' + flash_swf + '" />\n');
    if(image != ''){
    	document.write('<img src="' + image + '" alt="no Flash" />\n');
    }
    document.write('</object>\n');
}
