

var indxsel=1;
var currentdate = new Date();
function indup(obj, num) {
  if (indxsel != num){ 
    obj.style.backgroundColor = "#D9DEE3";
  } else {
    obj.style.backgroundColor = "#D9DEE3";
  }
}
function inddown_1(obj, num) {
  if (indxsel != num){
    obj.style.backgroundColor= "#FBFBFB";
  } else       {
    obj.style.backgroundColor= "#FBFBFB";
  }
}
function inddown_2(obj, num) {
  if (indxsel != num){
    obj.style.backgroundColor= "#F1F1F1";
  } else       {
    obj.style.backgroundColor= "#F1F1F1";
  }
}

function strona(stronka, w,h) {
window.open(stronka,"okno","scrollbars=1,left=1,top=1,screenX=80,screenY=80,width="+w+",height="+h+",");

}

