function foto1() 
{
document.f1.soubor1.value="";
document.f1.soubor1.focus();document.execCommand("Paste")}

function foto2() 
{
document.f1.soubor2.value="";
document.f1.soubor2.focus();document.execCommand("Paste")}



function foto()
{
window.open("../../Files/zmena.htm","zmena","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,menubar=no,width=340,height=100,top=180,left=200");
}


function pridat()
{
hlavni.f1.soubor1.value=document.f2.nazev1.value;
/*zmena.f2.nazev2.value="Ahoj";*/

}


function zmena1()
{
a=document.f1.T3.value;
if (a=="nezjištěn") { document.f1.T3.value=""; } else {}

}

function zmena1a()
{
a=document.f1.T3.value;
if (a=="") { document.f1.T3.value="nezjištěn"; } else {}
}

function zmena2()
{
a=document.f1.T4.value;
if (a=="nezjištěn") { document.f1.T4.value=""; } else {}

}

function zmena2a()
{
a=document.f1.T4.value;
if (a=="") { document.f1.T4.value="nezjištěn"; } else {}
}

function zmena3()
{
a=document.f1.T5.value;
if (a=="nezjištěno") { document.f1.T5.value=""; } else {}

}

function zmena3a()
{
a=document.f1.T5.value;
if (a=="") { document.f1.T5.value="nezjištěno"; } else {}
}


function zmena4()
{
a=document.f1.T6.value;
if (a=="nezjištěn") { document.f1.T6.value=""; } else {}

}

function zmena4a()
{
a=document.f1.T6.value;
if (a=="") { document.f1.T6.value="nezjištěn"; } else {}
}


function zmena5()
{
a=document.f1.T9.value;
if (a=="nezjištěno") { document.f1.T9.value=""; } else {}

}

function zmena5a()
{
a=document.f1.T9.value;
if (a=="") { document.f1.T9.value="nezjištěno"; } else {}
}




