function displayDate() {
  var now = new Date();
  var today = now.getDate();
  var month = now.getMonth();
    var monthName = new Array(12)
      monthName[0]="January ";
      monthName[1]="February ";
      monthName[2]="March ";
      monthName[3]="April ";
      monthName[4]="May ";
      monthName[5]="June ";
      monthName[6]="July ";
      monthName[7]="August ";
      monthName[8]="September ";
      monthName[9]="October ";
      monthName[10]="November ";
      monthName[11]="December ";
  var year = now.getFullYear();

  document.write(monthName[month]+today+ ", "+year);
}


var button_on = document.createElement('img');
var button_go = document.createElement('img');
button_on.setAttribute('src','images/bhomex.gif');
button_go.setAttribute('src','images/bhome.gif');

var button_on2 = document.createElement('img');
var button_go2 = document.createElement('img');
button_on2.setAttribute('src','images/baboutx.gif');
button_go2.setAttribute('src','images/babout.gif');

var button_on3 = document.createElement('img');
var button_go3 = document.createElement('img');
button_on3.setAttribute('src','images/bservicesx.gif');
button_go3.setAttribute('src','images/bservices.gif');

var button_on4 = document.createElement('img');
var button_go4 = document.createElement('img');
button_on4.setAttribute('src','images/bprocessx.gif');
button_go4.setAttribute('src','images/bprocess.gif');

var button_on5 = document.createElement('img');
var button_go5 = document.createElement('img');
button_on5.setAttribute('src','images/bsuccessx.gif');
button_go5.setAttribute('src','images/bsuccess.gif');

var button_on6 = document.createElement('img');
var button_go6 = document.createElement('img');
button_on6.setAttribute('src','images/nbewsx.gif');
button_go6.setAttribute('src','images/nbews.gif');

var button_on7 = document.createElement('img');
var button_go7 = document.createElement('img');
button_on7.setAttribute('src','images/bcontactx.gif');
button_go7.setAttribute('src','images/bcontact.gif');

var button_on8 = document.createElement('img');
var button_go8 = document.createElement('img');
button_on7.setAttribute('src','images/hpowerx.gif');
button_go7.setAttribute('src','images/hpower.gif');

var button_on9 = document.createElement('img');
var button_go9 = document.createElement('img');
button_on7.setAttribute('src','images/hgasx.gif');
button_go7.setAttribute('src','images/hgas.gif');

var button_on10 = document.createElement('img');
var button_go10 = document.createElement('img');
button_on7.setAttribute('src','images/hwaterx.gif');
button_go7.setAttribute('src','images/hwater.gif');

var button_on11 = document.createElement('img');
var button_go11 = document.createElement('img');
button_on7.setAttribute('src','images/htelecomsx.gif');
button_go7.setAttribute('src','images/htelecoms.gif');

