function winopen(url, name, winfeat){
	var w = window.open(url, name, winfeat);
	w.focus();
}
