cesmad=new Image(); cesmad.src="data/cesmad_slovakia_red.jpg";
sluzby=new Image(); sluzby.src="data/sluzby_red.jpg";
informacie=new Image(); informacie.src="data/informacie_red.jpg";

function zabarvi(obr,na) {obr.src="data/"+na+".jpg"}
function odbarvi(obr,na) {obr.src="data/"+na+".jpg"}

menu_status = new Array();
function showHide(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}
;
function clearText(thefield){
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
	}
function openwindow(cesta)
{
	window.open(cesta,"Obrázok","menubar=0,resizable=1,width=470,height=470");
}
function PopupPic(sPicURL) { 
	window.open("popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}
function url_open(id) {
	window.location = id;
}
