
<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/


YOffset=100; // no quotes!!

staticYOffset=20; // no quotes!!

XOffset=0; // no quotes!!


slideSpeed=5 // no quotes!!

waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="black";

menuIsStatic="yes";

menuWidth=260; 

// Must be a multiple of 10! no quotes!!


menuCols=2;

hdrFontFamily="verdana";

hdrFontSize="2";
hdrFontColor="white";

hdrBGColor="black";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="20";

linkFontFamily="Verdana";
linkFontSize="1";

linkBGColor="white";

linkOverBGColor="#FFFF99";

linkTarget="_top";

linkAlign="left";

barBGColor="black";
barFontFamily="Verdana";

barFontSize="2";

barFontColor="white";

barVAlign="top";

barWidth=20; 

// no quotes!!
barText='Menu' 
// <IMG> tag supported, Ex: '<img src="some.gif" border=0>'


// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header


//addItem("World News", "howto.html", "", 1, "yes");


//addItem("What's New? - Home Page", "index.html", "");

//addItem("A-Z Index", "apologetics.html", "", 1, "no");

//addItem("How To Use AI", "howto.html", "", 1, "yes");

//addItem("Cult FAQ", "http://www.cultfaq.org/", "", 1, "no");

//addItem("Site Map", "http://www.apologeticsindex.org/front.html", "", 1, "yes");

//addItem("General Resources on Cults and Sects", "c09.html", "");

//addItem("CounterPoint Discussions", "counterpoint.html", "");

//addItem("Articles on Christian Life and Ministry", "ministry.html", "");


addHdr('Personal');


addItem("Homepage", "http://www.yearsandmiles.com/", "");

addItem("Photo Album", "http://www.yearsandmiles.com/TheMemories/index.html", "", 1, "no");

addItem("Guestbook", "http://yearsmiles.joumanaco.com/guestbook", "", 1, "yes");


addItem("Chat", "http://yearsandmiles.com/gtchat", "", 1, "no");

addItem("", "", "", 1, "yes");

addItem("Fady's Blog", "http://yearsandmiles.wordpress.com/", "");

//addItem("Our Simple Pleasures", "http://www.ourhome.joumanaco.com/Simple%20Pleasures/pleasures.htm", "", 1, "no");

//addItem("Romantic Quotes", "http://www.ourhome.joumanaco.com/RomanticQuotes/quotes.htm", "", 1, "yes");
//addItem("Fav. Romantic Lyrics", "http://www.ourhome.joumanaco.com/RomanticLyrics/romanticLyrics.htm", "", 1, "no");

//addItem("Romantic Poems", "http://www.ourhome.joumanaco.com/RomanticPoems/romanticPoems.htm", "", 1, "yes");



//addHdr('Our Bedroom');

//addItem("Religion News Blog", "http://www.religionnewsblog.com", "");

//addItem("Editorials", "oped-00.html", "", 1, "no");

//addItem("Daily Cartoon", "notes.html#cocd", "", 1, "yes");



//=============================================================================

addHdr('Fun & Info');

addItem("What kind of News?", "http://www.yearsandmiles.com/news/news.htm", "");

addItem("Romantic Poems", "http://www.yearsandmiles.com/RomanticPoems/romanticPoems.htm", "", 1, "no");

addItem("Romantic Quotes", "http://www.yearsandmiles.com/RomanticQuotes/quotes.htm", "", 1, "yes");

addItem("Articles", "http://www.yearsandmiles.com/Articles/Articles.htm", "", 1, "no");

addItem("Tools & Utilities", "http://www.yearsandmiles.com/tools/index.htm", "", 1, "yes");

addItem("TV Stuff", "http://www.yearsandmiles.com/MovieAndTVLounge/TVShows/tvShows.htm", "", 1, "no");

addItem("", "", "", 1, "yes");

//addItem("High-Quality Links", "corind.html", "");





buildMenu();

//-->

//-->