function change()
{
/*
var x;
x=event.y;
y=event.x;
m1.style.top=x
*/
}
function intext()
{
/*
var src;
m1.innerText=event.srcElement.alt;
m1.style.color="blue"
*/
}
function outtext()
{
/*
m1.innerText="COLLEGE DAY - ON 4th Feb 2004"
m1.style.color="red"
*/
}
function disExam()
{
//exam.style.visibility="visible"
}
function hideExam()
{
//exam.style.visibility="hidden"
}