function gotoPage(str){
	location.href = str;
}
