function alig(id){
 sirka_a = document.getElementById(id).offsetWidth+1;sirka = sirka_a - 1;
 if(sirka > 96){
  document.getElementById(id).style.marginLeft = '2px';
  document.getElementById(id).style.marginRight = '2px';
  document.getElementById(id).style.marginTop = '10px';
  document.getElementById(id).style.marginBottom = '10px';
 }
 if(sirka < 96){
  document.getElementById(id).style.marginLeft = '14px';
  document.getElementById(id).style.marginRight = '14px';
  document.getElementById(id).style.marginTop = '15px';
  document.getElementById(id).style.marginBottom = '-3 px';
 }
}

function gila(id){
 sirka_a = document.getElementById(id).offsetWidth+1;sirka = sirka_a - 1;
 if(sirka > 500){
  document.getElementById(id).style.marginLeft = '0px';
  document.getElementById(id).style.marginRight = '0px';
  document.getElementById(id).style.marginTop = '10px';
  document.getElementById(id).style.marginBottom = '10px';
 }
 if(sirka < 500){
  document.getElementById(id).style.marginLeft = '73px';
  document.getElementById(id).style.marginRight = '73px';
  document.getElementById(id).style.marginTop = '10px';
  document.getElementById(id).style.marginBottom = '20px';
 }
}

function op(id){
 window.location.href="index.php?show=read/"+"&"+"f="+id;
}
