/* © by WebMentor (www.webmentor.de) */


var div_top_height = 190;
var div_bottom_height = 32;
var div_content_minheight = 200;
var div_content_height_minus = div_top_height + div_bottom_height;
function divcontentheight() {
  if (document.compatMode && document.compatMode == 'CSS1Compat') { divcontentheight_return = document.documentElement.offsetHeight; }
  else if (document.body && document.body.offsetHeight) { divcontentheight_return = document.body.offsetHeight; }
  else if (window.innerHeight) { divcontentheight_return = window.innerHeight; }
  else { divcontentheight_return = 0; }
  if (ie && !ie7 && divcontentheight_return > 0) { divcontentheight_return -= 4; }
  return divcontentheight_return;
}
function divcontentcreate(dcc_h) {
  dcc_left_height = document.getElementById(div_left_var).offsetHeight + 163;
  if (div_content_minheight < dcc_left_height) { div_content_minheight = dcc_left_height; }
  if (dcc_h < div_content_minheight) { dcc_h = div_content_minheight; }
  document.getElementById(div_content_var).style.height = dcc_h + 'px';
  if (document.body.scrollHeight - divcontentheight() > 0) {
    setTimeout('divcontentcreate(document.body.scrollHeight - div_content_height_minus)',0);
  }
}
function divcontentonresize() {
  divcontentcreate(divcontentheight() - div_content_height_minus);
}

nt_scroll	= 'up';
nt_width	= 200;
nt_height	= 100;
nt_speed	= 1000;
nt_effect	= 0;
nt_pausetime	= 5000;
nt_padding_move = 0;
nt_padding	= 0;
nt_style	= '';
nt_style_pad	= '';


/* © by WebMentor (www.webmentor.de) */
