function showLoading(divname) {
document.getElementById(divname).innerHTML = "<img src='images/ajax-loader.gif' alt='Please Wait ...'/>"
};
