function show_help(helpfile,helpfield_id) {
	new Ajax.Updater (helpfield_id, base_url+helpfile);
}
