function dropdownChange(source,list,type) {
	code=source.options[source.selectedIndex].value;
	location.pathname="/landscape/"+type+"/list/"+list+"/"+code+".html";
}