function pokazcv() {
setTimeout('openpop()', 4000);
}
function zamknij(){
window.close()
}
function openpop() {
window.open("szukam.html","szukam","width=600,height=200,screenX=0,screenY=0");
}

function napisz(user, strona, subject,img)
{
document.write('<a href=\"mailto:' + user + '@' + strona + '?subject=' + subject + '\">');
document.write(img);
document.write('</a>')
}

//Tomasz Pasławski
