


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(MenuStyle=new mm_style()){
onbgcolor="#5fb2eb";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="comic sans ms,verdana,helvetica";
subimage="/ftzar/js/arrow.gif";
subimagepadding="2";
}


with(milonic=new menuname("Location")){
style=MenuStyle;
overflow="scroll";
aI("text=How to get;url=/ftzar/location/howtoget.html;");
aI("text=Maps;url=/ftzar/location/maps.html;");
aI("text=Further Information;url=http://www.unizar.es/situacion_geografica.htm;");
aI("text=Contact;url=/ftzar/location/contact.html;");
aI("text=Home;url=http://dftuz.unizar.es;");
}


with(milonic=new menuname("Personnel")){
style=MenuStyle;
overflow="scroll";
aI("text=Professors;url=/ftzar/personnel/professors.html;");
aI("text=Scientific Visitors;url=/ftzar/personnel/visitors.html;");
aI("text=Postdocs;url=/ftzar/personnel/postdocs.html;");
aI("text=Graduate Students;url=/ftzar/personnel/graduate.html;");
aI("text=Secretariat;url=/ftzar/personnel/secretariat.html;");
aI("text=Old Members;url=/ftzar/personnel/oldmembers.html;");
}

with(milonic=new menuname("Activities")){
style=MenuStyle;
overflow="scroll";
aI("text=Seminars;url=/ftzar/activities/seminars.html;");
aI("text=TNT Seminars;url=/ftzar/activities/tnt.html;");
aI("text=Conferences;url=/ftzar/activities/conferences.html;");
aI("text=Benasque Center for Science;url=/cgi-bin/ftzar/benasque.cgi;");
}


with(milonic=new menuname("Research")){
style=MenuStyle;
overflow="scroll";
aI("text=Current Programs;showmenu=Programs");
aI("text=Publications;url=/ftzar/research/pubs.html");
aI("text=Jobs;url=/ftzar/research/jobs.html;");
aI("text=Projects;url=/ftzar/research/projects.html;");
aI("text=BIFI;url=http://bifi.unizar.es/;");
aI("text=International Colaborations;url=/ftzar/research/int-col.html;");
}


with(milonic=new menuname("Academics")){
style=MenuStyle;
overflow="scroll";
aI("text=Undergraduate Courses;url=/ftzar/academics/undergraduate.html;");
aI("text=Graduate Courses;url=http://dftuz.unizar.es/wwwmc/fisica.html;");
aI("text=Research Library;url=/cgi-bin/biblioteca/busqueda;");
}


with(milonic=new menuname("Programs")){
style=MenuStyle;
overflow="scroll";
aI("text=High Energy Physics Theory;url=/ftzar/research/hep-th.html");
aI("text=Mathematical Physics & Field Theory;url=/ftzar/research/qft.html");
aI("text=Complex Systems & Biophysics;url=/ftzar/research/biophysics.html;");
}

drawMenus();

