function OpenWindow(url, jmeno, w, h)
{
Fokus = window.open(url, jmeno,'toolbar=0,resizable=1,scrollbars=1,top=50,left=50,menubar=0,width=' + w + ',height=' + h);
Fokus.focus()
}
function Foto(c)
{
Fokus = window.open('ve/' + c + '.htm', 'foto','toolbar=0,resizable=0,scrollbars=0,top=30,left=30,menubar=0,width=800,height=800');
Fokus.focus()
}
function Fotoms(c)
{
Fokus = window.open('ms' + c + '.htm', 'foto','toolbar=0,resizable=0,scrollbars=0,top=30,left=30,menubar=0,width=800,height=800');
Fokus.focus()
}
function Fotokt(c)
{
Fokus = window.open('ms' + c + '.htm', 'foto','toolbar=0,resizable=0,scrollbars=0,top=30,left=30,menubar=0,width=800,height=800');
Fokus.focus()
}
