if (document.images) {
   j0 = new Image
   m0 = new Image
   j0.src = 'menu/star.gif'
   m0.src = 'menu/star0.gif'   

   j1 = new Image
   m1 = new Image
   j1.src = 'menu/biog.gif'
   m1.src = 'menu/biog0.gif'

   j2 = new Image
   m2 = new Image
   j2.src = 'menu/dysk.gif'
   m2.src = 'menu/dysk0.gif'

   j3 = new Image
   m3 = new Image
   j3.src = 'menu/text.gif'
   m3.src = 'menu/text0.gif'
		   
   j4 = new Image
   m4 = new Image
   j4.src = 'menu/medi.gif'
   m4.src = 'menu/medi0.gif'   

   j5 = new Image
   m5 = new Image
   j5.src = 'menu/xieg.gif'
   m5.src = 'menu/xieg0.gif'

   j6 = new Image
   m6 = new Image
   j6.src = 'menu/up.gif'
   m6.src = 'menu/up0.gif'

   j7 = new Image
   m7 = new Image
   j7.src = 'menu/forum.gif'
   m7.src = 'menu/forum0.gif'  
	        }
  
else {   
   j0 = ""
   m0 = ""
   document.p0 = ""
   j1 = ""
   m1 = ""
   document.p1 = ""
   j2 = ""
   m2 = ""
   document.p2 = ""
   j3 = ""
   m3 = ""
   document.p3 = ""
   j4 = ""
   m4 = ""
   document.p4 = ""
   j5 = ""
   m5 = ""
   document.p5 = ""
   j6 = ""
   m6 = ""
   document.p6 = ""
   j7 = ""
   m7 = ""
   document.p7 = ""

 	 }

function pisz(txt) {
   window.status = txt;
   }
function maz() {
   window.status="";
   }
function album() {
   window.status="Przejd¼ do albumu"
   }
function tekst() {
   window.status="Otwórz tekst"
   }
function fokus() {
document.all["wpis"].focus();
                 }
function fokus2() {
document.all["kiedy"].focus();
                 }
function fokus3() {
document.all["song1"].focus();
                 }
function info() {
   raz=open("koncert.php","X","toolbar=no,directories=no,menubar=no,width=310,height=400");
   raz.focus();  
        }

function info2() {
   raz=open("presonda.php","X","toolbar=no,directories=no,menubar=no,width=310,height=400");
   raz.focus();  
        }

function flash(id, kolor, czas, kolor2, czas2)
{
  if (document.getElementById)
  {
    document.getElementById(id).style.color = kolor;
    setTimeout('flash("' +  id + '","' + kolor2 + '",' + czas2 + ',"' + kolor + '",' + czas + ')', czas);
  }
  else if (document.all)
  {
    document.all[id].style.color = kolor;
    setTimeout('flash("' +  id + '","' + kolor2 + '",' + czas2 + ',"' + kolor + '",' + czas + ')', czas);
  }
}

function activate(num)
   {
   if(document.getElementById(num).style.display=='none') state=true;
   else state=false;
   document.getElementById(num).style.display = state?'block':'none';
   if (state) active_layer = num;
   }
function deactivate_all()
   {
   for(var i = 1; i<=4; ++i)
      {
      activate("layer_" + i);
      }
   }


function photo(file) {
   trzy=open(file,"con","toolbar=no,directories=no,menubar=no,width=520,height=360").focus();
   }
function photo2(file) {
   trzy=open(file,"con2","toolbar=no,directories=no,menubar=no,width=354,height=525").focus();
   }