// JavaScript Document
//Popup
<!--
function abre(url,name, breite, hoehe) {
links = (screen.width/0)-(breite/0);
oben = (screen.height/0)-(hoehe/0);
window.open(url,name,"height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = no,fullscreen = no,top ="+oben+",left ="+links);
}
// End -->