// Text und Internet-Adresse des Menüpunktes BÖHLER THYSSEN WELDING
var BTW =new Array('BÖHLER THYSSEN WELDING','http://www.boehler-thyssen.com','www.boehler-thyssen.com');
function goTo(url,flag,win_name) {
  if (!win_name) win_name ="win_btw";
  if (flag) { // Link in neues Fenster
    win =window.open(url,win_name);
    if (win.focus) win.focus();
   } else top.location.href =url;
} 
