
/*********************************************************************
Left-hand menu 1
*********************************************************************/
var menuTitle1 = new Array();
var menuLink1 = new Array();
menuTitle1[0] = "<B>About WAVE</B>";
menuTitle1[1] = "<B>WAVE Reports</B>";
menuTitle1[2] = "<B>Preventing Violence</B>";
menuTitle1[3] = '<img src="../Images/dot.gif" width="10" height="10" border="0">Causes &amp; Trends';
menuTitle1[4] = '<img src="../Images/dot.gif" width="10" height="10" border="0">Curing &amp; Preventing';
menuTitle1[5] = '<img src="../Images/dot.gif" width="10" height="10" border="0">International Reviews';
menuTitle1[6] = '<img src="../Images/dot.gif" width="10" height="10" border="0">Parenting';
menuTitle1[7] = '<img src="../Images/dot.gif" width="10" height="10" border="0">Economics';
menuTitle1[8] = '<img src="../Images/dot.gif" width="10" height="10" border="0">Prisons &amp; Justice';
menuTitle1[9] = '<img src="../Images/dot.gif" width="10" height="10" border="0">Books';
menuTitle1[10] = "<B>Join Us</B>";
menuTitle1[11] = "<B>Newsletters</B>";
menuTitle1[12] = "<B>Links</B>";
menuTitle1[13] = "<B>Contact Us</B>";



menuLink1[0] = '"../About_WAVE/index.htm"';
menuLink1[1] = '"../WAVE_Reports/index.htm"';
menuLink1[2] = '"index.htm"';
menuLink1[3] = '"Causes.htm"';
menuLink1[4] = '"Cures.htm"';
menuLink1[5] = '"International.htm"';
menuLink1[6] = '"Parenting.htm"';
menuLink1[7] = '"Economics.htm"';
menuLink1[8] = '"Prison.htm"';
menuLink1[9] = '"Books.htm"';
menuLink1[10] = '"../Support/How_to_Join_Us.htm"';
menuLink1[11] = '"#"';
menuLink1[12] = '"../Links/index.htm"';
menuLink1[13] = '"../Contact_Us/index.htm"';

document.write("<div id=menu11Div>")
document.write("<layer name=menu11Div>")

for (i = 0; i <= menuTitle1.length - 1; i++)
document.write('<a href=' + menuLink1[i] +  ' class= "menuLevel2" >' + menuTitle1[i] + '</a><br>')

document.write("</layer>")
document.write("</div>")
