// JavaScript Document

function reDirect() {
	var word = document.getElementById('serviceSelect').value;
	if(word != '') {
		self.location.href=word;
	}
}