function $(id) {
	return document.getElementById(id);
}
function set_bck(blok) {
	$(blok).className='subcat_a';
}
function clear_bck(blok) {
	$(blok).className='subcat_u';
}
function expand(blok) {
	if ($(blok).style.display=="block") {
		$('img_'+blok).src="images/st_prawo.gif";
		$(blok).style.display="none";
	} else {
		$('img_'+blok).src="images/st_dol.gif";
		$(blok).style.display="block";
	}
}
function set_cell(blok) {
	$(blok).className='cell_on';
}
function clear_cell(blok,def) {
	$(blok).className=def;
}
function potwierdzenie(pytanie){
	if (confirm(pytanie)) {
    	return true;
  	} else {
    	return false;
  	} 
}
function potwierdzenie2(pytanie,pytanie2){
  if (confirm(pytanie)) {
    if (confirm(pytanie2)) {
    	return true;
  		} else {
    		return false;
  	 }
    return true;
  } else {
    return false;
  } 
 return true;
}
function check(element) {
	if ($(element).style.background==""||$(element).style.backgroundColor=="rgb(0, 255, 0)") {
		$(element).style.background='#FF0000';
		putcookie(element,'1',7200);
	} else {
		$(element).style.background='';
		putcookie(element,'0',7200);
	}
}
function set_bck2(element) {
	if ($(element).style.background=="")
		$(element).style.background='#00FF00';
}
function clear_bck2(element) {
	if ($(element).style.backgroundColor=="rgb(0, 255, 0)")
		$(element).style.background='';
}
function putcookie(c_name,value,expiredays) {
    var exdate=new Date();
    exdate.setDate(exdate.getDate()+expiredays);
    document.cookie = c_name + "=" + escape(value) + ((expiredays==null) ? "" : ";expires="+exdate);
}
function getcookie(c_name) {
    if(document.cookie.length > 0) {
        var c_start = document.cookie.indexOf(c_name + "=");
        if(c_start != -1) {
            c_start = c_start + c_name.length + 1;
            var c_end = document.cookie.indexOf(";",c_start);
            if(c_end == -1)
                c_end = document.cookie.length;
            return unescape(document.cookie.substring(c_start, c_end));
        }
    }
    return null;
}
function fotka_big(foto) {
	window.open('big_photo.php?zdjecie='+foto,'fotka','width=620,height=670,scrollbars=no,resizable=no,status=yes,menubar=no');
}

function fotka_big_news(foto) {
	window.open('../big_photo.php?zdjecie='+foto,'fotka','width=620,height=670,scrollbars=no,resizable=no,status=yes,menubar=no');
}
  
function przegladarka(photo) 
{
window.open('/index.php?type=przegladarka&photo='+photo,'Galeria','width=625,height=570,scrollbars=no,resizable=no,status=no,menubar=no');
}

function mapa() 
{
window.open('/images/main/mapa.gif','mapa','width=608,height=610,scrollbars=no,resizable=no,status=no,menubar=no');
}
function drukuj_art(id_art,nazwa) {
	window.open('/drukuj_art/'+id_art+'/'+nazwa+'.html','art','width=620,height=494,scrollbars=yes,resizable=yes,status=yes,menubar=no');
}

function drukuj_news(id_news,nazwa) {
	window.open('/drukuj_news/'+id_news+'/'+nazwa+'.html','news','width=620,height=494,scrollbars=yes,resizable=yes,status=yes,menubar=no');
}
function drukuj_wyd(id_wyd,nazwa) {
	window.open('/drukuj_wyd/'+nazwa+',w'+id_wyd+'.html','wydarzenie','width=620,height=494,scrollbars=yes,resizable=yes,status=yes,menubar=no');
}

function kontakt() {
	window.open('/kontakt.html','kontakt','width=625,height=500,scrollbars=no,resizable=no,status=yes,menubar=no');
}

function clear_value(pole,wart) {
	if ($(pole).value==wart) {
		$(pole).value="";
	}
}

function set_value(pole,wart) {
	if ($(pole).value=="") {
		$(pole).value=wart;
	}
}

function switch_menu(opcja) {
	menu_op=new Array('menu1','menu2','menu3','menu4','menu5','menu6','menu7');
	//grafiki=new Array('menu_1','menu_2','menu_3','menu_4','menu_5','menu_6','menu_7');
	submenu=new Array('menu_bl_1','menu_bl_2','menu_bl_3','menu_bl_4','menu_bl_5','menu_bl_6','menu_bl_7');
	for (var i=0; i<submenu.length; i++) {
		if (submenu[i]==opcja) {
			$(submenu[i]).style.display="block";
			$(menu_op[i]).style.backgroundPosition = "0px -34px";
		} else {
			$(submenu[i]).style.display="none";				
			$(menu_op[i]).style.backgroundPosition = "0px 0px";
		}
	}
}

function switch2(opcja){
	var what = document.getElementsByTagName('div');
	for(i=0;i<what.length;i++)
		{ 
		if (what[i].className=='foldable')
			{
				{what[i].style.display='none';}	//reset all divs
			}
		}
	var what2 = document.getElementsByTagName('a');
	for(i=0;i<what2.length;i++)
	{ 
		if (what2[i].className=='menu')
			{
			{what2[i].style.backgroundPosition = "0px 0px";}	//reset all menu anchors
			}
	}
	$('menu_sub'+opcja).style.display='block';	//set the active dive
	$('menu'+opcja).style.backgroundPosition = "0px -34px";	//set the lightup background
}

function roll_menu(obraz,opcja) {
	menu_op=new Array('menu1','menu2','menu3','menu4','menu5','menu6','menu7');
	submenu=new Array('menu_bl_1','menu_bl_2','menu_bl_3','menu_bl_4','menu_bl_5','menu_bl_6','menu_bl_7');
	for (var i=0; i<menu_op.length; i++) {
		if (menu_op[i]==opcja) {
			if ($(submenu[i]).style.display!="block"){
				$(opcja).src='/images/'+obraz+'.jpg';
			}
		}
	}	
}

function mapka() {
	window.open('mapka.html','mapka','width=703,height=546,scrollbars=no,resizable=no,menubar=no,status=yes');
}
