function ventanaEmergente(theURL,winName,features) { //v2.0
	ventanita = window.open(theURL,winName,features);
	ventanita.focus();
}