function show(a,b)
{
document.all(a).style.display="none";
document.all(b).style.display="inline";
}