function openZinsrechner(typ)
{
	if (typ != 'sb' && typ != 'dsb')
	{
		typ = 'tg';
	}
	window.open('/anlageprodukte/flashrechner/?rt=' + typ, 'zinsrechner', 'width=800,height=312,locationbar=no,menubar=no,status=no,resizable=yes,scrollbars=no');
}