function ow(x) {
	xx = screen.width/2-300;
	window.open("obrazok.php?o="+x, "picture" , "toolbar=no, width=525, height=413, directories=no, status=0, menubar=no, top=1, left="+xx);
}
function flash(id, w, h, q) {
  //alert('<object type="application/x-shockwave-flash" data="' + id + '.swf?' + q + '" width="' + w + '" height="' + h + '" id="f' + id + '"><param name="movie" value="' + id + '.swf?' + q + '" /></object>');
	document.getElementById(id).innerHTML = '<object type="application/x-shockwave-flash" data="' + id + '.swf?' + q + '" width="' + w + '" height="' + h + '" id="f' + id + '"><param name="allowFullScreen" value="true" /><param name="movie" value="' + id + '.swf?' + q + '" /></object>';
}
function banerex(x) {
  if (x == 1) {
    document.getElementById('kod').disabled = false;
    document.getElementById('nazov').disabled = true;
    document.getElementById('linka').disabled = true;
    document.getElementById('obrazok').disabled = true;
  } else {
    document.getElementById('kod').disabled = true;
    document.getElementById('nazov').disabled = false;
    document.getElementById('linka').disabled = false;
    document.getElementById('obrazok').disabled = false;
  }
}

