function faust1_promoclip()
{
 var breite=560;
 var hoehe=560;
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2);
 var url='http://www.hsb-wr.de/hsb_barrierefrei/service/events/faust/faust_clip.htm';
 pop=window.open('','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
 pop.resizeTo(breite,hoehe);
 pop.moveTo(positionX,positionY);
 pop.location=url;
 }
 
function faust2_promoclip()
{
 var breite=560;
 var hoehe=560;
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2);
 var url='http://www.hsb-wr.de/hsb_barrierefrei/service/events/faust/faust2_clip.htm';
 pop=window.open('','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
 pop.resizeTo(breite,hoehe);
 pop.moveTo(positionX,positionY);
 pop.location=url;
 }

function harzschuetzen_promoclip()
{
 var breite=560;
 var hoehe=560;
 var positionX=((screen.availWidth / 2) - breite / 2); 
 var positionY=((screen.availHeight / 2) - hoehe / 2);
 var url='http://www.hsb-wr.de/hsb_barrierefrei/service/events/harzschuetzen/harzschuetzen_clip.htm';
 pop=window.open('','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
 pop.resizeTo(breite,hoehe);
 pop.moveTo(positionX,positionY);
 pop.location=url;
 }
