function waiting_inside_show(){
	Element.show('ajax_progress_bar');
}
function waiting_inside_hide(){
	Element.hide('ajax_progress_bar');
}