function switch_src(number,type,salt)
{
	var type_string = "";
	if(type == 1)
		type_string = "_hover";
	document.getElementById('navigation_option_' + number).src = "http://static.noohome.com/images/navigation_row_two_table_icon" + type_string  +  "_" + salt + number + ".gif";
}
