<!--

  var text = ' '
  var pic = new Array()
  pic[1] = 'images/logo-mcalg.jpg'
  pic[2] = 'images/pl--core.jpg'
  pic[3] = 'images/pl-cross.jpg'
  pic[4] = 'images/pl-hydro.jpg'
  pic[5] = 'images/pl-boiler.jpg'
  pic[6] = 'images/pl-press.jpg'
  

function maleUs(x) {

  d = 'don@'
  if (x == 2) d = 'stu@'
  a = '<a hre'; c = 'lto:'; e = 'hongr'
  var text = a + 'f="mai' + c + d + 'marat' + e + 'oup.net">'
  document.write(text)
  var text = 'Electrical Communications'
  if (x == 2) var text = 'Plumbing Mechanical Fireplace'
  document.write('<u>' + text + '</u></a>')
}

function displayHeader(x) {

  var page = new Array()
  page[1] = 'Contact Page'
  page[2] = 'Home Page'
  page[3] = 'Electrical / Communications'
  page[4] = 'Napoleon Fireplaces'
  page[5] = 'Plumbing / Mechanical'

  text = '<table border="0"><tr><td align="center" class="header">'
	   + '<a href="old_site.html" title="Display Home Page">'
       + '<img id="logo" border="0" src="images/logo.jpg" width="439" height="121">'
	   + '</a></td><td align="center" class="header"><div align="center">'
	   + '<table border="0" cellpadding="0" style="border-collapse: collapse">'
	   + '<tr><td height="50" align="right"><span class="links">'
	   + '<a href="old_site.html" title="Display Home Page">Home</a></span></td>'
	   + '<td height="50" align="right"><span class="links">'
	   + '<a href="plum.htm" title="Display Plumbing Page">Plumbing</a></span></td>'
	   + '<td height="50" align="right"><span class="links">'
	   + '<a href="fire.htm" title="Display Fireplace Page">Fireplaces</a></span></td>'
	   + '<td height="50" align="right"><span class="links">'
	   + '<a href="elec.htm" title="Display Electrical Page">Electrical</a></span></td>'
	   + '<td height="50" align="right"><span class="links">'
       + '<a href="cont.htm" title="Display Contact Information">Contact</a></span></td>'
	   + '</tr><tr><td colspan="6" height="60" align="center">'
	   + '<span id="title">' + page[x] + '</span></td>'
	   + '</tr></table></div></td></tr></table>'

  document.write(text)
}

function control(x) {
  document.images.picture.src = pic[x]
} 

function footer() {

  text = 'This site contents and company logo copyright 1062520 Alberta Inc.&nbsp;'
       + '&nbsp;All third party logos copright by the respective companies.<br><br>'

  document.write(text)
}

//-->
