function MoveTo(){
	destination = document.qLinks.qlItem.options[document.qLinks.qlItem.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			location.href = destination;
		}
	}
}
function MoveSTo(){
	destination = document.qLinksS.qlSItem.options[document.qLinksS.qlSItem.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			location.href = destination;
		}
	}
}