<!--
function showReferenz(bild) 
{
	var refWindow = window.open("","referenzen","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,dependent=1, width=500,height=400");
	with(refWindow.document)
	{
	open("text/html");
    writeln('<html><head><title>KEYBIRD VisualKommunikation</title><body bgcolor="#DDF0F5" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	writeln('<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">');
	writeln('<tr><td align="center" valign="middle">');
	writeln('<table cellspacing="0" cellpadding="5" border="0"><tr><td bgcolor="#ffffff">');
	writeln('<img src="' +bild+ '" border=0>');
	writeln("</td></tr></table></td></tr></table>");
    writeln("</body></html>");
	close();
	}
	refWindow.focus()
}

function newWindow() 
{
var newWindow=window.open("","newWindow","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1");
newWindow.focus();
}

function impressumWindow() 
{
var impressumWindow=window.open("impressum.html","impressumWindow","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,width=420,height=220");
impressumWindow.focus();
}

function refKunde() 
{
var refKunde=window.open("","refKunde","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,width=480,height=670");
refKunde.focus();
}

//-->
