function otworz(f,w,h)
{
 w=window.open(f,"zdjecie","width="+(w+20)+",height="+(h+20)+",status=no,resizable=0,toolbar=no,scrollbars=no,menubar=no,directories=no,location=no");
 w.document.bgColor=window.document.bgColor;
}
 
function ramki()
{
 if (parent.location.href == self.location.href)
 {
  self.location.href="index.php";
 }

}