<!--
//This requires the following code on the calling page
// <script language="JavaScript" src="/templates/preloads.js"></script>
a1=new Image(136,22); a1.src="/images/workingpapers_off.gif"
a2=new Image(136,22); a2.src="/images/workingpapers_on.gif"

a3=new Image(136,22); a3.src="/images/seminars_off.gif"
a4=new Image(136,22); a4.src="/images/seminars_on.gif"

a5=new Image(136,22); a5.src="/images/faculty_off.gif"
a6=new Image(136,22); a6.src="/images/faculty_on.gif"

a7=new Image(136,22); a7.src="/images/researchstudents_off.gif"
a8=new Image(136,22); a8.src="/images/researchstudents_on.gif"

a9=new Image(136,23); a9.src="/images/researchgroups_off.gif"
a10=new Image(136,23); a10.src="/images/researchgroups_on.gif"

a11=new Image(136,23); a11.src="/images/links_off.gif"
a12=new Image(136,23); a12.src="/images/links_on.gif"

a13=new Image(136,23); a13.src="/images/events_off.gif"
a14=new Image(136,23); a14.src="/images/events_on.gif"

a15=new Image(27,22); a15.src="/images/workingpapers2_off.gif"
a16=new Image(27,22); a16.src="/images/workingpapers2_on.gif"

a17=new Image(27,22); a17.src="/images/seminars2_off.gif"
a18=new Image(27,22); a18.src="/images/seminars2_on.gif"

a19=new Image(91,32); a19.src="/images/aboutus_off.gif"
a20=new Image(91,32); a20.src="/images/aboutus_on.gif"

a21=new Image(92,32); a21.src="/images/contactus_off.gif"
a22=new Image(92,32); a22.src="/images/contactus_on.gif"

a23=new Image(10,10); a23.src="/images/download_off.gif"
a24=new Image(10,10); a24.src="/images/download_on.gif"


function picswap( imageName, newImageSRC )
    {
    document.images[imageName].src = newImageSRC
    }

//This next function takes the dotted line away from the link in IE
function ExplorerFix()
    {
    for ( a in document.links ) document.links[a].onfocus = document.links[a].blur;
    }

if ( document.all ) document.onmousedown = ExplorerFix;
// -->