// JavaScript Document
function goto(v_link) { //v3.0
	document.MM_returnValue = false;
	window.location = v_link;
}
