<script type="text/javascript">
function center(width,height,cx,cy){
var x=(cx==0)?0:(cx==1)?parseInt((screen.width-width-10)/2):screen.width-width-10;
var y=(cy==0)?0:(cy==1)?parseInt((screen.height-height-56)/2):screen.height-height-56;
return (",top="+y+",left="+x);
}
function openwindow(url){ window.open(url,"Trailer loading...","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=400,top=400,left=600"); }
openwindow('http://www.archive.org/download/FredAndersonKraftverk3714teaser/Kraftverk_3714_teaser_300k.mov');
</script>