$(document).ready(function(){
	try{ $("a.paneladmina").colorbox({width:"800px", height:"100%", iframe:true, current:'', overlayClose:false}); } catch(e) { }
	$().bind('cbox_complete', function(){
		//$('body').css('overflow','hidden');
	});
	$().bind('cbox_closed', function(){
		//$('body').css('overflow','auto');
		if (odswiezanie) 
		{	
			odswiezanie=false;
			window.location.href = window.location.href; 
		}
	});
});
