<!-- 
function voll(datei,x,y) { 
window.open(datei,'','width='+x+',height='+y) 
}

function voll2(datei,x,y) { 
window.open(datei,'','width='+x+',height='+y+',scrollbars=yes') 
}

//-->
