matchHeight=function(){
var divs,contDivs,maxHeight,divHeight,d;
// get all elements in the document
divs=document.getElementsByTagName('div');
contDivs=[];
// initialize maximum height value
maxHeight=0;
maxHeight2=0;
// iterate over all elements in the document
for(var i=0;i