// http://typo3.org/1422+M5eea55e223f.0.html
function check_pp(l) {
if (l.target=="popup") {
window.open(l.href, "popup",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=500,height=600');
return false;
}
return true;
}
