
if (document.images) {
home1 = new Image();home1.src = 'images/home_kathy.gif';
home1a = new Image();home1a.src = 'images/home_kathy_over.gif';
home2 = new Image();home2.src = 'images/home_fiction.gif';
home2a = new Image();home2a.src = 'images/home_fiction_over.gif';
home3 = new Image();home3.src = 'images/home_appearances.gif';
home3a = new Image();home3a.src = 'images/home_appearances_over.gif';
home4 = new Image();home4.src = 'images/home_qa.gif';
home4a = new Image();home4a.src = 'images/home_qa_over.gif';
home5 = new Image();home5.src = 'images/home_contact.gif';
home5a = new Image();home5a.src = 'images/home_contact_over.gif';
home6 = new Image();home6.src = 'images/home_culinary.gif';
home6a = new Image();home6a.src = 'images/home_culinary_over.gif';
home7 = new Image();home7.src = 'images/home_theatre.gif';
home7a = new Image();home7a.src = 'images/home_theatre_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;
  }
}


