function ayudaGetFaq(faq_id)
{if(!faq_id.empty()&&faq_id!=0)
{Element.show('faq_loading');var divUpdate=$('help_container');var url=URL_BASE+'ayuda/get_faq/'+faq_id;new Ajax.Updater(divUpdate,url,{onComplete:function()
{Element.hide('faq_loading');$('faqid').selectedIndex=0;}});}}
function ayudaIntro()
{Element.show('intro_loading');var divUpdate=$('help_container');var url=URL_BASE+'ayuda/intro';new Ajax.Updater(divUpdate,url,{onComplete:function(){Element.hide('intro_loading')}});}
function ayuda_show_message(message)
{}
function ayuda_hide_message()
{}
