function dspn(iddiv)
{
    try {
	$(iddiv).style.display="none";
	}
    catch (ex)
    {
    }
}