// JavaScript Document

/*image for mor in index*/
a1=new Image;
a1.src='images/dirac.gif';




a2=new Image;
a2.src='images/topb.gif';

function change(id,src) {
  eval("document.all."+id+".src='"+src+"'");
}



