if (top.frames.length == 0) {location.replace("../index.htm")}

var bookmarkurl="http://www.Kranservice.de"
var bookmarktitle="Kranservice"

function click() {
	if (event.button==2) {
		if (document.all) {
			window.external.AddFavorite(bookmarkurl,bookmarktitle)
		}
	}
}
document.onmousedown=click

function move() {window.status="Kranservice"}
document.onmousemove=move;

