
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#6699ff";
oncolor="#003";
offbgcolor="#ccdbf8";
offcolor="#003399";
padding=3;
align="left";
menuwidth="100%";
menuheight="50%"
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
separatorcolor="#ffb50c"
separatorsize="0"
pagecolor="black";
pagebgcolor="#c3c4c4";
headercolor="#7B7B73";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.5)";
}

with(milonic=new menuname("Overview")){
style=menuStyle;
aI("text=About Bexar County;target=_parent;sourceframe=main;url=/ED/AboutBexarCounty.html");
aI("text=Economy;target=_parent;sourceframe=main;url=/ED/Economy.html");
aI("text=Who We Are;target=_parent;sourceframe=main;url=/ED/WhoWeAre.html");
aI("text=News;target=_parent;sourceframe=main;url=/ED/News.html");
}

with(milonic=new menuname("Industry")){
style=menuStyle;
aI("text=Advanced Automotive Manufacturing;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/AAM.pdf;");
aI("text=Aerospace;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/Aerospace.pdf;");
aI("text=Healthcare & Biosciences;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/HCBS.pdf;");
aI("text=International Trade;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/INTTrade.pdf;");
aI("text=Logistics & Distribution;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/Logistics.pdf;");
aI("text=Military;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/Military.pdf;");
aI("text=Regional Initiatives;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/Regional.pdf;");
aI("text=Technology;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Industry/Technology.pdf;");
}

with(milonic=new menuname("Incentives")){
style=menuStyle;
aI("text=Tax Abatement;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Incentives/JointTaxAbatementGuidelines.pdf;showmenu=Tax");
aI("text=Tax Abatement Application;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Incentives/TaxAbatementApplication.pdf;");
aI("text=Industrial Development Corp;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Incentives/IndustrialDevCorp.pdf;");
aI("text=Freeport Exemption;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Incentives/Freeport.pdf;");
}

with(milonic=new menuname("Tax")){
style=menuStyle;
aI("text=Joint TPI Guidelines;target=_parent;sourceframe=main;url=/ED/Images/interior/PDF/Incentives/JointTaxAbatementGuidelines.pdf;");
}

drawMenus();

