startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
    DivHeight = document.getElementById('subCol2').offsetHeight;


    if (DivHeight < 570)
    	DivHeight = 570;
    	
    
    if (document.getElementById('contact'))
    {
    	document.getElementById('contact').style.position = "relative";
    	document.getElementById('contact').style.className = "contact-relative";
	}
	
	if (document.getElementById('sideNav'))
		document.getElementById('sideNav').style.height = (DivHeight-226)+'px';
		
	if (document.getElementById('subCol1'))
    	document.getElementById('subCol1').style.height = (DivHeight - 40) +'px';
    
    
}
window.onload=startList;

var about0 = new Image();
about0.src = "#";
var about1 = new Image();
about1.src = "#";

function showDiv ()
{
}