<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=2 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=335; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#4682B4";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FALSE YOUNG EARTH CLAIMS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["False Young Earth Claims"] //create header
ssmItems[1]=["The Paluxy Dinosaur / Man Track Controversy", "http://www.answersincreation.org/paluxy.htm", ""]
ssmItems[2]=["Death Before the Fall - A Young Earth Heresy", "http://www.answersincreation.org/heresy.htm",""]
ssmItems[3]=["Yellowstone Petrified Forests", "http://www.answersincreation.org/yellowstone.htm", ""]
ssmItems[4]=["RATE Deception", "http://www.answersincreation.org/ratedeception.htm", "", 1, "no"] //create two column row
ssmItems[5]=["Redwood Hoax", "http://www.answersincreation.org/redwood.htm", "",1]
ssmItems[6]=["Bottled Lies", "http://www.answersincreation.org/bottle.htm", "", 1, "no"] //create two column row
ssmItems[7]=["Buried Birth", "http://www.answersincreation.org/buriedbirth.htm", "",1]
ssmItems[8]=["Joggins Fossil Cliffs", "http://www.answersincreation.org/joggins.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Ice Cores", "http://www.answersincreation.org/icecore.htm", "",1]
ssmItems[10]=["Eroding Continents", "http://www.answersincreation.org/erode_cont.htm", "", 1, "no"] //create two column row
ssmItems[11]=["Fossil Pollen", "http://www.answersincreation.org/pollen.htm", "",1]
ssmItems[12]=["Flinders Fossil", "http://www.answersincreation.org/flinders.htm", "", 1, "no"] //create two column row
ssmItems[13]=["Human Fossils", "http://www.answersincreation.org/humanfossils.htm", "",1]
ssmItems[14]=["The Fossil Record", "http://www.answersincreation.org/fossilrecord.htm", "", 1, "no"] //create two column row
ssmItems[15]=["Fossil Footprints", "http://www.answersincreation.org/trackways.htm", "",1]
ssmItems[16]=["Pondered Points", "http://www.answersincreation.org/ponder.htm", "", 1, "no"] //create two column row
ssmItems[17]=["Noah's Ark", "http://www.answersincreation.org/ark1.htm", "",1]
ssmItems[18]=["Greenland Aircraft", "http://www.answersincreation.org/greenlandair.htm", "", 1, "no"] //create two column row
ssmItems[19]=["Limestone Caves", "http://www.answersincreation.org/caves.htm", "",1]
ssmItems[20]=["Mudspring Surprise", "http://www.answersincreation.org/mudspring.htm", "", 1, "no"] //create two column row
ssmItems[21]=["Sulfuric Acid Caves", "http://www.answersincreation.org/sulfuric.htm", "",1]
ssmItems[22]=["Missing Rivers", "http://www.answersincreation.org/missingrivers.htm", "", 1, "no"] //create two column row
ssmItems[23]=["Burning Mountain", "http://www.answersincreation.org/mountain.htm", "",1]
ssmItems[24]=["Speed of Light", "http://www.answersincreation.org/clight.htm", "", 1, "no"] //create two column row
ssmItems[25]=["Compromise", "http://www.answersincreation.org/compromise.htm", "",1]
ssmItems[26]=["Island Deception", "http://www.answersincreation.org/island.htm", "", 1, "no"] //create two column row
ssmItems[27]=["Petrified Deception", "http://www.answersincreation.org/petrified.htm", "",1]
ssmItems[28]=["Canyon Deception", "http://www.answersincreation.org/burlingame.htm", "", 1, "no"] //create two column row
ssmItems[29]=["Clogged Pipe Deception", "http://www.answersincreation.org/choke.htm", "",1]
ssmItems[30]=["Insect Beds", "http://www.answersincreation.org/insectbed.htm", "", 1, "no"] //create two column row
ssmItems[31]=["Aboriginal Dinosaurs", "http://www.answersincreation.org/aboriginal.htm", "",1]
ssmItems[32]=["T-Rex Blood Cells", "http://www.answersincreation.org/trexblood.htm", "", 1, "no"] //create two column row
ssmItems[33]=["Floating Forest Sinks", "http://www.answersincreation.org/floating.htm", "",1]
ssmItems[34]=["Hovind Dino Theories", "http://www.answersincreation.org/drdino.htm", "", 1, "no"] //create two column row
ssmItems[35]=["Radiohalos", "http://www.answersincreation.org/radiohalos.htm", "",1]


ssmItems[36]=["Link to Us", "http://www.answersincreation.org/linktous.htm", ""]
ssmItems[37]=["FAQ", "http://www.answersincreation.org/faq.htm", "", 1, "no"] //create two column row
ssmItems[38]=["Email", "http://www.answersincreation.org/contact_us.htm", "",1]


buildMenu();

//-->