Student Name Roll No. Reg. No Course Name Gread Point
}
hide_div(id);
else
show_div(id);
if (document.getElementById(id).style.display == 'none')
{
function change_divst(id)
}
document.cookie=id+'=1;';
document.getElementById(id).style.display = 'block';
{
function show_div(id)
}
document.cookie=id+'=0;';
document.getElementById(id).style.display = 'none';
{
function hide_div(id)