FXsinus.com HOME
The DHTML Menu - reloaded
WashingtonIdahoNorthdakotaOregonCaliforniaNevadaUtahArizonaWyomingColoradoNewmexicoSouthdakotaNebraskaKansasOklahomaTexasFloridaAlabamaMississippiLouisianaArkansasGeorgiaSouthcarolinaTennesseeMinnesotaIowaMissouriWisconsinIllinoisIndianaOhioWestvirginiaDelewareKentuckyNorthcarolinaDcVirginiaMichiganPennsylvaniaNewjerseyNewyorkConnecticutRhodeislandVermontMaineMontanaNewhampshireMassachusettsMarylandDc

Image Map Based Menu Sample

USA State & County QuickFacts

Description for this menu sample not yet available.

Please view the source code at the bottom of this page.
Discussion Forum
Download FX Menu
   »    License & Purchase
DHTML Menu Samples ::
 »  DHTML Menu Samples Overview
 »  Horizontal DHTML Menu Sample
 »  Vertical DHTML Menu Sample
 »  Windows 98 Style
 »  Windows XP Style
 »  Microsoft.com
 »  Multiple Styles
 »  Multiple Colored Menus
 »  Image Based Menu
 »  Image Map Based Menus
 »  Background Images (LOTR)
 »  Absolute Positioning
 »  Relative Positioning (to a table cell)
 »  Pop Up with Relative Positioning
 »  Pop Up with Absolute Positioning
 »  Pop Up with Tooltip Positioning
 »  Absolute Positioned Submenus
 »  Tooltip Positioned Submenus
 »  JavaScript Functions
 »  Opening Windows & Targeting (i)frames
 »  Flickthrough Menu
 »  Show/Hide Submenus OnClick
 »  Item Sizing
 »  Item Positioning
 »  Scrolling (overflow)
 »  Tables (columns)
 »  API - Methods & Functions
 »  Displaying Multiple Submenus

Menu Settings for this Sample Menu in input.js


ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="image/transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.


/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
height=20;
fontsize="8pt"
color="#000000"
coloron="#FFFFFF";
bgcolor="#E8E8FF";
bgcoloron="#6699CC";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="image/nav/arrowblack21.gif";
arrowon="image/nav/arrowgreen21.gif";
arrowright=20;
arrowtop=1;
}

with(headerStyle=new fxstyle()){
height=20;
width=210;
fontsize="8pt";
color="#000000";
bgcolor="#E8E8FF";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
type="header";
}

with(menuStyle=new fxmenustyle()){
menuborderwidth=1;
menubordercolor="#3366CC";
menubgcolor="#E8E8FF";
separatorsize=1;
separatorcolor="#3366CC";
wiseposition=true;
highlightpath=true;
}

/*Start Menu Declarations*/

with(new fxmenu("Florida")){
style=itemStyle;
menustyle=menuStyle;
width=100;
fx("text=Florida;type=header");
fx("text=QuickFacts;show=FloridaFacts");
}
with(new fxmenu("FloridaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=17,019,068;width=110");
fx("text=Land area (square miles)");
fx("text=53,927");
fx("text=Persons per square mile, 2000");
fx("text=296.4");
}
with(new fxmenu("Oklahoma")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Oklahoma;type=header");
fx("text=QuickFacts;show=OklahomaFacts");
}
with(new fxmenu("OklahomaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=3,511,532;width=110");
fx("text=Land area (square miles)");
fx("text=68,667");
fx("text=Persons per square mile, 2000");
fx("text=50.3");
}

