function help(element)
{
	alert(element.attributes['title'].value);
	return false;
}
