﻿// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// status.: V1.0 | creat.: 10.11.2008 | modif.: 14.11.2008
// current owner: mm | p.wanten
// description: HelpPoint Seite wenn Fachmann dann content höher
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

var content_hp = document.getElementById("Content__ctl1_content_content").offsetHeight;
var teaser_hp = document.getElementById("Content__ctl1_box").offsetHeight;
//alert(content_hp);
//alert(teaser_hp);

if(teaser_hp>=550) document.getElementById("Content__ctl1_content_content").style.height=1030;
