
<!--
function click(evt) {
if (navigator.appName.indexOf("Microsoft") != -1){
if (event.button==2) {
alert('Fehler: Keine Berechtigung zur Anzeige des Kontextmenues');
return false
};
};
 if (navigator.appName.indexOf("Netscape") != -1) {
if ( evt.which == 3 ) {
alert('Fehler: Keine Berechtigung zur Anzeige des Kontextmenues');
return false
};
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
document.captureEvents( Event.MOUSEDOWN )
};
document.onmousedown = click;
// -->


var bookmarkurl="http://www.airportservice.at"
var bookmarktitle="  www.airportservice.at /  Als Persönliche Notiz Speichern "

function add_bookmark ()
{
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
