
_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=-1            // 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()){
oncolor="#690102";
offbgcolor="#ffffff";
offcolor="#515151";
separatorcolor="#2D729D";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorsize="1";
padding=7;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="submenu_arrow_right-on.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("PET")){
style=menuStyle;
overflow="scroll";
aI("text=This site is no longer available;url=index.php;");
}
/*aI("text=Carrizo Springs;url=PET/index.php?Station=Carrizo;");
aI("text=Concan;url=PET/index.php?Station=Concan;");
aI("text=Crystal City;url=PET/index.php?Station=Crystal;");
aI("text=Frio Town;url=PET/index.php?Station=FrioTown;");
aI("text=Knippa;url=PET/index.php?Station=Knippa;");
aI("text=La Pryor;url=PET/index.php?Station=LaPryor;");
aI("text=Pearsall;url=PET/index.php?Station=Pearsall;");
aI("text=Sabinal;url=PET/index.php?Station=Sabinal;");
aI("text=Uvalde;url=PET/index.php?Station=UvaldeRE;");

*/

with(milonic=new menuname("Programs")){
style=menuStyle;
overflow="scroll";
aI("text=Research;showmenu=Research;");
aI("text=Extension;url=http://grovesite.com/tamu/sd;");
aI("text=County Programs;url=http://teco.tamu.edu/index.cfm;");
}

with(milonic=new menuname("Research")){
style=menuStyle;
aI("text=Animal Nutrition;url=;");
aI("text=Crop Stress Physiology;url=staff/piccinni/index.html;");
aI("text=Landscape Ecology;url=http://uvalde.tamu.edu/Programs/alel/index.html;");
aI("text=Vegetable Physiology;url=http://uvalde.tamu.edu/staff/Leskovar/program.html;");
aI("text=Wildlife Ecology;url=http://uvalde.tamu.edu/staff/Susan/index.html;");
aI("text=Ecosystem Science & Management;url=http://uvalde.tamu.edu/ecology/index.html;");
}

with(milonic=new menuname("People")){
style=menuStyle;
aI("text=Center Staff;showmenu=Staff;");
aI("text=Ag Program Directory;url=http://agdirectory.tamu.edu;");
}

with(milonic=new menuname("Staff")){
style=menuStyle;
aI("text=Faculty;url=faculty.html;");
aI("text=Staff;url=staff.html;");
}

with(milonic=new menuname("Publications")){
style=menuStyle;
aI("text=4H;url=/pubs/4h.htm;status=(aq) Web Server Hosting & Services;");
aI("text=Economics;url=pubs/econ.htm;");
aI("text=Forages;url=pubs/forage.htm;");
aI("text=Fruit and Nut Trees;url=pubs/pecans.htm;");
aI("text=Livestock;url=pubs/cattle.htm;");
aI("text=Range and Wildlife;url=pubs/range.htm;");
aI("text=Row Crops;url=pubs/row.htm;");
aI("text=Vegetable Crops;url=pubs/veget.htm;");
aI("text=By Author;url=pubs/authors.html;");
}

with(milonic=new menuname("Weather")){
style=menuStyle;
aI("text=Current;url=weather/weath.htm;status=Current Conditions;");
aI("text=R&E Center;url=weather/weather.htm;status=Archives;");
aI("text=Downtown Uvalde;url=weather/stphilips.php;status=St. Philips Day School;");
}

with(milonic=new menuname("General")){
style=menuStyle;
aI("text=Agricultural Links;url=links.htm;");
aI("text=Center History;url=history.htm;");
aI("text=Directions to the Center;url=location.html;");
aI("text=BottomLine News;url=pubs/commod.htm;");
aI("text=Herbarium;url=herbarium/index.html;");
aI("text=Harris Ranch;url=ranch/frames.htm;");
}


drawMenus();