with(new fxmenu("Illinois")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Illinois;type=header");
fx("text=QuickFacts;show=IllinoisFacts");
}
with(new fxmenu("IllinoisFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=12,653,544;width=110");
fx("text=Land area (square miles)");
fx("text=55,584");
fx("text=Persons per square mile, 2000");
fx("text=223.4");
}
with(new fxmenu("Ohio")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Ohio;type=header");
fx("text=QuickFacts;show=OhioFacts");
}
with(new fxmenu("OhioFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=11,435,798;width=110");
fx("text=Land area (square miles)");
fx("text=40,948");
fx("text=Persons per square mile, 2000");
fx("text=277.3");
}
with(new fxmenu("NewYork")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=New York;type=header");
fx("text=QuickFacts;show=NewYorkFacts");
}
with(new fxmenu("NewYorkFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=19,190,115;width=110");
fx("text=Land area (square miles)");
fx("text=47,214");
fx("text=Persons per square mile, 2000");
fx("text=401.9");
}
with(new fxmenu("Alabama")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Alabama;type=header");
fx("text=QuickFacts;show=AlabamaFacts");
}
with(new fxmenu("AlabamaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=4,500,752;width=110");
fx("text=Land area (square miles)");
fx("text=50,744");
fx("text=Persons per square mile, 2000");
fx("text=87.6");
}
with(new fxmenu("Texas")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Texas;type=header");
fx("text=QuickFacts;show=TexasFacts");
}
with(new fxmenu("TexasFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=22,118,509;width=110");
fx("text=Land area (square miles)");
fx("text=261,797");
fx("text=Persons per square mile, 2000");
fx("text=79.6");
}
with(new fxmenu("NorthCarolina")){
style=itemStyle
menustyle=menuStyle;
width=140
fx("text=North Carolina;type=header");
fx("text=QuickFacts;show=NorthCarolinaFacts");
}
with(new fxmenu("NorthCarolinaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=8,407,248;width=110");
fx("text=Land area (square miles)");
fx("text=48,711");
fx("text=Persons per square mile, 2000");
fx("text=165.2");
}

with(new fxmenu("SouthCarolina")){
style=itemStyle
menustyle=menuStyle;
width=140
fx("text=South Carolina;type=header");
fx("text=QuickFacts;show=SouthCarolinaFacts");
}
with(new fxmenu("SouthCarolinaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=4,147,152;width=110");
fx("text=Land area (square miles)");
fx("text=30,109");
fx("text=Persons per square mile, 2000");
fx("text=133.2");
}

with(new fxmenu("Vermont")){
style=itemStyle
menustyle=menuStyle;
width=140
fx("text=Vermont;type=header");
fx("text=QuickFacts;show=VermontFacts");
}
with(new fxmenu("VermontFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=619,107;width=110");
fx("text=Land area (square miles)");
fx("text=9,250");
fx("text=Persons per square mile, 2000");
fx("text=65.8");
}

with(new fxmenu("Indiana")){
style=itemStyle
menustyle=menuStyle;
width=140
fx("text=Indiana;type=header");
fx("text=QuickFacts;show=IndianaFacts");
}
with(new fxmenu("IndianaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=6,195,643;width=110");
fx("text=Land area (square miles)");
fx("text=35,867");
fx("text=Persons per square mile, 2000");
fx("text=169.5");
}

with(new fxmenu("NewHampshire")){
style=itemStyle
menustyle=menuStyle;
width=140
fx("text=New Hampshire;type=header");
fx("text=QuickFacts;show=NewHampshireFacts");
}
with(new fxmenu("NewHampshireFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=1,287,687;width=110");
fx("text=Land area (square miles)");
fx("text=8,968");
fx("text=Persons per square mile, 2000");
fx("text=137.8");
}

with(new fxmenu("Maine")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Maine;type=header");
fx("text=QuickFacts;show=MaineFacts");
}
with(new fxmenu("MaineFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=1,305,728;width=110");
fx("text=Land area (square miles)");
fx("text=30,862");
fx("text=Persons per square mile, 2000");
fx("text=41.3");
}

with(new fxmenu("Minnesota")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Minnesota;type=header");
fx("text=QuickFacts;show=MinnesotaFacts");
}
with(new fxmenu("MinnesotaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=5,059,375;width=110");
fx("text=Land area (square miles)");
fx("text=79,610");
fx("text=Persons per square mile, 2000");
fx("text=61.8");
}

with(new fxmenu("Wyoming")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Wyoming;type=header");
fx("text=QuickFacts;show=WyomingFacts");
}
with(new fxmenu("WyomingFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=501,242;width=110");
fx("text=Land area (square miles)");
fx("text=97,100");
fx("text=Persons per square mile, 2000");
fx("text=5.1");
}
with(new fxmenu("Wisconsin")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Wisconsin;type=header");
fx("text=QuickFacts;show=WisconsinFacts");
}
with(new fxmenu("WisconsinFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=5,472,299;width=110");
fx("text=Land area (square miles)");
fx("text=54,310");
fx("text=Persons per square mile, 2000");
fx("text=98.8");
}
with(new fxmenu("Utah")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Utah;type=header");
fx("text=QuickFacts;show=UtahFacts");
}
with(new fxmenu("UtahFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=2,351,467;width=110");
fx("text=Land area (square miles)");
fx("text=82,144");
fx("text=Persons per square mile, 2000");
fx("text=27.2");
}

