﻿function addFav() {
			window.external.AddFavorite(window.location,document.title)
			}
function drucken() {
			window.print();
			}
function senden() {
			subject='\mailto:\?subject='+ document.title +'&amp;body=You can see this page at: ' + window.location;
			newwindow=window.open(subject,'name1','height=560,width=865');
			}
function senden_sympatec() {
			subject='\mailto:webauthor' + '@' + 'sympatec.com ?subject=My observation'+'&amp;body=Dear webmaster, ';
			newwindow=window.open(subject,'name1','height=560,width=865');
			}	