// JavaScript Document

function jumpto(url){
	window.frames['mcnt'].window.location.href=url;
}

/*
function jump(url){
	window.location.href= url;
}*/