﻿// JScript File



$(document).ready(function(){
$(".balance-link1").mouseover(function()
	{	
	$("#prod_small_img").html("<img src='/images/products-roll-residential.jpg' alt='Residential Steambaths' title='Residential Steambaths' style='float:left'/>");
	}
);

});

$(document).ready(function(){
$(".balance-link2").mouseover(function()
	{	
	$("#prod_small_img").html("<img src='/images/products-roll-towel-warmers.jpg' alt='Towel Warmers' title='Towel Warmers' style='float:left'/>");
	}
);

});

$(document).ready(function(){
$(".balance-link3").mouseover(function()
	{	
	$("#prod_small_img").html("<img src='/images/products-roll-day-spa.jpg' alt='Day Spa - mr steam Products' title='Day Spa - mr steam Products' style='float:left'/>");
	}
);

});

$(document).ready(function(){
$(".balance-link4").mouseover(function()
	{	
	$("#prod_small_img").html("<img src='/images/products-roll-commercial.jpg' alt='Commercial Steambaths' title='Commercial Steambaths' style='float:left'/>");
	}
);

});





