function win1(bmi)
{
  if(bmi>25){
  var urlstring="http://diaet.abnehmen-forum.com/w.htm";
  var win_neu = new Window({url: urlstring,id: "win1", className: "alphacube", title: "Naschkatzen.com Werbung", width:400, height:300, top:300, left: 200, resizeable:true,destroyOnClose: true, recenterAuto:false});
  }else{
  var urlstring="http://diaet.abnehmen-forum.com/w2.htm";
  var win_neu = new Window({url: urlstring,id: "win1", className: "alphacube", title: "Dress24 Trendmode Designermode", width:700, height:500, top:300, left: 250, resizeable:true,destroyOnClose: true, recenterAuto:false});
  }
  win_neu.show();
  win_neu.setConstraint(true, {left:10, right:10, top:300})
  win_neu.toFront();
  window.setTimeout("zeigeclose()", 1000);
}
function startspaeter(bmi){
 window.setTimeout("win1("+bmi+")", 500);
}
function zeigeclose(){
 document.getElementById('win1_close').className='alphacube_close2';
 }
