function popup0()
{
	if (document.all)
		{
		b=800;
		h=600;
		}
	if (document.layers)
		{
		b=800;
		h=600;
		}
	if (document.getElementById)
		{
		b=800;
		h=600;
		}
	window.open('http://www.vvo-online.de/efapop/index.asp','efaPop','status=0,scrollbars=0,resizable=0,width=800,height=600,top='+(window.screen.height-600)/2 +',left='+(window.screen.width-800)/2 +',position=center,dependent=yes');
}

function setefapop(form)
{
	popup0();
	//document.fp.submit();
	form.submit();
}