with(new fxmenu("Colorado")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Colorado;type=header");
fx("text=QuickFacts;show=ColoradoFacts");
}
with(new fxmenu("ColoradoFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=4,550,688;width=110");
fx("text=Land area (square miles)");
fx("text=103,718");
fx("text=Persons per square mile, 2000");
fx("text=41.5");
}


with(new fxmenu("Kansas")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Kansas;type=header");
fx("text=QuickFacts;show=KansasFacts");
}
with(new fxmenu("KansasFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=2,723,507;width=110");
fx("text=Land area (square miles)");
fx("text=81,815");
fx("text=Persons per square mile, 2000");
fx("text=32.9");
}

with(new fxmenu("Arizona")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Arizona;type=header");
fx("text=QuickFacts;show=ArizonaFacts");
}
with(new fxmenu("ArizonaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=5,580,811;width=110");
fx("text=Land area (square miles)");
fx("text=113,635");
fx("text=Persons per square mile, 2000");
fx("text=45.2");
}

with(new fxmenu("Montana")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Montana;type=header");
fx("text=QuickFacts;show=MontanaFacts");
}
with(new fxmenu("MontanaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=917,621;width=110");
fx("text=Land area (square miles)");
fx("text=145,552");
fx("text=Persons per square mile, 2000");
fx("text=6.2");
}
with(new fxmenu("Idaho")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Idaho;type=header");
fx("text=QuickFacts;show=IdahoFacts");
}
with(new fxmenu("IdahoFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=1,366,332;width=110");
fx("text=Land area (square miles)");
fx("text=82,747");
fx("text=Persons per square mile, 2000");
fx("text=15.6");
}

with(new fxmenu("Nevada")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Nevada;type=header");
fx("text=QuickFacts;show=NevadaFacts");
}
with(new fxmenu("NevadaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=2,241,154;width=110");
fx("text=Land area (square miles)");
fx("text=109,826");
fx("text=Persons per square mile, 2000");
fx("text=18.2");
}

with(new fxmenu("NewMexico")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=NewMexico;type=header");
fx("text=QuickFacts;show=NewMexicoFacts");
}
with(new fxmenu("NewMexicoFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=1,874,614;width=110");
fx("text=Land area (square miles)");
fx("text=121,356");
fx("text=Persons per square mile, 2000");
fx("text=15.0");
}
with(new fxmenu("Oregon")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Oregon;type=header");
fx("text=QuickFacts;show=OregonFacts");
}
with(new fxmenu("OregonFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=3,559,596;width=110");
fx("text=Land area (square miles)");
fx("text=95,997");
fx("text=Persons per square mile, 2000");
fx("text=35.6");
}
with(new fxmenu("Washington")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Washington;type=header");
fx("text=QuickFacts;show=WashingtonFacts");
}
with(new fxmenu("WashingtonFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=6,131,445;width=110");
fx("text=Land area (square miles)");
fx("text=66,544");
fx("text=Persons per square mile, 2000");
fx("text=88.6");
}
with(new fxmenu("California")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=California;type=header");
fx("text=QuickFacts;show=CaliforniaFacts");
}
with(new fxmenu("CaliforniaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=35,484,453;width=110");
fx("text=Land area (square miles)");
fx("text=155,959");
fx("text=Persons per square mile, 2000");
fx("text=217.2");
}
with(new fxmenu("Nebraska")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Nebraska;type=header");
fx("text=QuickFacts;show=NebraskaFacts");
}
with(new fxmenu("NebraskaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=1,739,291;width=110");
fx("text=Land area (square miles)");
fx("text=76,872");
fx("text=Persons per square mile, 2000");
fx("text=22.3");
}

with(new fxmenu("Arkansas")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Arkansas;type=header");
fx("text=QuickFacts;show=ArkansasFacts");
}
with(new fxmenu("ArkansasFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=2,725,714;width=110");
fx("text=Land area (square miles)");
fx("text=52,068");
fx("text=Persons per square mile, 2000");
fx("text=51.3");
}

with(new fxmenu("Missouri")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Missouri;type=header");
fx("text=QuickFacts;show=MissouriFacts");
}
with(new fxmenu("MissouriFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=5,704,484;width=110");
fx("text=Land area (square miles)");
fx("text=68,886");
fx("text=Persons per square mile, 2000");
fx("text=81.2");
}

