// JavaScript Document
function hideDIV(this)
{
	if(this.honeywell-product.style.display == block)
		{
			this.honeywell-product.style.display=none;
			return true;
		}
		
	return false;
}


function openDIV(this)
{
	if(this.honeywell-product.style.display == none)
		{
			this.honeywell-product.style.display=block;
			return true;
		}
		
	return false;

}
