helplines = new Array(5);
helplines[0] = "What kind of game is FruitXP ?";
helplines[1] = "View some colorful in-game screenshots";
helplines[2] = "Read the Online FruitXP Manual";
helplines[3] = "Click here to show the free ranklist";
helplines[4] = "Who is winning the contest ?";
helplines[5] = "Find another registered player by name";
helplines[6] = "Download FruitXP from our mirrors";
helplines[7] = "More information about the current contest";
helplines[8] = "Get unlimited spins and compete in contests..";
function loadingdone()
{
	helpbar.innerHTML = "Welcome to FruitXP.com";
}

function hl(mode,nr)
{
	if (mode == 1)
	{
		document.getElementById("ptr"+nr).innerHTML = "->";
		helpbar.innerHTML = helplines[nr];
	} else {
		document.getElementById("ptr"+nr).innerHTML = "&nbsp";
		helpbar.innerHTML = "Welcome to FruitXP.com";
	}	
}
