function mailto1(a,b)

{

document.write("<a class=gistblue href='mailto");

document.write(":" + a + "@");

document.write( b + " '>" + a + "@" +b+ "</a>");

}



function mailto2(a,b,c)

{

document.write("<a class='gistblue text' href='mailto");

document.write(":" + a + "@");

document.write( b + "'>" + c + "</a>");

}



function mailto3(a,b,c,d)

{

document.write("<a class='gistblue text' href='mailto");

document.write(":" + a + "@");

document.write( b + "." + c + "'>" + d + "</a>");

}



function mout(z)

{

    if (z.style.listStyleImage != "url(bluedot.gif)") 

       {z.style.listStyleImage="url(greydot.gif)"}

}



function mover(z)



{ 

       if (z.style.listStyleImage != "url(bluedot.gif)") 

        {z.style.listStyleImage="url(dot.gif)"} 

}



function markblob()

{

    pagename=document.title ;

    var x=document.getElementById(pagename) ;

    x.style.listStyleImage="url(bluedot.gif)" ;

    pnamef6=pagename.substr(0,6) ;

    var z=pnamef6 + "list" ;

    x=document.getElementById(z) ;

    x.style.display="block";

    var y=document.getElementById("welcome")

     if (pagename=="Page01")

        {y.style.display="block"}

}



function switchon(z)

{

    var x=document.getElementById(z) ;

    x.style.display ="block"

}



function switchoff(z)

{ 



    z.style.display = "none"

}



function where() 

{

//  alert("X="+event.clientX+"\n"+" Y="+event.clientY) ;

}

