// Popup mit url unt titel
// Use: onclick="popit(this.href, 'Title'); return false;"
function popit(v,tit) {
     win=window.open(v,tit,"width=1024,height=768,resizable=yes,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,status=yes");
}