﻿
function openMedia(datei){var breite=600;var hoehe=550;var positionX=((screen.availWidth/2)-breite/2);var positionY=((screen.availHeight/2)-hoehe/2);var url='http://www.aponeo.de/extras/media/player.php?file='+datei;pop=window.open('','Mediaplayer','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10,left=10');pop.location=url;}
