function okono(tytul, oferta)
{
var okno = window.open("pdf/"+oferta+".pdf", "tytul", "height=600,width=400");
}