	var Fenster = null;

	function neuesFenster(meineSeite,meinName,w,h,scroll) {

		LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;

		TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

		settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'

		Fenster = window.open(meineSeite,meinName,settings)

	}

	var how_long = 5;

	function download() {
				
		if (how_long==1) {
			document.getElementById('load').value = "Download in "+how_long+" Sekunde";
		} else {
			document.getElementById('load').value = "Download in "+how_long+" Sekunden";
		}

		if (how_long==0) {
			document.getElementById('load').style.fontSize = "17px;";
			document.getElementById('load').value = "Download";
			document.getElementById('load').disabled = false;
		} else {
			how_long -= 1;
			window.setTimeout("download()", 1000);
		}

	}

function dl_popup(file)
{
var download = window.open('downloadpopup.php?option=2&file='+file+'', 'win', 'dependent=no, resizable=yes, scrollbars=yes, width=800,height=850');
}

function dl_popup_spenden(file)
{
var download = window.open('spendenkey2.php?file='+file+'', 'win', 'dependent=no, resizable=yes, scrollbars=yes, width=800,height=850');
}

function dl_warteschlange(file)
{
var warteschlange = window.open('wait.php?start=1&file='+file+'', 'warteschlange_show', 'dependent=no, resizable=no, scrollbars=no, width=500,height=200')
}

function dl_warteschlange_pp(file)
{
var warteschlange = window.open('wait.php', 'warteschlange_show', 'dependent=no, resizable=no, scrollbars=no, width=500,height=200');
}

function dl_warteschlange_del(file)
{
var warteschlange = window.open('wait.php?del=1&filedel='+file+'', 'warteschlange_show', 'dependent=no, resizable=no, scrollbars=no, width=500,height=200');
}

function dl_popup_start(file)
{
var download = window.open('downloadpopup.php?start=1&file='+file+'', 'win', 'dependent=no, resizable=yes, scrollbars=yes, width=800,height=850');
}


function dl_popup_start_download(hash)
{
var download = window.open('downloadpopup.php?start=1&wart=1&wartehash='+hash+'', 'win_download', 'dependent=no, resizable=yes, scrollbars=yes, width=800,height=850');
}


function dl_popup_info(file)
{
var info = window.open('fileinfo.php?file='+file+'', 'infos', 'dependent=no, resizable=no, scrollbars=no, width=750,height=120');
}
