// JavaScript for STA
function goAffiliate(selection) {
	var sValue = selection.options[selection.selectedIndex].value;
	if (sValue.length > 1 ) {
		window.parent.location=sValue;
		}
}