//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	
// here starts the main menu	
	menu.addImageItem("homes", "/Homebutton.gif", "Home",  "/index.html", null);
	menu.addItem("world", "Lands of the World", "Lands of the World",  null, null);
	menu.addItem("made", "Made by Humankind", "Made by Humankind",  null, null);
	menu.addItem("uniques", "Related Subjects", "Related Subjects",  null, null);
	//menu.addSpace("e1", "&nbsp;&nbsp;", "&nbsp;",  null, null);
	menu.addItem("new2", "Africana Resources", "Journals, newspapers",  null, null);
// menu.addItem("new1", "Today's Researchers", "... their homepages",  null, null);
	menu.addSpace("e2", "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "&nbsp;",  null, null);
// main menu end

// Marc. To make a sub-menu, you have to include the elements in the next string below: and most important is the id of the parent.

// AddSubItem(idParent,       text,              hint,       location,           ""  );	
	menu.addSubItem("homes", "Starting Page", "Go Home",  "/index.html", "");

	menu.addSubItem("world", "Africa", "Africa",  "/all_africa/index.html", "");
	menu.addSubItem("world", "Egypt", "Egypt",  "/all_africa/200_egypt/index.html", "");
	menu.addSubItem("world", "Pacific", "Pacific",  "/300_pacific/index.html", "");
	menu.addSubItem("world", "Mesopotamia", "Mesopotamia",  "/500_mesopotamia/index.html", "");
	menu.addSubItem("world", "Central & SE Asia", "Central & SE Asia",  "/400_neareast/index.html", "");
	menu.addSubItem("world", "Far East", "Far East",  "/600_fareast/index.html", "");
	menu.addSubItem("world", "Mediterranean", "Mediterranean",  "/all_europe/700_mediterranean/index.html", "");
	menu.addSubItem("world", "Europe", "Europe",  "/all_europe/index.html", "");
//	menu.addSubItem("world", "North Europe", "North Europe",  "/all_europe/800_northeurope/index.html", "");
	menu.addSubItem("world", "America", "America",  "/all_america/900_america/index.html", "");
//	menu.addSubItem("world", "Caribbean", "Caribbean",  "/all_america/900_caribbean/index.html", "");
//	menu.addSubItem("world", "Central America", "Central America",  "/all_america/900_centralamerica/index.html", "");
//	menu.addSubItem("world", "South America", "South America",  "/all_america/900_southamerica/index.html", "");
					

	menu.addSubItem("made", "Gods, Mother Goddeses", "Gods, Mother Goddeses",  "/Made.by.Humankind/Gods.MotherGoddeses/index.html", "");
	menu.addSubItem("made", "Human and Animal Rock Art", "Human and Animal Rock Art",  "/Made.by.Humankind/Human.Animal.RockArt/index.html", "");
	menu.addSubItem("made", "Real People", "Real People",  "/Made.by.Humankind/Real.People/index.html", "");
	menu.addSubItem("made", "Styled Hair, 3000 BC", "Styled Hair, 3000 BC",  "/Made.by.Humankind/StyledHair3000BC/index.html", "");
	menu.addSubItem("made", "Stone Age Burials, Skulls", "Stone Age Burials, Skulls",  "/Made.by.Humankind/StoneAgeBurials.Skulls/index.html", "");
	menu.addSubItem("made", "Jewelry and Bone Stamps", "Jewelry and Bone Stamps",  "/Made.by.Humankind/Jewelry.BoneStamps/index.html", "");
	menu.addSubItem("made", "Bone Tools, Bulls, Temples", "Bone Tools, Bulls, Temples",  "/Made.by.Humankind/BoneTools.Bulls.Horses.Temples/index.html", "");
	menu.addSubItem("made", "Pottery, Boats, Ruins", "Pottery, Boats, Ruins",  "/Made.by.Humankind/Pottery.Boats.Ruins/index.html", "");
	menu.addSubItem("made", "Entertainment and Furniture", "Entertainment and Furniture",  "/Made.by.Humankind/Fun.Furniture/index.html", "");


//	menu.addSubItem("uniques", "C1", "C1",  "/", "");
//	menu.addSubItem("uniques", "C2", "C2",  "/", "");
	menu.addSubItem("uniques", "The Copper and Bronze Ages", "The Copper and Bronze Ages",  "/Related.Subjects/The.Copper.and.Bronze.Ages/index.html", "");
	menu.addSubItem("uniques", "The Silver Age", "The Silver Age",  "/Related.Subjects/The.Silver.Age/index.html", "");
	menu.addSubItem("uniques", "The Gold Age", "The Gold Age",  "/Related.Subjects/The.Gold.Age/index.html", "");
	menu.addSubItem("uniques", "The Equestrian Age", "The Equestrian Age", "/Related.Subjects/The.Equestrian.Age/index.html", "");
	menu.addSubItem("uniques", "Roots of Language", "Roots of Language",  "/Related.Subjects/Roots.of.Language/index.html", "");
	menu.addSubItem("uniques", "Hammurabi & the 10 Commandments", "Hammurabi & the 10 Commandments",  "/Related.Subjects/Hammurabi.&.10.C/index.html", "");
	menu.addSubItem("uniques", "Queen Califia and California", "Queen Califia and California",  "/Related.Subjects/Queen.Califia.and.California/index.html", "");
	menu.addSubItem("uniques", "Who are the Mongoloids?", "Who are the Mongoloids?",  "/Related.Subjects/Who.are.the.Mongoloids/index.html", "");
	menu.addSubItem("uniques", "Who are the Scythians?", "Who are the Scythians?",  "/Related.Subjects/Who.are.the.Scythians/index.html", "");
	menu.addSubItem("uniques", "Ships, Sea-faring", "Ships, Sea-faring",  "/Related.Subjects/Ships.Sea-faring/index.html", "");

	menu.addSubItem("new2", "Africana Resources", " Africana Resources ",  "/AfricanaResources/AfricanaResources/index.html", "");
//menu.addSubItem("new2", "Starting Page", "Go Home",  "/index2.html", "");
//menu.addSubItem("new2", "Starting Page", "Go Home",  "/index2.html", "");
//menu.addSubItem("new2", "Starting Page", "Go Home",  "/index2.html", "");
//menu.addSubItem("new2", "Starting Page", "Go Home",  "/index2.html", "");

// menu.addSubItem("new1", "Starting Page", "Go Home",  "/index.html", "");
// menu.addSubItem("new1", "Starting Page", "Go Home",  "/index.html", "");
// menu.addSubItem("new1", "Starting Page", "Go Home",  "/index.html", "");

	menu.showMenu();  
}

