
function toplink()
{
document.write("<ul><li><a href='../index_design.asp'>HOME</a> &nbsp;|</li> <li> <a href='about_us.html'>ABOUT US</a> |</li>	<li> <a href='dav_movement.html'>DAV MOVEMENT</a> |</li>	<li> <a href='cmc.html'>DAV CMC</a> |</li>	<li> <a href='edu_board.html'>DAV EDUCATION BOARD</a> |</li>	<li> <a href='../guestbook.asp'>GUESTBOOK</a> |</li>	<li> <a href='../feedbackform.asp'>FEEDBACK</a> </li>	</ul><div align='center' style='color:#FFFFFF'><a href='syllabus.html'>Curriculum & Syllabus   </a> | <a href='publication.html'>Publication & Instructional Material </a> | <a href='evaluation.html'>Evaluation</a> | <a href='http://www.daveduboard.org/dppi/index.html' target='_blank'>DPPI</a>");
};


function footer()
{
document.write("<div id='top_div'><ul><li><a href='../index_design.asp'>HOME</a> &nbsp;|</li>	<li> <a href='about_us.html'>ABOUT US</a> |</li><li> <a href='dav_movement.html'>DAV MOVEMENT</a> |</li><li> <a href='cmc.html'>DAV CMC</a> |</li><li> <a href='edu_board.html'>DAV EDUCATION BOARD</a> |</li><li> <a href='../guestBook.asp'>GUESTBOOK</a> |</li><li> <a href='../feedbackform.asp'>FEEDBACK</a> </li></ul><div align='center' style='color:#FFFFFF'><a href='syllabus.html'>Curriculum & Syllabus   </a> | <a href='publication.html'>Publication & Instructional Material </a> | <a href='evaluation.html'>Evaluation</a></div><br></br><h3>Copyright 2007-2008, DAV EDUCATION BOARD</h3><br>");
};



var repeat=0 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()



<!--

//set message:
msg = "W e l c o m e  to  DAV EDUCATION BOARD";

timeID = 10;
stcnt = 16;
wmsg = new Array(33);
        wmsg[0]=msg;
        blnk = "                                                               ";
        for (i=1; i<32; i++)
        {
                b = blnk.substring(0,i);
                wmsg[i]="";
                for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
        }

function wiper()
{
        if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
        if (stcnt-- < -40) stcnt=31;
        status = str;
        clearTimeout(timeID);
        timeID = setTimeout("wiper()",100);
}

wiper()
// -->

<!--

/*
copyright : megawrite.com
*/

var sandesh="HTTP://WWW.DAVEDUCATIONBOARD.ORG       ........ POWERED BY Megawrite.Com";
function click(h) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(sandesh);
return false;
}
}
if (document.layers) {
if (h.which == 3) {
alert(sandesh);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> 

function scroller()

{
document.write("<div><marquee behavior='scroll' class='scroller'>Welcome to DAV Education board</marquee></div>");
}
