﻿function myObj(tmp)
{
return document.getElementById(tmp);
}
function myObjshow(tmp,a)
{
document.getElementById(tmp).style.display=a;
}

