/* 

	HitRING JavaScript Document 

	created: 14.07.08
	
	copyright 2008 	Emotion studio 
					of breathtaking ideas
					
					www.emotionstyle.com
					
	Have a nice day, guy ;)
	
*/

	function hp_sw(id)
	{
		
		document.getElementById(id).src = "images/marker1.gif";
	
	}

	function hp_swo(id)
	{
		
		document.getElementById(id).src = "images/marker.gif";
	
	}
