function podpowiedz(pic,x,y)
{
    window.open('read.php?show='+pic+'','','width='+x+',height='+y+',left=50,top=20,resizable=1,directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
}

