
function druckfunktion(ID,TOPIC)
  {
	   window.open("http://www.wirt.fh-hannover.de/de/tools/druckfunktion.php?id="+ID+"&topic="+TOPIC, 'PrintWnd', 'width=600,height=600,resize=yes,scrollbars=yes,status=no,toolbar=no,menubar=no');
  }

function weiterempfehlen(ID,TOPIC)
  {
	   window.open("http://www.wirt.fh-hannover.de/de/tools/weiterempfehlen.php?id="+ID+"&topic="+TOPIC, 'MailWnd', 'width=500,height=500,resize=yes,scrollbars=no,status=no,toolbar=no,menubar=no');
  }

function go_zielgruppen(wert)
        {
        var target="http://www.wirt.fh-hannover.de/de/"+wert+"/";
        document.location.href=target;
        }


function go_fachbereiche(target)
        {
        document.location.href=target
        }

function go_schnellnavigation(wert)
        {
        var target="http://www.wirt.fh-hannover.de/de/"+wert+"/";
        document.location.href=target;
        }

