<!--

function JumpMenu(obj){
	sUrl = obj.value

	if (sUrl != "DISABLED"){
		window.location = sUrl;
	}
}

// -->