/*
$(function () {
	$(".tooltip").shadow({
		width:5, 
		startOpacity:60, 
		endOpacity:10, 
		cornerHeight:8, 
		color:"#000000"
	});
});
*/
function attendi_upload() {
	document.getElementById('upload_form').hide();
	document.getElementById('upload_form_loading').style.display = "block";
	document.getElementById('upload_form_loading').style.visibility = "visible";
}