
                  
function bigg(co, w, h, s)
{
	r="no";
	if(s==1) r="yes";
	
  window.open("otvor.php?r="+r+"&t=1&jm="+co, "_blank", "width="+(w+0)+",height="+(h+0)+",toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable="+r+",scrollbars="+r);
}		
function openwin(co, w, h)
{
  window.open(co, "_blank", "width="+(w+0)+",height="+(h+0)+",toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,scrollbars=yes");
}		
