var _id_blanket_option_no = 'attrib-62-409';
var _id_blanket_option_yes = 'attrib-62-410';
var _id_hat_option_no = 'attrib-61-407';
var _id_hat_option_yes = 'attrib-61-408';
var _id_blanket_saying = 'attrib-63-0';
var _id_hat_saying = 'attrib-64-0';


function _blanket_attributes_display(show) {
	if (document.getElementById("attrib-63-0"))
	{
		if (show == true)
		{
			document.getElementById("attrib-63-0").parentNode.parentNode.style.display='block';
		}
		else
		{
			document.getElementById("attrib-63-0").parentNode.parentNode.style.display='none';
		}
	}
}

function _toggle_blanket() 
{
	if (document.getElementById("attrib-62-410").checked == true)
	{
		_blanket_attributes_display(true);
	}
	else
	{
		_blanket_attributes_display(false);
	}
}

function _prepare_blanket() 
{	
	if(document.getElementById("attrib-62-410") && document.getElementById("attrib-62-409"))
	{
		_toggle_blanket();
	}
	
	if (document.getElementById("attrib-62-410"))
	{
		document.getElementById("attrib-62-410").onclick = function() {
			_toggle_blanket();
		}
	}
	
	if (document.getElementById("attrib-62-409"))
	{
		document.getElementById("attrib-62-409").onclick = function() {
			_toggle_blanket();
		}
	}
	
}	

function _hat_attributes_display(show) {
	if (document.getElementById("attrib-64-0"))
	{
		if (show == true)
		{
			document.getElementById("attrib-64-0").parentNode.parentNode.style.display='block';
		}
		else
		{
			document.getElementById("attrib-64-0").parentNode.parentNode.style.display='none';
		}
	}
}

function _toggle_hat() 
{
	if (document.getElementById("attrib-61-408").checked == true)
	{
		_hat_attributes_display(true);
	}
	else
	{
		_hat_attributes_display(false);
	}
}

function _prepare_hat() 
{	
	if(document.getElementById("attrib-61-408") && document.getElementById("attrib-61-407"))
	{
		_toggle_hat();
	}
	
	if (document.getElementById("attrib-61-408"))
	{
		document.getElementById("attrib-61-408").onclick = function() {
			_toggle_hat();
		}
	}
	
	if (document.getElementById("attrib-61-407"))
	{
		document.getElementById("attrib-61-407").onclick = function() {
			_toggle_hat();
		}
	}
	
}	