
if (document.images) {
Iawdhosting_01_01 = new Image(216, 82);Iawdhosting_01_01.src = '../awddesign_files/awd_bronze_hosting.gif';
Iawdhosting_01_01o = new Image(216, 82);Iawdhosting_01_01o.src = '../awddesign_files/awd_bronze_hosting_over.gif';
Iawdhosting_02_01 = new Image(216, 98);Iawdhosting_02_01.src = '../awddesign_files/awd_silver_hosting.gif';
Iawdhosting_02_01o = new Image(216, 98);Iawdhosting_02_01o.src = '../awddesign_files/awd_silver_hosting_over.gif';
Iawdhosting_03_01 = new Image(216, 102);Iawdhosting_03_01.src = '../awddesign_files/awd_gold_hosting.gif';
Iawdhosting_03_01o = new Image(216, 102);Iawdhosting_03_01o.src = '../awddesign_files/awd_gold_hosting_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;
  }
}


