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