with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";

orientation="horizontal";
style=menuStyle;

aI("text=Home;url=/index.html;status=Back To Home Page;");
aI("text=Rapid-Kinetics & Spectroscopy;url=/rapid-kinetics/index.html;showmenu=CINE;");
aI("text=Electrochemistry;url=/potentiostat/index.html;showmenu=MPOT;");
aI("text=Electrophysiology;url=/electrophysiology/index.html;showmenu=EPHI;");
aI("text=Photosynthesis;url=/photosynthesis/index.html;showmenu=PHSY;");
aI("text=Contact us;url=/contactus.php;showmenu=CONTACTUS;");
}

drawMenus();