function openWin(ahref)
{
atext='width=900,height=600,top=1,resizable=yes,scrollbars=yes';

imfl='photo_slab.php?id='+ahref;

popupWin = window.open(imfl, 'Photo', atext); 

//popupWin = window.open(ahref, 'Photo', atext); 
//popupWin.scroll(awidth, aheight);
popupWin.focus(); 
return false;
}
function openWinST(ahref)
{
atext='width=900,height=600,top=1,resizable=yes,scrollbars=yes';

imfl='photo_stproduct.php?id='+ahref;

popupWin = window.open(imfl, 'Photo', atext); 

//popupWin = window.open(ahref, 'Photo', atext); 
//popupWin.scroll(awidth, aheight);
popupWin.focus(); 
return false;
}

function openWin1(ahref)
{
atext='width=800,height=800,top=1,resizable=yes,scrollbars=yes';

imfl='kontakt.php?map='+ahref;

popupWin = window.open(imfl, 'Map', atext); 

//popupWin = window.open(ahref, 'Photo', atext); 
//popupWin.scroll(awidth, aheight);
popupWin.focus(); 
return false;
}

function show(div_good, hidden_status){

var descr=document.getElementById(div_good);
descr.style.visibility='hidden';
if(hidden_status==1){ descr.style.visibility='visible';}
else{descr.style.visibility='hidden';}

}
