

// JavaScript für die Funktion Seite weiterempfehlen

function weitersagen(alias) {
  var url = 'index.php?tip&tipUrl=http://www.pfeffikon.ch/'+alias+ '.html'
  var features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=506,height=550';
  top.popup_wnd = window.open(url, 'weitersagen', features);
  top.popup_wnd.focus();
}