onload = function() {
    var bhome = document.getElementById('bhome');
    if(bhome) {
        bhome.onmouseover = 	function() { this.src='images/bhomex.gif'; }
        bhome.onmouseout = 	function() { this.src='images/bhome.gif'; }
        bhome.onfocus = 	function() { this.src='images/bhomex.gif'; }
        bhome.onblur = 		function() { this.src='images/bhome.gif'; }
        bhome.onclick = 	function() { this.src='images/bhomex.gif'; }
    }
    var babout = document.getElementById('babout');
    if(babout) {
        babout.onmouseover = 	function() { this.src='images/baboutx.gif'; }
        babout.onmouseout = 	function() { this.src='images/babout.gif'; }
        babout.onfocus = 	function() { this.src='images/baboutx.gif'; }
        babout.onblur = 	function() { this.src='images/babout.gif'; }
        babout.onclick = 	function() { this.src='images/baboutx.gif'; }
	}
    var bservices = document.getElementById('bservices');
    if(bservices) {
        bservices.onmouseover = function() { this.src='images/bservicesx.gif'; }
        bservices.onmouseout = 	function() { this.src='images/bservices.gif'; }
        bservices.onfocus = 	function() { this.src='images/bservicesx.gif'; }
        bservices.onblur = 	function() { this.src='images/bservices.gif'; }
        bservices.onclick = 	function() { this.src='images/bservicesx.gif'; }
	}
    var bprocess = document.getElementById('bprocess');
    if(bprocess) {
        bprocess.onmouseover = 	function() { this.src='images/bprocessx.gif'; }
        bprocess.onmouseout = 	function() { this.src='images/bprocess.gif'; }
        bprocess.onfocus = 	function() { this.src='images/bprocessx.gif'; }
        bprocess.onblur = 	function() { this.src='images/bprocess.gif'; }
        bprocess.onclick = 	function() { this.src='images/bprocessx.gif'; }
	}
    var bsuccess = document.getElementById('bsuccess');
    if(bsuccess) {
        bsuccess.onmouseover = 	function() { this.src='images/bsuccessx.gif'; }
        bsuccess.onmouseout = 	function() { this.src='images/bsuccess.gif'; }
        bsuccess.onfocus = 	function() { this.src='images/bsuccessx.gif'; }
        bsuccess.onblur = 	function() { this.src='images/bsuccess.gif'; }
        bsuccess.onclick = 	function() { this.src='images/bsuccessx.gif'; }
	}
    var bnews = document.getElementById('bnews');
    if(bnews) {
        bnews.onmouseover = 	function() { this.src='images/bnewsx.gif'; }
        bnews.onmouseout = 	function() { this.src='images/bnews.gif'; }
        bnews.onfocus = 	function() { this.src='images/bnewsx.gif'; }
        bnews.onblur = 		function() { this.src='images/bnews.gif'; }
        bnews.onclick = 	function() { this.src='images/bnewsx.gif'; }
	}
    var bcontact = document.getElementById('bcontact');
    if(bcontact) {
        bcontact.onmouseover = 	function() { this.src='images/bcontactx.gif'; }
        bcontact.onmouseout = 	function() { this.src='images/bcontact.gif'; }
        bcontact.onfocus = 	function() { this.src='images/bcontactx.gif'; }
        bcontact.onblur = 	function() { this.src='images/bcontact.gif'; }
        bcontact.onclick = 	function() { this.src='images/bcontactx.gif'; }
	}
    var hpower = document.getElementById('hpower');
    if(hpower) {
        hpower.onmouseover = 	function() { this.src='images/hpowerx.gif'; }
        hpower.onmouseout = 	function() { this.src='images/hpower.gif'; }
        hpower.onfocus = 	function() { this.src='images/hpowerx.gif'; }
        hpower.onblur = 	function() { this.src='images/hpower.gif'; }
        hpower.onclick = 	function() { this.src='images/hpowerx.gif'; }
	}
    var hgas = document.getElementById('hgas');
    if(hgas) {
        hgas.onmouseover = 	function() { this.src='images/hgasx.gif'; }
        hgas.onmouseout = 	function() { this.src='images/hgas.gif'; }
        hgas.onfocus = 		function() { this.src='images/hgasx.gif'; }
        hgas.onblur = 		function() { this.src='images/hgas.gif'; }
        hgas.onclick = 		function() { this.src='images/hgasx.gif'; }
	}
    var hwater = document.getElementById('hwater');
    if(hwater) {
        hwater.onmouseover = 	function() { this.src='images/hwaterx.gif'; }
        hwater.onmouseout = 	function() { this.src='images/hwater.gif'; }
        hwater.onfocus = 	function() { this.src='images/hwaterx.gif'; }
        hwater.onblur = 	function() { this.src='images/hwater.gif'; }
        hwater.onclick = 	function() { this.src='images/hwaterx.gif'; }
	}
    var htelecoms = document.getElementById('htelecoms');
    if(htelecoms) {
        htelecoms.onmouseover = function() { this.src='images/htelecomsx.gif'; }
        htelecoms.onmouseout = 	function() { this.src='images/htelecoms.gif'; }
        htelecoms.onfocus = 	function() { this.src='images/htelecomsx.gif'; }
        htelecoms.onblur = 	function() { this.src='images/htelecoms.gif'; }
        htelecoms.onclick = 	function() { this.src='images/htelecomsx.gif'; }
	}

}