/*  Update with Ajax Prototype
 *--------------------------------------------------------------------------*/
		function ajaxUpdater(id,url) {
			new Ajax.Updater(id,url,{asynchronous:true});
		}
