// 共用 Javascript
function GoTo(el){
	location.href=el;
}


