

if (document.images) {

hnav1 = new Image();hnav1.src = 'images/home_adult.gif';
hnav1a = new Image();hnav1a.src = 'images/home_adult_over.gif';
hnav2 = new Image();hnav2.src = 'images/home_everything.gif';
hnav2a = new Image();hnav2a.src = 'images/home_everything_over.gif';
hnav3 = new Image();hnav3.src = 'images/home_teen.gif';
hnav3a = new Image();hnav3a.src = 'images/home_teen_over.gif';


}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}




