function showQuickLink(iv_Option) {
	if(iv_Option.value != "") {
		window.location.href = iv_Option.value;
		return true;
	}
	return false;
}