function addBanner(){
addAdsense();
HTMLstr2 = "";
HTMLstr2 = "<div style=\"text-align: center;height:62;\">&nbsp;\n";
//HTMLstr2+="<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\n";
//HTMLstr2+="</script>\n";
HTMLstr2+="</div>\n";
HTMLstr2+="<table  style='position:absolute;top:10;left:8'    border=\"0\" width=\"304\" height=\"62\"><tr>\n";
HTMLstr2+="<td nowrap align=\"center\"><a href=#><img border=\"5\" src=\"/Banners/PageBanner.jpg\" width=\"300\" height=\"52\"></a></td></tr></table>\n";
HTMLstr2+="<table  style='position:absolute;top:10;left:535;width:150;'  border=\"0\"  height=\"62\"><tr>\n";
//HTMLstr2+="<table  style='position:absolute;top:10;left:580;'  border=\"0\"  height=\"62\"><tr>\n";
HTMLstr2+="<td nowrap align=\"right\" ><iframe src=\"http://rcm.amazon.com/e/cm?t=golageofafr-20&o=1&p=42&l=ur1&category=books&banner=1E7HZ0K3652JWXK4ME82&f=ifr\" width=\"234\" height=\"60\" scrolling=\"no\" border=\"0\" marginwidth=\"0\" style=\"border:none;\" frameborder=\"0\"></iframe>\n";
//HTMLstr2+="<td nowrap align=\"right\" ><a href=#><img src=\"/Banners/newobjects.gif\" width=\"133\" height=\"40\"></a>\n";
//<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>\n";
HTMLstr2+="</td></tr></table>\n";

return HTMLstr2
}

function addAdsense(){
	google_ad_client = "pub-6092613289411168";
	google_ad_width = 234;
	google_ad_height = 60;
	google_ad_format = "234x60_as";
	google_ad_type = "text";
	//2006-11-18: beforebc.de/index.html
	google_ad_channel = "7813922799";
	google_color_border = "FFFFFF";
	google_color_bg = "FFFFFF";
	google_color_link = "0000FF";
	google_color_text = "000000";
	google_color_url = "008000";
}



