  <!-- hide from non JavaScript Browsers

  Rollimage = new Array()

  Rollimage[0]= new Image
  Rollimage[0].src = "images/colaboratori/petreceri_bw.png"

  Rollimage[1] = new Image
  Rollimage[1].src = "images/colaboratori/petreceri.png"

  function SwapOut(){
    document.petreceri.src = Rollimage[1].src;
    return true;
  }

  function SwapBack(){
    document.petreceri.src = Rollimage[0].src; 
    return true;
  }

// - stop hiding          --> 

  <!-- hide from non JavaScript Browsers

  Rollimage1 = new Array()

  Rollimage1[2]= new Image
  Rollimage1[2].src = "images/colaboratori/oaki_bw.png"

  Rollimage1[3] = new Image
  Rollimage1[3].src = "images/colaboratori/oaki.png"

  function SwapOut1(){
    document.oaki.src = Rollimage1[3].src;
    return true;
  }

  function SwapBack1(){
    document.oaki.src = Rollimage1[2].src; 
    return true;
  }

// - stop hiding          --> 

<!-- hide from non JavaScript Browsers

  Rollimage2 = new Array()

  Rollimage2[2]= new Image
  Rollimage2[2].src = "images/colaboratori/ursitoare_bw.png"

  Rollimage2[3] = new Image
  Rollimage2[3].src = "images/colaboratori/ursitoare.png"

  function SwapOut2(){
    document.ursitoare.src = Rollimage2[3].src;
    return true;
  }

  function SwapBack2(){
    document.ursitoare.src = Rollimage2[2].src; 
    return true;
  }

// - stop hiding          --> 

<!-- hide from non JavaScript Browsers

  Rollimage3 = new Array()

  Rollimage3[2]= new Image
  Rollimage3[2].src = "images/colaboratori/dreamday_bw.png"

  Rollimage3[3] = new Image
  Rollimage3[3].src = "images/colaboratori/dreamday.png"

  function SwapOut3(){
    document.dreamday.src = Rollimage3[3].src;
    return true;
  }

  function SwapBack3(){
    document.dreamday.src = Rollimage3[2].src; 
    return true;
  }

// - stop hiding          --> 
