function obrazek(fsb)
{
f_url="obr.php?obr="+fsb;
mokno=window.open(f_url,"aaa","width=100,height=100,status=no,toolbar=no,menubar=no,statusbar=no,location=no, resizable=yes");
mokno.focus();
}

function fotogalerie(fsb)
{
f_url="foto.php?obr="+fsb;
mokno=window.open(f_url,"Fotogalerie","width=640,height=490,status=no,toolbar=no,menubar=no,statusbar=no,location=no, resizable=yes");
mokno.focus();
}

function napoveda(cis,fposx,fposy,fx,fy)
{
f_url="napoveda.php?nap="+cis;
window.open(f_url,'UAX','width='+fx+',height='+fy+',top='+fposx+',left='+fposy+',toolbar=no, location=no, directories=no, status=no, scrollbars=yes');
}

function prejdi(kam)
{
document.location=kam;
}

function bookmark(url)
{
title='...:: UAX Shop ::..';
if (document.all)
	window.external.AddFavorite(url, title);
}

var u="";
function odesli(url)
{
u=url;
fx=400;
fy=400;
fposx=100;
fposy=100;
f_url="odesli_link.php";
window.open(f_url,'Fishwithoutmeat','width='+fx+',height='+fy+',top='+fposx+',left='+fposy+',toolbar=no, location=no, directories=no, status=no, scrollbars=yes');
}
