function showHowToPrepare()
{
		// FLASHVARS
		var flashVars =
		{
			section: 'how_to_prepare'
		};
		// PARAMS
		var params = {

		};

		swfobject.embedSWF("/flash/swf/homestyle_creations.swf", "howto-container", "795", "528", "9.0.28", "/flash/expressInstall.swf", flashVars, params);

		disableScreen();
		var howContainer = document.getElementById("howto-container");
		howContainer.style.display = "block";

}

function showWhereToFind()
{
		// FLASHVARS
		var flashVars =
		{
			section: 'where_to_find'
		};
		// PARAMS
		var params = {

		};

		swfobject.embedSWF("/flash/swf/homestyle_creations.swf", "howto-container", "795", "528", "9.0.28", "/flash/expressInstall.swf", flashVars, params);

		disableScreen();
		var howContainer = document.getElementById("howto-container");
		howContainer.style.display = "block";

}

function closeOverlay()
{
	document.getElementById("howto-container").style.display = "none";
	enableScreen();
}
