this.openpage = function(e) {
	if ((26<e.y && e.y<91) && (40<e.x && e.x<121)) document.location.href='http://www.grafiskbar.dk';
	else document.location.href='default.asp';
}
this.gotoanchor = function(anchor) { document.anchors.namedItem(anchor).scrollIntoView(); }
this.prepare = function() {}