// JavaScript Document

function MED_goTo( url ) {
	window.location.href = url;
}

