<!--
function bigpic(url, name, w, h, scr, loc)
{
if (loc == "no")
{
wi = (screen.width/2)-(w/2);
he = (screen.height/2)-(h/2);
} else
{
wi = 0;
he = 0;
}
popupWin = window.open(url, name, 'scrollbars=' + scr + ',resizable=' + scr + ',menubar=0,left=' + wi + ',top='+ he +',width=' + w + ',height=' + h);
}

function vm2(idz)
{
var pzv = "p" + idz;
var ozv = "o" + idz;
if (document.getElementById(pzv).style.display == "none")
{
document.getElementById(pzv).style.display = "inline";
document.getElementById(ozv).innerHTML = "&laquo; skrýt více informací o zboží";
}
else
{
document.getElementById(pzv).style.display = "none";
document.getElementById(ozv).innerHTML = "zobrazit více informací o zboží &raquo;";
}
}
//-->

