<!--
function winOpen(fld,id) {
  newWindow=window.open("galery.php?fld="+fld+"&id="+id,"subWin","statusbar=no,width=500,height=400");
  newWindow.focus();
}

function formOpen() {
  newWindow=window.open("formular.php","subWin","statusbar=no,scrollbars,width=500,height=470");
  newWindow.moveTo((((screen.width)-500)/2),(((screen.height)-470)/2));
  newWindow.focus();
}

if (parent.location.href == self.location.href) {
  window.location.href =  'index.php';
}
//-->

