function initFastHelp(url){
	// load datas from help
		new Ajax.Updater('frame-help', url + '?if_fast_help=1'); 
		
	// show help div
		$('frame-help').show();
		Element.scrollTo('frame-help');
}
