//imageMouseover.js

if (document.images) 
{
	
	
	crigid_off=new Image;crigid_off.src='images/hm-icon-classicrigid-off.gif';
	crigid_on=new Image;crigid_on.src='images/hm-icon-classicrigid.gif';

	cflex_off=new Image;cflex_off.src='images/hm-icon-classicflex-off.gif';
	cflex_on=new Image;cflex_on.src='images/hm-icon-classicflex.gif';

	prigid_off=new Image;prigid_off.src='images/hm-icon-prorigid-off.gif';
	prigid_on=new Image;prigid_on.src='images/hm-icon-prorigid.gif';

	pflex_off=new Image;pflex_off.src='images/hm-icon-proflex-off.gif';
	pflex_on=new Image;pflex_on.src='images/hm-icon-proflex.gif';

	pmflex_off=new Image;pmflex_off.src='images/hm-icon-promicroflex-off.gif';
	pmflex_on=new Image;pmflex_on.src='images/hm-icon-promicroflex.gif';

	brigid_off=new Image;brigid_off.src='images/hm-icon-bluerigid-off.gif';
	brigid_on=new Image;brigid_on.src='images/hm-icon-bluerigid.gif';

	bflex_off=new Image;bflex_off.src='images/hm-icon-blueflex-off.gif';
	bflex_on=new Image;bflex_on.src='images/hm-icon-blueflex.gif';

	video_off=new Image;video_off.src='images/hm-icon-videodigital-off.gif';
	video_on=new Image;video_on.src='images/hm-icon-videodigital.gif';

	videomicro_off=new Image;videomicro_off.src='images/hm-icon-videomicro-off.gif';
	videomicro_on=new Image;videomicro_on.src='images/hm-icon-videomicro.gif';

	videoscope_off=new Image;videoscope_off.src='images/hm-icon-videoborescope-off.gif';
	videoscope_on=new Image;videoscope_on.src='images/hm-icon-videoborescope.gif';

}
function imageSwap(location,imageName){
if(document.images)
document.images[location].src=eval(imageName+'.src');
}