function WinkPresentation(file)
{
fenster = window.open(file,'Wink','resizable=1,scrollbars=1');
fenster.moveTo(0,0);
fenster.resizeTo(screen.width,screen.height);
}
