<!--
function seite_laden(j)
<!----------------------------------------------------------------//-->
<!--                    COPYRIGHT                                 //-->
<!--  Das Copyright an diesem Quellcode liegt bei der             //-->
<!--  ASIG Arbeitsschutz-Boerse GmbH.                             //-->
<!--  Er darf nicht kopiert und nicht verändert werden.           //-->
<!--  Jegliche Verwendung, Vervielfältigung - auch auszugsweise - //-->
<!--  ist nur mit ausdrücklicher Genehmigung gestattet.           //-->
<!--                                                              //-->
<!--               	Version 1 - 09.11.2004     		  //-->
<!----------------------------------------------------------------//-->
{
var i;

i=j;  

if (i == 1)
	{
	parent.mainFrame.location.href = "home.htm";
	<!--location.href = "navi.htm";//-->
	}

if (i == 2)
	{
	parent.mainFrame.location.href = "produkt.htm";
	<!--location.href = "home.htm";//-->
	}

if (i == 3)
	{
	parent.mainFrame.location.href = "regis.htm";
	<!--location.href = "navi.htm";//-->
	}

if (i == 4)
	{
	parent.mainFrame.location.href = "download.htm";
	<!--location.href = "navi.htm";//-->
	}

if (i == 5)
	{
	parent.mainFrame.location.href = "nutzung.htm";
	<!--location.href = "navi.htm";//-->
	}

if (i == 6)
	{
	parent.mainFrame.location.href = "beispiel.htm";
	<!--location.href = "navi.htm";//-->
	}
}   
//-->
