
// ---------------------------------------------------------------------------------------------------

function BeginCenter()
{
 document.write("<center>");
}

// ---------------------------------------------------------------------------------------------------

function EindeCenter()
{
 document.write("</center>");
}

// ---------------------------------------------------------------------------------------------------

