/* 
		
		MariupolTeploSet JavaScript Document
		
		created during 2009/05
			
		copyright 2009 Emotion studio 
					   of breathtaking ideas
					   Mariupol, Ukraine

					   www.emotionstyle.com		
					   
		Welcome to our blog at emotionstyle.com/blog ;)					   


*/

    	function calm_down()
		{
			document.getElementById('switch').style.display = "none";
			document.getElementById('switch_back').style.display = "";
			document.getElementById('il_start').src= "images/illustration_soft.jpg";
			document.getElementById('il_end').src= "images/illustration_end_soft.jpg";
		}
		
		function heat_up()
		{
			document.getElementById('switch_back').style.display = "none";
			document.getElementById('switch').style.display = "";
			document.getElementById('il_start').src= "images/illustration_hot.jpg";
			document.getElementById('il_end').src= "images/illustration_end.jpg";
		}