



function handleParseError(line, col, hr, string)
{
	alert(string + " at: " + line + ", " + col);
}