function IndiceVolume(VOLUME) {
  var w=window.open("indicevolume.php?COD="+VOLUME,"INDICE","scrollbars=1,menubar=1,status=0,titlebar=1,toolbar=0,location=0,width=600,height=400");
  w.focus(); 
}

function RollOver(OGG,COL) {
  OGG.style.backgroundColor=COL;
}

