//Change layout
function adjustLayout()  
{  
   var oneHeight = xHeight("contentOne");
   var twoHeight = xHeight("contentTwo");
   var threeHeight = xHeight("contentThree");
   
   //Equalize heights
   if (threeHeight > twoHeight && threeHeight > oneHeight) {
   		xHeight("contentTwo", threeHeight);
   }
   if (twoHeight > threeHeight && twoHeight > oneHeight) {
   		xHeight("contentTwo", twoHeight);
   }
   if (oneHeight > twoHeight && oneHeight > threeHeight) {
   		xHeight("contentTwo", oneHeight);
   }

}
window.onload = function()  
{  
 xAddEventListener(window, "resize", adjustLayout, false);  
 adjustLayout();  
}

/*<![CDATA[*/

/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: webmaster [at] **************.** //-->

var emailriddlerarray=[119,101,98,109,97,115,116,101,114,64,108,105,98,114,111,115,108,105,98,101,114,116,97,100,46,99,97]
var encryptedemail_id68='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id68+=String.fromCharCode(emailriddlerarray[i])

var emailriddlerarray=[105,110,102,111,64,108,105,98,114,111,115,108,105,98,101,114,116,97,100,46,99,97]
var encryptedemail_id57='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id57+=String.fromCharCode(emailriddlerarray[i])

/*]]>*/