/* iframe height conversion kom DESIGN - Thompson
*/
function updateIFrame(height) {
        var iframe = document.getElementById('inneriframe');
        iframe.setAttribute('height',height);
      }
function updateIFrame2(heightEv) {
	var iframe2 = document.getElementById('eventsinnerframe');
	if(iframe2){
	iframe2.setAttribute('height',heightEv);
      }
}	  


