		var delay=7000;
		function CountDown() {
		setTimeout('Zurueck()',delay);
		}

function Zurueck() {

	// alert(" Fenster wird geschlossen ");
	parent.close();
	//parent.location.href = '../index.html';
}

function CloseWindow() {

	// alert(" OK schliess das Fenster ");

	// close();
	parent.close();
	//parent.location.href = '../index.html';

}

