function md(e)
{
try { if (event.button==2||event.button==3) return false; }
catch (e) { if (e.which == 3) return false; }
}
document.oncontextmenu = function() { return false; }
document.ondragstart = function() { return false; }
document.onmousedown = md;




function Reset() {
document.getElementById('model').value=''
}

function Act() {
var test = ""
test = document.getElementById('vyrobci').style.visibility


if (test == "hidden") {
document.getElementById('vyrobci').style.visibility='visible'
document.getElementById('vyrobci').style.position='relative'
} else {
document.getElementById('vyrobci').style.visibility='hidden'
document.getElementById('vyrobci').style.position='absolute'
}
}




function Rozbal() {
document.getElementById('vyrobci').style.visibility='visible'
document.getElementById('vyrobci').style.position='relative'
}

function Sbal() {
document.getElementById('vyrobci').style.visibility='hidden'
document.getElementById('vyrobci').style.position='absolute'
}






function Go() {
var tyu = document.getElementById('model').value
window.location = tyu
}

function Okno(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,titlebar=no,width=660,height=500,screenX=150,screenY=150,top=150,left=150')
}

function Protect() {
document.getElementById('obrazion').galleryImg=false
}
