function rhanNewydd(enwPeth){

  this.enwPeth = enwPeth;
 
  
  
  this.dangos = dangosPeth;
  this.cyddio = cyddioPeth;
  
  
}


function dangosPeth(){
  eval(layerObj + '["' + this.enwPeth + '"]' + styleObj + '.visibility = "visible"');
}
        
function cyddioPeth(){
  eval(layerObj + '["' + this.enwPeth + '"]' + styleObj + '.visibility = "hidden"');
}







function uniFynu() {

  layerObj = (isNS) ? 'document' : 'document.all';
  styleObj = (isNS) ? '' : '.style';

    
  

  rhanCyntaf = new rhanNewydd('rhanCyntafL');
  rhanAil = new rhanNewydd('rhanAilL');
  rhanTrydydd = new rhanNewydd('rhanTrydyddL');

}
 


var isNS = (navigator.appName == "Netscape");










