function stran(a,pr,da)
{
switch(a)
{
case "dal" :
document.write('<img src="obr/nalink.gif" width=295 height=30 border=0><a href='+  da + '.htm><img src="obr/strdalsi.gif" border=0 width=175 height=30 alt="Další stránka"></a>');
break;

case "pre" :
document.write('<a href="'+  pr + '.htm"><img src="obr/strpred.gif" border=0 width=225 height=30 alt="Předchozí stránka"></a><img src="obr/nalink.gif" width=245 height=30 border=0>');
break;

case "obe" :
document.write('<a href="'+  pr + '.htm"><img src="obr/strpred.gif" border=0 width=225 height=30 alt="Předchozí stránka"></a><img src="obr/nalink.gif" width=70 height=30 border=0><a href='+  da + '.htm><img src="obr/strdalsi.gif" border=0 width=175 height=30 alt="Další stránka"></a>');
break;

case "nic" :
document.write('');
break;
}
}


function nadpis(a)
{
switch(a)
{
case "ud" : tx="naudalos";
break;
case "sp" : tx="naspotr2";
break;
case "ja" : tx="najaknat";
break;
case "sl" : tx="naslovni";
break;
case "ni" : tx="nabeznad";
break;
}
document.write('<tr><td class="okraj"><img src="obr/nalink.gif" width=130 height=30 border=0>');
document.write('<img src="obr/'+ tx +'.gif" width=200 height=30 border=0>');
document.write('<img src="obr/nalink.gif" width=140 height=30 border=0></td></tr>');
}



function okno(obraz,rozm) {

window.alert('sKript OteMalStr otevře malou stránku');
$a=vole;
window.open('malstr.php','obr','left=180,top=10,width=375,'+
 'height=500,toolbar=no,directories=no,resizable=no'+
 'location=0,status=0,menubar=0,scrollbar=0');

}


function oknob(obraz,rozm)  {
 //alert ("obraz "+ obraz+ " "+rozm)
 if (rozm=="1")
 {
 obr=window.open("","obr","left=100,top=110,width=500,"+
 "toolbar=0,directories=no,resizable=no,"+
 "location=0,status=0,menubar=0,scrollbar=0" );
 }
 if (rozm=="2")
 {
 obr=window.open("","obr","left=180,top=10,width=375,"+
 "height=500,toolbar=no,directories=no,resizable=no"+
 "location=0,status=0,menubar=0,scrollbar=0");
 //alert("obrz= "+obrz)
 }
 with (obr.document)
 {
 var a="<"
 var b=">"
 //open()
 writeln('<HTL>\n<HEAD>\n<title>Abeceda domácích spotřebičů</title>')
 writeln('<SCRIPT LANGUAGE="JavaScript">')
 writeln(a + '!--')
 writeln('function zavri()')
 writeln('{')
 writeln('self.close()')
 writeln('}')
 writeln('--' + b)
 writeln('</script></head>')
 writeln('<BODY onBlur="zavri()" topmargin="0" leftmargin="0">')
 src='linx.js';
 writeln('<?echo"zdar vole";?>')
 writeln('<IMG SRC='+"foto/"+obraz+".jpg"+' ALIGN="center">')
 writeln('</BODY>\n</HTML>')
 close()
 //focus();
 }
 //document(obrazg).fokus()
 }
