
<!--

if (document.images) {
var home_x = new Image();
  home_x.src = "/old_dawn/images/margin/home_x.gif";
  var home_a = new Image();
  home_a.src = "/old_dawn/images/margin/home_a.gif";
  
  //About section  
  
  var about_x = new Image();
  about_x.src = "/old_dawn/images/margin/about_x.gif";
  var about_a = new Image();
  about_a.src = "/old_dawn/images/margin/about_a.gif";
  var aboutwhy_x = new Image();
  
  //pubs 94 to 2002 section  
  
  var pubs_94_02_x = new Image();
  pubs_94_02_x.src = "/old_dawn/images/margin/pubs_94_02_x.gif";
  var pubs_94_02_a = new Image();
  pubs_94_02_a.src = "/old_dawn/images/margin/pubs_94_02_a.gif";
  
    //pubs 2003 to current section  
	
  var pubs_03_x = new Image();
  pubs_03_x.src = "/old_dawn/images/margin/pubs_03_x.gif";
  var pubs_03_a = new Image();
  pubs_03_a.src = "/old_dawn/images/margin/pubs_03_a.gif";
  
  //Privacy section
  
  var privconfident_x = new Image();
  privconfident_x.src = "/old_dawn/images/margin/privconfident_x.gif";
  var privconfident_a = new Image();
  privconfident_a.src = "/old_dawn/images/margin/privconfident_a.gif";

  
  //Drug Vocabulary section
  
  var vocab_x = new Image();
  vocab_x.src = "/old_dawn/images/margin/vocab_x.gif";
  var vocab_a = new Image();
  vocab_a.src = "/old_dawn/images/margin/vocab_a.gif";


}

function act(imgName) {
  if (document.images) 
    document.images[imgName].src = eval(imgName + "_a.src");
}

function inact(imgName) {
  if (document.images)
    document.images[imgName].src = eval(imgName + "_x.src");
}

// -->

