var newDefs = new Object;
newDefs.overimg = "images/space.gif";
newDefs.outimg = "images/space.gif";
newDefs.background = "#cccccc";
newDefs.border = "#000000";
newDefs.useclass = "menu2text";
newDefs.timeout = 300;
newDefs.pause = 30;
newDefs.titlebackground = "#ff3333";
flyDefs (newDefs);


//Africa
makeLayer ("africa", "&nbsp &nbsp &nbsp &nbsp AFRICA &nbsp &nbsp &nbsp &nbsp=africa.htm",
    "Egypt=countries/egypt.htm",
    "Morocco=countries/morocco.htm",
    "Nigeria=countries/nigeria.htm",
    "Senegal=countries/senegal.htm",
    "South Africa=countries/southafrica.htm"
);


//Asia
makeLayer ("asia", "&nbsp ASIA &nbsp=asia.htm",
    "China=countries/china.htm",
    "Hong Kong=countries/hongkong.htm",
    "India=countries/india.htm",
    "Indonesia=countries/indonesia.htm",
    "Kuwait=countries/kuwait.htm",
    "Japan=countries/japan.htm",
    "Malaysia=countries/malaysia.htm",
    "Philippines=countries/philippines.htm",
    "Russia=countries/russia.htm",
    "Saudi Arabia=countries/saudiarabia.htm",
    "Singapore=countries/singapore.htm",
    "South Korea=countries/southkorea.htm",
    "Taiwan=countries/taiwan.htm",
    "Thailand=countries/thailand.htm",
    "United Arab Emirates=countries/unitedarabemirates.htm",
    "Vietnam=countries/vietnam.htm"
);


//Caribbean
makeLayer ("caribbean", "&nbsp &nbsp &nbsp CARIBBEAN &nbsp &nbsp &nbsp=car.htm",
    "Bahamas=countries/bahamas.htm",
    "Dominican Republic=countries/dominicanrepublic.htm",
    "Haiti=countries/haiti.htm",
    "Jamaica=countries/jamaica.htm"
);


//Central America
makeLayer ("centralAmerica", "CENTRAL AMERICA",
    "Costa Rica=countries/costarica.htm",
    "El Salvador=countries/elsalvador.htm",
    "Guatemala=countries/guatemala.htm",
    "Honduras=countries/honduras.htm",
    "Panama=countries/panama.htm"
);


//Europe
makeLayer ("europe", "&nbsp &nbsp &nbsp EUROPE &nbsp &nbsp &nbsp=europe.htm",
    "Austria=countries/austria.htm",
    "Belgium=countries/belgium.htm",
    "Czech Republic=countries/czechrepublic.htm",
    "Finland=countries/finland.htm",
    "France=countries/france.htm",
    "Germany=countries/germany.htm",
    "Greece=countries/greece.htm",
    "Hungary=countries/hungary.htm",
    "Italy=countries/italy.htm",
    "Ireland=countries/ireland.htm",
    "Israel=countries/israel.htm",
    "Netherlands=countries/netherlands.htm",
    "Portugal=countries/portugal.htm",
    "Slovenia=countries/slovenia.htm",
    "Switzerland=countries/switzerland.htm",
    "United Kingdom=countries/unitedkingdom.htm"
);


//Oceania
makeLayer ("oceania", "&nbsp &nbsp &nbsp OCEANIA &nbsp &nbsp &nbsp=oceania.htm",
    "Australia=countries/australia.htm",
    "New Zealand=countries/newzealand.htm"
);


//North America
makeLayer ("northAmerica", "NORTH AMERICA=north.htm",
    "Canada=countries/canada.htm",
    "Mexico=countries/mexico.htm"
);


//South America
makeLayer ("southAmerica", "&nbsp SOUTH AMERICA &nbsp=southamerica.htm",
	"Argentina=countries/argentina.htm",
	"Brazil=countries/brazil.htm",
	"Chile=countries/chile.htm",
	"Columbia=countries/columbia.htm",
	"Ecuador=countries/ecuador.htm",
	"Uruguay=countries/uruguay.htm",
	"Venezuela=countries/venezuela.htm"
);
	

