function open_window(target, url){
	window.open(url, target).focus();
}