with(new fxmenu("Iowa")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Iowa;type=header");
fx("text=QuickFacts;show=IowaFacts");
}
with(new fxmenu("IowaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=2,944,062;width=110");
fx("text=Land area (square miles)");
fx("text=55,869");
fx("text=Persons per square mile, 2000");
fx("text=52.4");
}

with(new fxmenu("Pennsylvania")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Pennsylvania;type=header");
fx("text=QuickFacts;show=PennsylvaniaFacts");
}
with(new fxmenu("PennsylvaniaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=12,365,455;width=110");
fx("text=Land area (square miles)");
fx("text=44,817");
fx("text=Persons per square mile, 2000");
fx("text=274.0");
}

with(new fxmenu("Michigan")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Michigan;type=header");
fx("text=QuickFacts;show=MichiganFacts");
}
with(new fxmenu("MichiganFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=10,079,985;width=110");
fx("text=Land area (square miles)");
fx("text=56,804");
fx("text=Persons per square mile, 2000");
fx("text=175.0");
}

with(new fxmenu("NorthDakota")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=North Dakota;type=header");
fx("text=QuickFacts;show=NorthDakotaFacts");
}
with(new fxmenu("NorthDakotaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=633,837;width=110");
fx("text=Land area (square miles)");
fx("text=68,976");
fx("text=Persons per square mile, 2000");
fx("text=9.3");
}

with(new fxmenu("SouthDakota")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=South Dakota;type=header");
fx("text=QuickFacts;show=SouthDakotaFacts");
}
with(new fxmenu("SouthDakotaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=764,309;width=110");
fx("text=Land area (square miles)");
fx("text=75,885");
fx("text=Persons per square mile, 2000");
fx("text=9.9");
}

with(new fxmenu("Tennessee")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Tennessee;type=header");
fx("text=QuickFacts;show=TennesseeFacts");
}
with(new fxmenu("TennesseeFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=5,841,748;width=110");
fx("text=Land area (square miles)");
fx("text=41,217");
fx("text=Persons per square mile, 2000");
fx("text=138.0");
}

with(new fxmenu("Louisiana")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Louisiana;type=header");
fx("text=QuickFacts;show=LouisianaFacts");
}
with(new fxmenu("LouisianaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=4,496,334;width=110");
fx("text=Land area (square miles)");
fx("text=43,562");
fx("text=Persons per square mile, 2000");
fx("text=102.6");
}

with(new fxmenu("Georgia")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Georgia;type=header");
fx("text=QuickFacts;show=GeorgiaFacts");
}
with(new fxmenu("GeorgiaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=8,684,715;width=110");
fx("text=Land area (square miles)");
fx("text=57,906");
fx("text=Persons per square mile, 2000");
fx("text=141.4");
}

with(new fxmenu("Mississippi")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Mississippi;type=header");
fx("text=QuickFacts;show=MississippiFacts");
}
with(new fxmenu("MississippiFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=2,881,281;width=110");
fx("text=Land area (square miles)");
fx("text=46,907");
fx("text=Persons per square mile, 2000");
fx("text=60.6");
}

with(new fxmenu("WestVirginia")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=West Virginia;type=header");
fx("text=QuickFacts;show=WestVirginiaFacts");
}
with(new fxmenu("WestVirginiaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=1,810,354;width=110");
fx("text=Land area (square miles)");
fx("text=24,078");
fx("text=Persons per square mile, 2000");
fx("text=75.1");
}

with(new fxmenu("Virginia")){
style=itemStyle
menustyle=menuStyle;
width=100
fx("text=Virginia;type=header");
fx("text=QuickFacts;show=VirginiaFacts");
}
with(new fxmenu("VirginiaFacts")){
style=headerStyle
menustyle=menuStyle;
columns=2
fx("text=Population, 2003 estimate");
fx("text=7,386,330;width=110");
fx("text=Land area (square miles)");
fx("text=39,594");
fx("text=Persons per square mile, 2000");
fx("text=178.8");
}

buildMenus();
Home | Forum | Link to us
FXsinus.com - Austria.
Vor der Bruck 15,
A-2770 Goodstone
 © Copyright 2001-2004 FXsinus.com, All Rights Reserved. webmaster@fxsinus.com