function winOpnHotline()
{ 
  var breite = 650;
  var hoehe = 500;
  winHotline = window.open ('http://www.thomascook.de/index.php?id=217','Hotline','width='+breite+',height='+hoehe); 
}

function winOpnHotlineSt()
{ 
  var breite = 600;
  var hoehe = 350;
  winHotline = window.open ('http://www.thomascook.de/index.php?id=235','Hotline','width='+breite+',height='+hoehe); 
}