function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",175,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ff9900","#930D0D","#930D0D");
fw_menu_0.addMenuItem("What Is Meth?","location='what_is_meth.htm'");
fw_menu_0.addMenuItem("Pictures of Meth","location='meth_pictures.htm'");
fw_menu_0.addMenuItem("Ingestion Methods","location='meth_ingestion.htm'");
fw_menu_0.addMenuItem("How Meth Affects the Body","location='meth_affects.htm'");
fw_menu_0.addMenuItem("Signs of Meth Use","location='meth_signs.htm'");
fw_menu_0.addMenuItem("Before & After Photos","location='before_after.htm'");
fw_menu_0.addMenuItem("History of Meth","location='meth_history.htm'");
fw_menu_0.addMenuItem("What Is A Math Lab?","location='meth_lab.htm'");
fw_menu_0.addMenuItem("Crystal Death Movie","location='mms://mediam1.gpb.org/Ga-DouglasCo/DouglasCo_MethVideo_558kbps.wmv'");
fw_menu_0.addMenuItem("News & Articles Links","location='news.htm'");
fw_menu_0.hideOnMouseOut=true;
//fw_menu_0.fontWeight="bold";
if (window.fw_menu_1) return;
  window.fw_menu_1 = new Menu("root",250,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ff9900","#930D0D","#930D0D");
fw_menu_1.addMenuItem("Methamphetamine Course Description","location='meth_cd.htm'");
fw_menu_1.addMenuItem("Drugs of Choice Course Description","location='drugofchoice_cd.htm'");
fw_menu_1.addMenuItem("Dangerous Youth Trends","location='youth_trends.htm'");fw_menu_1.hideOnMouseOut=true;
//fw_menu_1.fontWeight="bold";function fwLoadMenus() {
if (window.fw_menu_2) return;
  window.fw_menu_2 = new Menu("root",125,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ff9900","#930D0D","#930D0D");
fw_menu_2.addMenuItem("Author Bio","location='bio.htm'");
fw_menu_2.addMenuItem("What Readers Say","location='readers_say.htm'");
fw_menu_2.addMenuItem("Order the Book","location='book_order.htm'");
fw_menu_2.hideOnMouseOut=true;
//fw_menu_2.fontWeight="bold";function fwLoadMenus() {
if (window.fw_menu_3) return;
  window.fw_menu_3 = new Menu("root",180,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ff9900","#930D0D","#930D0D");
fw_menu_3.addMenuItem("Ashley's Story","location='ashley.htm'");
fw_menu_3.addMenuItem("Jennifer's Story","location='jennifer.htm'");
fw_menu_3.addMenuItem("M's Story","location='m.htm'");
fw_menu_3.addMenuItem("Dee's Story","location='dee.htm'");
fw_menu_3.addMenuItem("Tonia's Story","location='tonia.htm'");
fw_menu_3.addMenuItem("Mary's Story","location='mary.htm'");
fw_menu_3.addMenuItem("Shannon's Story","location='shannon.htm'");
fw_menu_3.hideOnMouseOut=true;
//fw_menu_3.fontWeight="bold";
if (window.fw_menu_4) return;
  window.fw_menu_4 = new Menu("root",218,17,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ff9900","#930D0D","#930D0D");
fw_menu_4.addMenuItem("Ridgeview Institute","location='ridgeview.htm'");
fw_menu_4.addMenuItem("Reformers Unanimous","location='reformers.htm'");
fw_menu_4.addMenuItem("Teen Challenge","location='teen.htm'");
fw_menu_4.addMenuItem("Cobb/Douglas CSB","location='cobb_douglas_csb.htm'");
fw_menu_4.addMenuItem("Inner Harbor","location='inner_harbor.htm'");
fw_menu_4.addMenuItem("W GA Counseling & Education Services","location='wgaces.htm'");
fw_menu_4.addMenuItem("Crystal Meth Anonymous","location='cm_anon.htm'");
fw_menu_4.addMenuItem("Bradford Health Services","location='bradford.htm'");
fw_menu_4.addMenuItem("Celebrate Recovery","location='celebrate_recovery.htm'");
fw_menu_4.addMenuItem("Tanner Behavioral Health Services","location='tanner.htm'");
fw_menu_4.addMenuItem("Peachford Hospital","location='peachford.htm'");
fw_menu_4.addMenuItem("Metro Atlanta Recovery Residences","location='marrinc.htm'");
fw_menu_4.addMenuItem("Penfield Christian Home","location='penfield.htm'");
fw_menu_4.addMenuItem("Transitional House","location='transitional.htm'");
fw_menu_4.addMenuItem("New Hope Counseling - N GA","location='new_hope.htm'");
fw_menu_4.addMenuItem("Prometa Treatment Program","location='prometa.htm'");
fw_menu_4.hideOnMouseOut=true;
//fw_menu_4.fontWeight="bold";
fw_menu_4.writeMenus();
} // SHOW MENU

var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS6 = (bName == "Netscape" && bVer >= 5);
 var NS4 = (bName == "Netscape" && bVer >= 4 && bVer < 5);
 var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4);
 var intTop=17;
 var intLeft=100;
 if (NS4) {intTop=intTop-1;}

function imgPos(imgName){
 img = getImage(imgName);
 imgLeft = getImagePageLeft(img); // LEFT POSITION
 return imgLeft+30;
}
function imgPos2(imgName){
 img = getImage(imgName);
 imgLeft = getImagePageLeft(img); // LEFT POSITION
 return imgLeft-5;
}
function getImage(name) {
  if (NS4 || NS6) {
    return findImage(name, document);
  }
  if (IE4 || NS6)
    return eval('document.all.' + name);
  return null;
}

function findImage(name, doc) {
  var i, img;
  for (i = 0; i < doc.images.length; i++)
    if (doc.images[i].name == name)
      return doc.images[i];
  for (i = 0; i < doc.layers.length; i++)
    if ((img = findImage(name, doc.layers[i].document)) != null) {
      img.container = doc.layers[i];
      return img;
    }
  return null;
}

function getImagePageLeft(img) {
  var x, obj;
  if (NS4 || NS6) {
    if (img.container != null)
      return img.container.pageX + img.x - 1;
    else
      return img.x - 1;
  }
  if (IE4) {
    x = 0;
    obj = img;
    while (obj.offsetParent != null) {
      x += obj.offsetLeft;
      obj = obj.offsetParent;
    }
    x += obj.offsetLeft;
    return x;
  }
  return -1;
}