// JavaScript Document

function test () {
ziel = window.location.href;
link = ziel+"&type=98";
window.open(link,'Druckversion','');
return
}

