window.onload = initPage;

function initPage()
{
	startList(); // LanguageSelector
	
	init( 'link0', 'layer0' ); // Tabs module
	
}