if (document.images) {

	FDdefault = new Image();
  FDdefault.src = "/images/monitor_FDseries_165x205.gif";
	
  FD1on = new Image();
  FD1on.src = "/images/mouse_FD1_165x205.gif";

	FD2on = new Image();
  FD2on.src = "/images/mouse_FD2_165x205.gif";

	FD3on = new Image();
  FD3on.src = "/images/mouse_FD3_165x205.gif";
	
	
	FDMSdefault = new Image();
  FDMSdefault.src = "/images/monitor_FDseriesMS_165x205.gif";
	
	FDMS1on = new Image();
  FDMS1on.src = "/images/mouse_FD1_165x205.gif";
	
	FDMS2on = new Image();
  FDMS2on.src = "/images/mouse_FDMS2_165x205.gif";
  
	FDMS3on = new Image();
  FDMS3on.src = "/images/mouse_FDMS3_165x205.gif";
	
	
	HDdefault = new Image();
  HDdefault.src = "/images/monitor_HDseries_165x205.gif";
	
	HD1on = new Image();
  HD1on.src = "/images/mouse_HD1_165x205.gif";
	
	HD2on = new Image();
  HD2on.src = "/images/mouse_HD2_165x205.gif";

	HD3on = new Image();
  HD3on.src = "/images/mouse_HD3_165x205.gif";
	
	
	LDdefault = new Image();
  LDdefault.src = "/images/monitor_LDseries_165x205.gif";
	
	LD1on = new Image();
  LD1on.src = "/images/mouse_LD1_165x205.gif";
	
	LD2on = new Image();
  LD2on.src = "/images/mouse_LD2_165x205.gif";

	LD3on = new Image();
  LD3on.src = "/images/mouse_LD3_165x205.gif";
	
	
	TDdefault = new Image();
  TDdefault.src = "/images/monitor_TDseries_165x205.gif";
	
	TD1on = new Image();
  TD1on.src = "/images/mouse_TD1_165x205.gif";
	
	TD2on = new Image();
  TD2on.src = "/images/mouse_TD2_165x205.gif";

	TD3on = new Image();
  TD3on.src = "/images/mouse_TD3_165x205.gif";
	
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
