<!--
function close_survey_layer()
{
	document.getElementById('add_content').style.display = 'none';
	document.getElementById('fade').style.display = 'none';
}

function open_survey()
{
	window.name = "main";
	var survey_window;
	survey_window = window.open("http://www.kingoffloors.com/flooring/survey/index.php", "survey", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=1, width=500, height=600");
}

function free_delivery_form()
{
	window.name = "main";
	var free_delivery_form_window;
	free_delivery_form_window = window.open("http://www.kingoffloors.com/flooring/free_delivery/index.php", "free_delivery", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=yes, resizable=1, width=500, height=600");
}

function go_compare()
{
	window.location = "http://" + document.domain + "/flooring/compare/index.html";
	exit();
}

function go_compare_chinese()
{
	window.location = "http://" + document.domain + "/cn_flooring/compare/index.html";
	exit();
}

function change_language(language)
{
	if(language == "english")
	{
		window.location = "http://" + document.domain + "/flooring/index.html";
		exit();
	}
	else
	{
		window.location = "http://" + document.domain + "/cn_flooring/index.html";
		exit();
	}
}
//-->
