function win(url,name,feat) {
	name=window.open(url,name,feat);
	name.focus();
}