window.onload = function()
{
	try
	{
		treeMenu_init(document.getElementById('menu'), '');
	}
	catch(e) {}
	
	loadAd();
};