//clear div
function ClearDiv (divId)
{
	document.getElementById(divId).innerHTML='';
}
