function openWindow(theURL,winName,features) {
	la_ventana = window.open(theURL,winName,features);
	la_ventana.moveTo(0, 0);
	la_ventana.focus();
}