function goto(url) {
	window.open(url,"_self");
	return false;    
}
