// JavaScript Document
var lvobj2;
//Funktion für Popup ohne Bildlaufleisten
function popupeinkommensteuer(url){
if (lvobj2){lvobj2.close();}
i=Math.round(Math.random*100);
lvobj2=window.open(url,'w'+i,'height=500,width=600,resizable=yes, scrollbars=yes');
lvobj2.focus();
}
