<!--
// Etc
// ----------
function showBild2(verzeichniss, bild) 
{
	var refWindow = window.open("","raeumlichkeiten","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,dependent=1, width=600,height=450");
	with(refWindow.document)
	{
	open("text/html");
    writeln('<html><head><title>Tanzschule Hamburg</title><body bgcolor="#73A1C9" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	writeln('<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="1">');
	writeln('<tr><td align="center" valign="middle">');
	writeln('<table cellspacing="0" cellpadding="5" border="0"><tr><td bgcolor="#FFFFFF">');
	writeln('<img src="pix/'+verzeichniss+'' +bild+ '.jpg" border=0">');
	writeln("</td></tr></table></td></tr></table>");
    writeln("</body></html>");
	close();
	}
	refWindow.focus()
}

function blankWindow()
{
	var blankWindow=window.open("","blank","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1");
	blankWindow.focus();
}

function newsWindow()
{
	var newsWindow=window.open("","popup","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=500,height=550");
	newsWindow.focus();
}


function newWindow()
{
	var newWindow=window.open("","popup","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=500,height=550");
	newWindow.focus();
}

function newWindow1()
{
	var newWindow1=window.open("","popup","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=500,height=550");
	newWindow1.focus();
}

function windowAnmeldung()
{
	var windowAnmeldung=window.open("","popup","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=500,height=550");
	windowAnmeldung.focus();
}

function windowRueckruf()
{
	var windowRueckruf=window.open("","popup","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=450,height=400");
	windowRueckruf.focus();
}

function windowBildGross() 
{
var newsletter=window.open("","popup","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=640,height=600");
newsletter.focus();
}

function openPopup() 
{
var anmeldung=window.open("","popup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=200");
anmeldung.focus();
}

//-->