function win(theURL,winName,features) {
	w = window.open(theURL,winName,features);
	w.focus();
}

