// JavaScript Document


function verweisziel(projektnummer) {
if
(document.getElementById)
var xposLong = document.getElementById("card").style.left;
xposohnepx = xposLong.replace(/px/, "");
xpos = xposohnepx.replace(/-/, "");
var yposLong = document.getElementById("card").style.top;
yposohnepx = yposLong.replace(/px/, "");
ypos = yposohnepx.replace(/-/, "");
document.location.href = ('projekte_doku.php?NR=' + projektnummer + '&xpos='+ xpos + '&ypos=' + ypos);
}
