// Javascript Dokument


function popupWindow(url,width,height) {
 MeinFenster = window.open(url, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,'+
'scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',screenX=10,screenY=10,top=10,left=10');
MeinFenster.focus();
}

function flashbeispiel1() {
window.open('upload/flash/quizflash_content.html', 'Beispiel', 'dependent=yes,toolbar=no,location=no,'+
'directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,'+
'width=320,height=320,screenX=300,screenY=300,top=300,left=300')

}


//-->
