var odswiezanie = false;

function cbinit()
{
	//try{jQuery("a[rel='okienko_mp3']").colorbox({width:"500px", height:"300px", iframe:true, current:'', overlayClose:false});} catch(e) { }
	try{jQuery("a[ref='zdjecie']").colorbox({transition:"elastic", maxHeight:"100%", scalePhotos:true, current:'', opacity:0.3});} catch(e) { }
	try{jQuery("a[rel='zdjecia']").colorbox({transition:"elastic", maxHeight:"100%", scalePhotos:true, arrowKey:false, opacity:0.3, current:''});} catch(e) { }
	jQuery(document).bind('cbox_open', function(){
		jQuery('object,embed,iframe').hide();
	});
	jQuery(document).bind('cbox_closed', function(){
		jQuery('object,embed,iframe').show();
	});
}

jQuery(document).ready(function(){
	cbinit();
});
