forward = function(target) {
	window.open(target,'_self');
}