<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
//bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=100; // no quotes!!
barWidth=15; // no quotes!!
XOffset=7; // no quotes!!
staticYOffset=100; // no quotes!!
slideSpeed=20 // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="red";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='SIDE    MENU'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'
<!-- free javaScript examples at http://www.ScriptBreaker.com -->
///////////////////////////

// the menu items
addHdr("Navigation", 2);
addItem("Home", "http://bigcrime.com", "")
addItem("Victims", "http://bigcrime.com/victims.html","")
addItem("Forgeries", "http://bigcrime.com/forgs.html","")
addItem("Crimes", "http://bigcrime.com/crimes.html","")
addItem("Press Releases", "http://bigcrime.com/press.html", "")
//addHdr("Split 1", 1, "no")
//addHdr("Split 2", 1)
addItem("Newspaper Articles ", "http://bigcrime.com/newsart.html", "")
addItem("Television", "http://bigcrime.com/tv.html", "")
addItem("Judgments", "http://bigcrime.com/judgements.html", "")
addItem("Lawsuits", "http://bigcrime.com/lawsuits.html", "")
addItem("List of Lawyers", "http://bigcrime.com/listl.html", "")
addItem("Daniel's Signatures", "http://bigcrime.com/dans.html", "")
addItem("Photos & Videos", "http://bigcrime.com/pv.html", "")
addItem("Court Transcripts", "http://bigcrime.com/courttrans.html", "")
addItem("The RICO Lawsuit", "http://bigcrime.com/courtrule.html", "")
addItem("Definition of RICO", "http://bigcrime.com/rico.html", "")
addItem("Contact Us", "http://bigcrime.com/contact.html", "")

// final step that builds the menu
buildMenu();

//-->