

if (document.images) {
	homeOff = new Image(49,39);homeOff.src = '/lib/semsons-inc/homeOff.gif';
	homeOn = new Image(49,39);homeOn.src = '/lib/semsons-inc/homeOn.gif';
	viewCartOff = new Image(49,39);viewCartOff.src = '/lib/semsons-inc/viewCartOff.gif';
	viewCartOn = new Image(49,39);viewCartOn.src = '/lib/semsons-inc/viewCartOn.gif';
	prodIndexOff = new Image(49,39);prodIndexOff.src = '/lib/semsons-inc/prodIndexOff.gif';
	prodIndexOn = new Image(49,39);prodIndexOn.src = '/lib/semsons-inc/prodIndexOn.gif';
	infoOff = new Image(49,39);infoOff.src = '/lib/semsons-inc/infoOff.gif';
	infoOn = new Image(49,39);infoOn.src = '/lib/semsons-inc/infoOn.gif';
	privacyOff = new Image(49,39);privacyOff.src = '/lib/semsons-inc/privacyOff.gif';
	privacyOn = new Image(49,39);privacyOn.src = '/lib/semsons-inc/privacyOn.gif';
	supportOff = new Image(49,39);supportOff.src = '/lib/semsons-inc/supportOff.gif';
	supportOn = new Image(49,39);supportOn.src = '/lib/semsons-inc/supportOn.gif';
}

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

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; MacPowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}

