
function goPage(str_url){
	location.href = str_url;	
}
