// Change pages with the select
function showSelectedContent () {
	window.location.href = document.Form1.vendorTypes.value;
}

