﻿function showDestination(el) {
	var val = dd.GetValue(el);
	if (val != '') window.location = dd.GetValue(el);
}
