// JavaScript Document
function chandago()
{
chanda.style.display="block";
chanda1.style.display="none";
}

function chandagoback()
{
chanda.style.display="none";
chanda1.style.display="block";
}

