function checkkont()
{

                var checked=true;

				// JK 24.01.07
				// Basisdaten checken
				if (!base_formcheck())
				{
					return false ;	
				}



                if (checked) {
                //alert ("fertig");
                document.formular.method = "post";
                /*document.formular.action = "front_content.php?idcat="+idcat;*/
                document.formular.submit();
                }


return checked;
}
//////////////////////////////////////////////////////////////////////////////////////////////
