addLoadEvent(function() {
	       var el = document.getElementById('pwien');
	       el.onclick = function() {
			var win = window.open(this.href,'lageplan','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=520,left = 0,top = 0');
			return false;
			};

	       var el = document.getElementById('pgamma');
	       el.onclick = function() {
			var win = window.open(this.href,'lageplan','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=520,left = 0,top = 0');
			return false;
			}

	       var el = document.getElementById('psalzburg');
	       el.onclick = function() {
			var win = window.open(this.href,'lageplan','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=520,left = 0,top = 0');
			return false;
			}

	       var el = document.getElementById('pbregenz');
	       el.onclick = function() {
			var win = window.open(this.href,'lageplan','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=520,left = 0,top = 0');
			return false;
			}


		});


