<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=130; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // 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=150; // 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="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MORE INFO"; // <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]=["MORE INFO"] //create header
ssmItems[1]=["My Design Portfolio", "http://www.freelanceprodesign.com", "_new"]
ssmItems[2]=["My Twitter", "https://twitter.com/michaelhalcomb","_new"]
ssmItems[3]=["My Facebook", "http://www.facebook.com/pages/Nicholasville-KY/T-Michael-W-Halcomb/226899680187", "_new"]
ssmItems[4]=["(Download) My CV", "http://www.mediafire.com/?vlzzftdzhmw", "_new"]
ssmItems[5]=["My Email", "mailto:halc.40dp@mailcity.com", "_new"]
ssmItems[6]=["My Hebrew Helps", "http://michaelhalcomb2.blogspot.com/2007/12/my-hebrew-helps.html", "_new"]

ssmItems[7]=["SBL", "http://www.sbl-site.org/default.aspx", "_new"]
ssmItems[8]=["ATS", "http://www.asburyseminary.edu", "_new"]

ssmItems[9]=["The Mark Group", "http://www.facebook.com/group.php?gid=53677629170&ref=ts", "_new"] 
ssmItems[10]=["For New Bloggers", "http://michaelhalcomb.blogspot.com/2007/11/beginning-blogger-new-feature.html", "_new"]
ssmItems[11]=["Pisteuomen RSS", "http://feeds.feedburner.com/Pisteuomen-TheWeblogOfTMichaelWHalcomb", "_new"]
ssmItems[12]=["Link To Pisteuomen", "http://michaelhalcomb2.blogspot.com/2008/01/link-to-pisteuomen.html", "_new"]

buildMenu();

//-->