Connecting to HVAC, enjoy the even and amazing frangrance
Product Function:
1. Metal shell, high strength and corrosion paint processing;
2. Simple to operate, with timing program and memory functions, do not need to repeatedly adjust;
3. Strong power and diffusion, working with HVAC, fragrance spead enenly.
4. Intermittent work, energy saving and environmental protection;
5. Timing program, the diffuser will automatically stop working according to your setting, to save your cost.
Application Places:
Spa center, restaurant, cinema, KTV , coffee shop, auditorium, exhibition hall, meeting room, gymnasium, hotel lobby and so on.
Model: A100
Size: 155x249x80mm
Voltage:12V
Power: 5W
Noisy: <53dba
Capacity: 200ml
Weight: 3kg
Applicable Area: 600sqm
Color: Black, white, silver
$(function () {
$(window).scroll(function () {
var float_top = $(this).scrollTop();
$('.float_qq').stop().animate({ "top": float_top + 200 + "px" })
})
$('.float_qq2').hover(function () {
$(this).animate({ "left": "-70px" }, 350)
}, function () {
$(this).animate({ "left": "0" }, 350)
})
$('.float_qq3').hover(function () {
$(this).animate({ "left": "-116px" }, 350)
}, function () {
$(this).animate({ "left": "0" }, 350)
})
$('.float_qq4').hover(function () {
$(this).find('.float_shwx').show();
}, function () {
$(this).find('.float_shwx').hide();
})
$('.foot_dshare3').hover(function () {
$('.foot_shWx').show();
}, function () {
$('.foot_shWx').hide();
})
$('.foot_dshare2').hover(function () {
$('.foot_shTelWx').show();
}, function () {
$('.foot_shTelWx').hide();
})
})