function Detail(path)
{
	window.open("detail.php?file="+path, '_blank', 'left=400, top=100, width=610, height=480, status=1, resizable=1');
}

function openView(idsz) {
	location = 'byty-na-prodej/byt-'+idsz+'/';
}

/*
 function winopen(path)
  {
  window.open(path, '_blank', 'left=400, top=100, width=500, height=350, resizable=1');
  return false;
  }
*/

/**
 *
 *  jQuery handling 
 *
 */  

  $(document).ready(function(){
  
    	$('.lightbox').lightBox({
       fixedNavigation:true,
       imageLoading: '/repository/js/lightbox/images/lightbox-ico-loading2.gif',
       imageBtnClose: '/repository/js/lightbox/images/lightbox-btn-close.gif',
       imageBtnPrev: '/repository/js/lightbox/images/lightbox-btn-prev.gif',
       imageBtnNext: '/repository/js/lightbox/images/lightbox-btn-next.gif',
       overlayOpacity: 0.6
      });
         
  });

