function web_zboziZoom(zboziID,fotoID,winX,winY){
window.open('/servis/plugins/webeditor/modules/zbozi/data/zoomimage.php?zboziid='+zboziID+'&fotoid='+fotoID,'_blank','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,rezizable=yes,width='+winX+',height='+winY+',left=100,top=100');
}
function web_orderZboziASC(){
document.serazzbform.szot.value='0';document.serazzbform.submit();
}
function web_orderZboziDESC(){
document.serazzbform.szot.value='1';document.serazzbform.submit();
}
function web_showZboziTable(){
document.serazzbform.szvt.value='1';document.serazzbform.submit();
}
function web_showZboziCatalog(){
document.serazzbform.szvt.value='0';document.serazzbform.submit();
}