function show_div(item)
{
if (!item)
{
return;
}

item.style.display = "";
}
