var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=500,width=400,left=100, top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
if (window.focus) {newwindow.focus()}
}
function codigo(a,b) {
	if(navigator.appName == 'Microsoft Internet Explorer') {
		if(seleccionado = document.selection.createRange().text) {
			document.selection.createRange().text = a + seleccionado + b ;
			document.formulario.texto.focus() ;
		}
		else {
			document.formulario.texto.focus() ;
			document.selection.createRange().text = a + b ;
		}
	}
	else {
		document.formulario.texto.value += a + b ;
		document.formulario.texto.focus() ;
	}
}
function ayuda1(a) {
	m_ayuda.innerHTML = '<b>'+a+'</b>' ;
}
function ayuda2() {
	m_ayuda.innerHTML = '&nbsp;' ;
}
var newwindow;
function poptastic2(url)
{
newwindow=window.open(url,'name','height=400,width=550,left=100, top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
if (window.focus) {newwindow.focus()}
}
function poptastic3(url)
{
newwindow=window.open(url,'name','height=700,width=900,left=100, top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
if (window.focus) {newwindow.focus()}
}
function codigo_2(a,b) {
	if(navigator.appName == 'Microsoft Internet Explorer') {
		if(seleccionado = document.selection.createRange().text) {
			document.selection.createRange().text = a + seleccionado + b ;
			document.formulario.texto_ingles.focus() ;
		}
		else {
			document.formulario.texto_ingles.focus() ;
			document.selection.createRange().text = a + b ;
		}
	}
	else {
		document.formulario.texto_ingles.value += a + b ;
		document.formulario.texto_ingles.focus() ;
	}
}
function ayuda1_2(a) {
	m_ayuda_2.innerHTML = '<b>'+a+'</b>' ;
}
function ayuda2_2() {
	m_ayuda_2.innerHTML = '&nbsp;' ;
}
