// JavaScript Document

function quicklinks() {
	var sIndex = document.quicklinksform.quicklinksfeld.selectedIndex;
	
	if(sIndex > 0)
		window.location.href = document.quicklinksform.quicklinksfeld.options[sIndex].value;
}
