function startup()
{
	navigate('right','home');
}

window.onload = function()
{
	navigate('right','home');
}
