function show_faq_hint()
{
	//getElementById('FAQ_HINT').style.visibility = 'visible';
	Effect.Fade('FAQ_HINT', { duration: 1.0, from: 0, to: 1 });
}
