function baner(nazwa,width,height){

document.write('<object type="application/x-shockwave-flash" wmode="transparent" data="'+nazwa+'" style="height: '+height+'px; width: '+width+'px">');
document.write('<param name="movie" value="'+nazwa+'">');
document.write('<param name="wmode" value="transparent">');
document.write('</object>');
}
