function abrirVentanaHolaMundo(){
	var ventanaHolaMundo = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqholamundo/netbeans/holaMundo.html", 					"holaMundo", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaHolaMundo.focus();
}

function abrirVentanaNuevoProyecto(){
	var ventanaNuevoProyecto = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqholamundo/netbeans/holaMundo.html#crearNuevoProyecto", 					         
"holaMundo", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaNuevoProyecto.focus();
}

function abrirVentanaNuevoPaquete(){
	var ventanaNuevoPaquete = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqholamundo/netbeans/holaMundo.html#crearNuevoPaquete",
"holaMundo", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaNuevoPaquete.focus();
}
		
function abrirVentanaNuevaClase(){
	var ventanaNuevaClase = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqholamundo/netbeans/holaMundo.html#crearNuevaClase", 					        
"holaMundo", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaNuevaClase.focus();
}

function abrirVentanaCompilarClase(){
	var ventanaCompilarClase = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqholamundo/netbeans/holaMundo.html#compilarClase",
"holaMundo", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaCompilarClase.focus();
}

function abrirVentanaEjecutarClase(){
	var ventanaEjecutarClase = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqholamundo/netbeans/holaMundo.html#ejecutarClase",	
"holaMundo", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjecutarClase.focus();
}




function abrirVentanaDescargaInstalacionNetBeans(){
	var ventanaDescargaInstalacionNetBeans = window.open(
"/apensintesis/netbeans/descargainstalacion/index.html",
"descargaInstalacionNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaDescargaInstalacionNetBeans.focus();
}




function abrirVentanaDescargaInstalacionJavaSE(){
	var ventanaDescargaInstalacionJavaSE = window.open(
"/apensintesis/javase/descargainstalacion/index.html",
"descargaInstalacionJavaSE", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaDescargaInstalacionJavaSE.focus();
}



function abrirVentanaDescargaInstalacionAPIJavaSE(){
	var ventanaDescargaInstalacionAPIJavaSE = window.open(
"/apensintesis/api/javase/index.html",
"descargarAPIJava", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaDescargaInstalacionAPIJavaSE.focus();
}

function abrirNavegarDocumentacionAPIJavaSE(){
	var ventanaNavegarDocumentacionAPIJavaSE = window.open(
"/apensintesis/api/primerosPasos/index.html",
"APIJava", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaNavegarDocumentacionAPIJavaSE.focus();
}




function abrirVentanaFundamentosJava(){
	var ventanaFundamentosJava = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqfundamentos/index.html",
"fundamentosJava", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaFundamentosJava.focus();
}

function abrirVentanaPolimorfismoSobrecargaMetodo(){
	var ventanaPolimorfismoSobrecargaMetodo = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javase/paqfundamentos/tvestandar/paso03operativa.html",
"fundamentosJava", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaPolimorfismoSobrecargaMetodo.focus();
}




function abrirVentanaMapaNetBeansCopiarClase(){
	var ventanaMapaNetBeansCopiarClase = window.open(
"/apensintesis/netbeans/mapa/copiarClase.html",
"mapaNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaMapaNetBeansCopiarClase.focus();
}

function abrirVentanaPasarArgumentosAplicacion(){
	var ventanaPasarArgumentosAplicacion = window.open(
"/apensintesis/netbeans/mapa/pasarArgumentos.html",			
"mapaNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaPasarArgumentosAplicacion.focus();
}

function abrirVentanaInsertarJavaBeanPaletaComponentes(){
	var ventanaInsertarJavaBeanPaletaComponentes = window.open(
"/apensintesis/netbeans/mapa/paletaBeans.html",
"mapaNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaInsertarJavaBeanPaletaComponentes.focus();
}

function abrirVentanaPararAplicacion(){
	var ventanaPararAplicacion = window.open(
"/apensintesis/netbeans/mapa/pararAplicacion.html",
"mapaNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaPararAplicacion.focus();
}

function abrirVincularLibreriaAunProyecto(){
	var ventanaVincularLibreriaAunProyecto = window.open(
"/apensintesis/netbeans/mapa/vincularLibreiaAunProyecto.html",
"mapaNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaVincularLibreriaAunProyecto.focus();
}

function abrirVentanaAgregarNuevoGrupoProyectosNetBeans(){
	var ventanaAgregarNuevoGrupoProyectosNetBeans = window.open(			
"/apensintesis/netbeans/mapa/agregarNuevoGrupoProyectos.html",
"mapaNetBeans", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAgregarNuevoGrupoProyectosNetBeans.focus();
}





function abrirVentanaRequestForComments(){
	var ventanaRequestForComments = window.open(			"/apensintesis/internet/rfc.html",				  			"protocolos", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaRequestForComments.focus();
}

function abrirVentanaProtocolosEstandares(){
	var ventanaProtocolosEstandares = window.open(			"/apensintesis/internet/index.html",				  			"protocolos", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaProtocolosEstandares.focus();
}

function abrirVentanaPatronSingleton(){
	var ventanaPatronSingleton = window.open(			"/apensintesis/patrones/catalogo/gof/singleton/index.html#diagrama",				  			"patrones", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaPatronSingleton.focus();
}



function abrirVentanaServidorWebMuestraPeticiones(){
	var ventanaServidorWebMuestraPeticiones = window.open(			"/apensintesis/usonethttp/usonethttp-servidor/index.html",				  			"servidorMuestraPeticiones", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaServidorWebMuestraPeticiones.focus();
}


function abrirVentanaIntroduccionRMI(){
	var ventanaIntroduccionRMI = window.open(			"/apensintesis/rmi/rmi-intro/index.html",				  			"introduccionRMI", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaIntroduccionRMI.focus();
}



function abrirVentanaEntornoOrientadoObjetos(){
	var ventanaEntornoOrientadoObjetos = window.open("objetos-ventana.html", "entornoOrientadoObjetos", "width=660,height=330, location=no, locationbar=no");
	ventanaEntornoOrientadoObjetos.focus();
}

function abrirVentanaEntornoOrientadoObjetos2(){
	var ventanaEntornoOrientadoObjetos2 = window.open("objetos050010-ventana.html", "entornoOrientadoObjetos", "width=660,height=330");
	ventanaEntornoOrientadoObjetos2.focus();
}

function abrirVentanaCapaCliente(){
	var ventanaCapaCliente= window.open("capas010020-ventana.html", "", "width=660,height=340");
	ventanaCapaCliente.focus();
}

function abrirVentanaCapaPresentacion2(){
	var ventanaCapaPresentacion2 = window.open("capas020020-ventana.html", "capaPresentacion", "width=660,height=350");
	ventanaCapaPresentacion2.focus();
}

function abrirVentanaCapaPresentacion3(){
	var ventanaCapaPresentacion3 = window.open("capas020030-ventana.html", "capaPresentacion", "width=660,height=350");
	ventanaCapaPresentacion3.focus();
}

function abrirVentanaCapaPresentacion4(){
	var ventanaCapaPresentacion4= window.open("capas020040-ventana.html", "capaPresentacion", "width=660,height=350");
	ventanaCapaPresentacion4.focus();
}

function abrirVentanaCapaLogicaNegocio(){
	var ventanaCapaLogicaNegocio = window.open("capas030020-ventana.html", "capaLogicaNegocio", "width=660,height=330");
	ventanaCapaLogicaNegocio.focus();
}

function abrirVentanaCapaAccesoDatos2a(){
	var ventanaCapaAccesoDatos2a = window.open("capas040020-ventana1.html", "capaAccesoDatos", "width=660,height=230");
	ventanaCapaAccesoDatos2a.focus();
}

function abrirVentanaCapaAccesoDatos2b(){
	var ventanaCapaAccesoDatos2b = window.open("capas040020-ventana2.html", "capaAccesoDatos", "width=660,height=230");
	ventanaCapaAccesoDatos2b.focus();
}

function abrirVentanaCapaAccesoDatos3(){
	var ventanaCapaAccesoDatos3 = window.open("capas040030-ventana.html", "capaAccesoDatos3", "width=660,height=300");
	ventanaCapaAccesoDatos3.focus();
}



function abrirVentanaSintaxisExpresionesRegulares(){
	var ventanaSintaxisExpresionesRegulares = window.open(			"/apensintesis/expresionesRegulares/sintaxis/index.html",				  			"sintaxisExpresionesRegulares", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaSintaxisExpresionesRegulares.focus();
}



function abrirVentanaEjemploElementoCodigoExpresion(){
	var ventanaEjemploElementoCodigoExpresion = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioMVC/paso06operativaVistaComprobarNombreApellidoCorrectos.jsp#elementoCodigoExpresion",
"ejemploSintaxisJSP", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploElementoCodigoExpresion.moveTo(0,0);
}

function abrirVentanaEjemploDirectivaPagina(){
	var ventanaEjemploDirectivaPagina = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioMVC/paso03operativaCrearPaginaJSPdatosRegistrados.html#directivaPagina",
"ejemploSintaxisJSP", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploDirectivaPagina.focus();
}

function abrirVentanaEjemploDirectivaTaglib(){
	var ventanaEjemploDirectivaTaglib = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/customTags/tagHandler/paso01operativaIncorporarEtiquetaPersonalizadaPaginaJSP.html",
"ejemploSintaxisJSP", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploDirectivaTaglib.focus();
}

function abrirVentanaEjemploAccionJspUseBean(){
	var ventanaEjemploAccionJspUseBean = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioMVC/paso05operativaLocalizarJavabeanDesdePaginaJSP.html#jspusebean",
"ejemploSintaxisJSP", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploAccionJspUseBean.focus();
}

function abrirVentanaEjemploAccionJspGetProperty(){
	var ventanaEjemploAccionJspGetProperty = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioMVC/paso05operativaObtenrValorPropiedadJavabeanDesdePaginaJSP.html#jspgetproperty",
"ejemploSintaxisJSP", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploAccionJspGetProperty.focus();
}

function abrirVentanaEjemploAccionJspRoot(){
	var ventanaEjemploAccionJspRoot = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioVWJSF/paso02operativaCrearPaginaVWJSF.html#jsproot",
"ejemploSintaxisJSP", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploAccionJspRoot.focus();
}



function abrirVentanaEjemploMensajeJsfREQUIRED(){
	var ventanaEjemploMensajeJsfREQUIRED = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioVWJSF/paso03operativaPersonalizarMensajeValidacionEstandar.html",
"ejemploMensajesJSFestandares", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploMensajeJsfREQUIRED.focus();
}

function abrirVentanaEjemploMensajeJsfINTEGER(){
	var ventanaEjemploMensajeJsfINTEGER = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioVWJSF/paso07operativaAgregarComponenteCodigoPostalAlLienzo.html#integer",
"ejemploMensajesJSFestandares", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploMensajeJsfINTEGER.focus();
}

function abrirVentanaEjemploMensajeJsfMINIMUM(){
	var ventanaEjemploMensajeJsfMINIMUM = window.open("http://www.javadabbadoo.org/cursos/infosintesis.net/javaee/implementarMVC/registrarUsuarioVWJSF/paso08operativarValidarLongitudMinimaTextFieldConVWJSF.html",
"ejemploMensajesJSFestandares", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaEjemploMensajeJsfMINIMUM.focus();
}




function abrirVentanaAPIwebuijsfEtiquetaAccordion(){
	var ventanaAPIwebuijsfEtiquetaAccordion = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/accordion.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAccordion.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaAccordionTab(){
	var ventanaAPIwebuijsfEtiquetaAccordionTab = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/accordionTab.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAccordionTab.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaAddRemove(){
	var ventanaAPIwebuijsfEtiquetaAddRemove = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/addRemove.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAddRemove.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaAlarm(){
	var ventanaAPIwebuijsfEtiquetaAlarm = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/alarm.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAlarm.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaAlarmStatus(){
	var ventanaAPIwebuijsfEtiquetaAlarmStatus = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/alarmStatus.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAlarmStatus.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaAlert(){
	var ventanaAPIwebuijsfEtiquetaAlert = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/alert.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAlert.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaAnchor(){
	var ventanaAPIwebuijsfEtiquetaAnchor = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/anchor.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaAnchor.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaBody(){
	var ventanaAPIwebuijsfEtiquetaBody = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/body.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaBody.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaBreadcrumbs(){
	var ventanaAPIwebuijsfEtiquetaBreadcrumbs = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/breadcrumbs.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaBreadcrumbs.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaBubble(){
	var ventanaAPIwebuijsfEtiquetaBubble = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/bubble.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaBubble.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaButton(){
	var ventanaAPIwebuijsfEtiquetaButton = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/button.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaButton.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaCalendar(){
	var ventanaAPIwebuijsfEtiquetaCalendar = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/calendar.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaCalendar.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaCheckbox(){
	var ventanaAPIwebuijsfEtiquetaCheckbox = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/checkbox.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaCheckbox.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaCheckboxGroup(){
	var ventanaAPIwebuijsfEtiquetaCheckboxGroup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/checkboxGroup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaCheckboxGroup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaCommonTask(){
	var ventanaAPIwebuijsfEtiquetaCommonTask = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/commonTask.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaCommonTask.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaCommonTasksGroup(){
	var ventanaAPIwebuijsfEtiquetaCommonTasksGroup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/commonTasksGroup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaCommonTasksGroup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaCommonTasksSection(){
	var ventanaAPIwebuijsfEtiquetaCommonTasksSection = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/commonTasksSection.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaCommonTasksSection.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaContentPageTitle(){
	var ventanaAPIwebuijsfEtiquetaContentPageTitle = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/contentPageTitle.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaContentPageTitle.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaDndContainer(){
	var ventanaAPIwebuijsfEtiquetaDndContainer = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/dndContainer.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaDndContainer.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaDropDown(){
	var ventanaAPIwebuijsfEtiquetaDropDown = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/dropDown.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaDropDown.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaEditableField(){
	var ventanaAPIwebuijsfEtiquetaEditableField = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/editableField.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaEditableField.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaEditableList(){
	var ventanaAPIwebuijsfEtiquetaEditableList = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/editableList.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaEditableList.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaFileChooser(){
	var ventanaAPIwebuijsfEtiquetaFileChooser = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/fileChooser.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaFileChooser.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaForm(){
	var ventanaAPIwebuijsfEtiquetaForm = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/form.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaForm.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaFrame(){
	var ventanaAPIwebuijsfEtiquetaFrame = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/frame.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaFrame.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaFrameSet(){
	var ventanaAPIwebuijsfEtiquetaFrameSet = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/frameSet.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaFrameSet.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaHead(){
	var ventanaAPIwebuijsfEtiquetaHead = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/head.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaHead.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaHelpInline(){
	var ventanaAPIwebuijsfEtiquetaHelpInline = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/helpInline.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaHelpInline.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaHelpWindow(){
	var ventanaAPIwebuijsfEtiquetaHelpWindow = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/helpWindow.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaHelpWindow.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaHiddenField(){
	var ventanaAPIwebuijsfEtiquetaHiddenField = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/hiddenField.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaHiddenField.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaHtml(){
	var ventanaAPIwebuijsfEtiquetaHtml = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/html.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaHtml.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaHyperlink(){
	var ventanaAPIwebuijsfEtiquetaHyperlink = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/hyperlink.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaHyperlink.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaIframe(){
	var ventanaAPIwebuijsfEtiquetaIframe = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/iframe.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaIframe.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaImage(){
	var ventanaAPIwebuijsfEtiquetaImage = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/image.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaImage.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaImageHyperlink(){
	var ventanaAPIwebuijsfEtiquetaImageHyperlink = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/imageHyperlink.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaImageHyperlink.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaJobStatus(){
	var ventanaAPIwebuijsfEtiquetaJobStatus = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/jobStatus.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaJobStatus.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaLabel(){
	var ventanaAPIwebuijsfEtiquetaLabel = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/label.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaLabel.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaLegend(){
	var ventanaAPIwebuijsfEtiquetaLegend = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/legend.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaLegend.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaLink(){
	var ventanaAPIwebuijsfEtiquetaLink = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/link.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaLink.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaListbox(){
	var ventanaAPIwebuijsfEtiquetaListbox = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/listbox.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaListbox.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaLogin(){
	var ventanaAPIwebuijsfEtiquetaLogin = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/login.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaLogin.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMarkup(){
	var ventanaAPIwebuijsfEtiquetaMarkup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/markup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMarkup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMastFooter(){
	var ventanaAPIwebuijsfEtiquetaMastFooter = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/mastFooter.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMastFooter.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMasthead(){
	var ventanaAPIwebuijsfEtiquetaMasthead = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/masthead.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMasthead.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMenu(){
	var ventanaAPIwebuijsfEtiquetaMenu = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/menu.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMenu.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMessage(){
	var ventanaAPIwebuijsfEtiquetaMessage = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/message.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMessage.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMessageGroup(){
	var ventanaAPIwebuijsfEtiquetaMessageGroup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/messageGroup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMessageGroup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaMeta(){
	var ventanaAPIwebuijsfEtiquetaMeta = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/meta.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaMeta.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaNotificatioPhrase(){
	var ventanaAPIwebuijsfEtiquetaNotificatioPhrase = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/notificatioPhrase.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaNotificatioPhrase.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaOrderableList(){
	var ventanaAPIwebuijsfEtiquetaOrderableList = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/orderableList.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaOrderableList.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPage(){
	var ventanaAPIwebuijsfEtiquetaPage = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/page.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPage.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPageAlert(){
	var ventanaAPIwebuijsfEtiquetaPageAlert = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/pageAlert.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPageAlert.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPageSeparator(){
	var ventanaAPIwebuijsfEtiquetaPageSeparator = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/pageSeparator.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPageSeparator.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPanelGroup(){
	var ventanaAPIwebuijsfEtiquetaPanelGroup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/panelGroup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPanelGroup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPanelLayout(){
	var ventanaAPIwebuijsfEtiquetaPanelLayout = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/panelLayout.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPanelLayout.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPasswordField(){
	var ventanaAPIwebuijsfEtiquetaPasswordField = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/passwordField.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPasswordField.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaProgressBar(){
	var ventanaAPIwebuijsfEtiquetaProgressBar = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/progressBar.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaProgressBar.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaProperty(){
	var ventanaAPIwebuijsfEtiquetaProperty = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/property.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaProperty.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPropertySheet(){
	var ventanaAPIwebuijsfEtiquetaPropertySheet = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/propertySheet.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPropertySheet.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaPropertySheetSection(){
	var ventanaAPIwebuijsfEtiquetaPropertySheetSection = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/propertySheetSection.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaPropertySheetSection.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaRadioButton(){
	var ventanaAPIwebuijsfEtiquetaRadioButton = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/radioButton.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaRadioButton.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaRadioButtonGroup(){
	var ventanaAPIwebuijsfEtiquetaRadioButtonGroup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/radioButtonGroup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaRadioButtonGroup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaRating(){
	var ventanaAPIwebuijsfEtiquetaRating = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/rating.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaRating.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaScheduler(){
	var ventanaAPIwebuijsfEtiquetaScheduler = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/scheduler.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaScheduler.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaScript(){
	var ventanaAPIwebuijsfEtiquetaScript = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/script.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaScript.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaSkipHyperlink(){
	var ventanaAPIwebuijsfEtiquetaSkipHyperlink = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/skipHyperlink.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaSkipHyperlink.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTab(){
	var ventanaAPIwebuijsfEtiquetaTab = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tab.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTab.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTabSet(){
	var ventanaAPIwebuijsfEtiquetaTabSet = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tabSet.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTabSet.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTable(){
	var ventanaAPIwebuijsfEtiquetaTable = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/table.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTable.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTableColumn(){
	var ventanaAPIwebuijsfEtiquetaTableColumn = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tableColumn.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTableColumn.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTableRowGroup(){
	var ventanaAPIwebuijsfEtiquetaTableRowGroup = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tableRowGroup.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTableRowGroup.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTextArea(){
	var ventanaAPIwebuijsfEtiquetaTextArea = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/textArea.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTextArea.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTextField(){
	var ventanaAPIwebuijsfEtiquetaTextField = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/textField.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTextField.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaThemeLinks(){
	var ventanaAPIwebuijsfEtiquetaThemeLinks = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/themeLinks.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaThemeLinks.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTimeStamp(){
	var ventanaAPIwebuijsfEtiquetaTimeStamp = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/timeStamp.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTimeStamp.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTree(){
	var ventanaAPIwebuijsfEtiquetaTree = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tree.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTree.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaTreeNode(){
	var ventanaAPIwebuijsfEtiquetaTreeNode = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/treeNode.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaTreeNode.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaUpload(){
	var ventanaAPIwebuijsfEtiquetaUpload = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/upload.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaUpload.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaVersionPage(){
	var ventanaAPIwebuijsfEtiquetaVersionPage = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/versionPage.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaVersionPage.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaWizard(){
	var ventanaAPIwebuijsfEtiquetaWizard = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/wizard.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaWizard.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaWizardBranch(){
	var ventanaAPIwebuijsfEtiquetaWizardBranch = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/wizardBranch.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaWizardBranch.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaWizardBranchSteps(){
	var ventanaAPIwebuijsfEtiquetaWizardBranchSteps = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/wizardBranchSteps.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaWizardBranchSteps.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaWizardStep(){
	var ventanaAPIwebuijsfEtiquetaWizardStep = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/wizardStep.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaWizardStep.focus();
}

function abrirVentanaAPIwebuijsfEtiquetaWizardSubstepBranch(){
	var ventanaAPIwebuijsfEtiquetaWizardSubstepBranch = window.open("http://webdev2.sun.com/woodstock-tlddocs/webuijsf/wizardSubstepBranch.html", 
"apiwebuijsf", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIwebuijsfEtiquetaWizardSubstepBranch.focus();
}




function abrirVentanaDescargaInstalacionMySQLdatabaseServer(){
	var ventanaDescargaInstalacionMySQLdatabaseServer = window.open(			"/apensintesis/bds/mysql/instalacion/mysqlServer.html",
"bds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaDescargaInstalacionMySQLdatabaseServer.focus();
}

function abrirVentanaCreacionBDSconHerramientaMySQLadministrator(){
	var ventanaCreacionBDSconHerramientaMySQLadministrator = window.open(
"/apensintesis/bds/mysql/nuevabds/index.html",
"bds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaCreacionBDSconHerramientaMySQLadministrator.focus();
}

function abrirVentanaCrearUsuarioMySQLAdministrator(){
	var ventanaCrearUsuarioMySQLAdministrator = window.open(			
"/apensintesis/bds/mysql/nuevousuario/index.html",
"bds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaCrearUsuarioMySQLAdministrator.focus();
}

function abrirVentanaJNDI(){
	var ventanaJNDI = window.open(
"/apensintesis/jndi/index.html",
"bds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaJNDI.focus();
}

function abrirVentanaConexionBdSpoolConexionesTransparente(){
	var ventanaConexionBdSpoolConexionesTransparente = window.open(
"/apensintesis/bds/jdbc/poolconexiones/index.html",
"bds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaConexionBdSpoolConexionesTransparente.focus();
}




function abrirVentanaIndicarClasspathDriverConnectorJMySQL(){
	var ventanaIndicarClasspathDriverConnectorJMySQL = window.open(			"/apensintesis/glassfish/mapa/v2/classpathMySQLconnector.html",
"glassfishBds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaIndicarClasspathDriverConnectorJMySQL.focus();
}

function abrirVentanaCrearNuevoPoolConexionesJDBC(){
	var ventanaCrearNuevoPoolConexionesJDBC = window.open(			
"/apensintesis/glassfish/mapa/v2/crearPoolConexiones.html",
"glassfishBds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaCrearNuevoPoolConexionesJDBC.focus();
}

function abrirVentanaCrearNuevoRecursoJDBC(){
	var ventanaCrearNuevoRecursoJDBC = window.open(			
"/apensintesis/glassfish/mapa/v2/crearRecursoJDBC.html",
"glassfishBds", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaCrearNuevoRecursoJDBC.focus();
}




function abrirVentanaAPIcomponenteICEfacesForm(){
	var ventanaAPIcomponenteICEfacesForm = window.open(
"http://www.icefaces.org/docs/v1_8_0/tld/ice/form.html", 
"apiComponentesICEfaces", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIcomponenteICEfacesForm.focus();
}

function abrirVentanaAPIcomponenteICEfacesInputText(){
	var ventanaAPIcomponenteICEfacesInputText = window.open(
"http://www.icefaces.org/docs/v1_8_0/tld/ice/inputText.html", 
"apiComponentesICEfaces", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIcomponenteICEfacesInputText.focus();
}

function abrirVentanaAPIcomponenteICEfacesMessage(){
	var ventanaAPIcomponenteICEfacesMessage = window.open(
"http://www.icefaces.org/docs/v1_8_0/tld/ice/message.html", 
"apiComponentesICEfaces", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIcomponenteICEfacesMessage.focus();
}

function abrirVentanaAPIcomponenteICEfacesOuputLabel(){
	var ventanaAPIcomponenteICEfacesOuputLabel = window.open(
"http://www.icefaces.org/docs/v1_8_0/tld/ice/outputLabel.html", 
"apiComponentesICEfaces", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIcomponenteICEfacesOuputLabel.focus();
}

function abrirVentanaAPIcomponenteICEfacesOuputStyle(){
	var ventanaAPIcomponenteICEfacesOuputStyle = window.open(
"http://www.icefaces.org/docs/v1_8_0/tld/ice/outputStyle.html", 
"apiComponentesICEfaces", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIcomponenteICEfacesOuputStyle.focus();
}

function abrirVentanaAPIcomponenteICEfacesOuputText(){
	var ventanaAPIcomponenteICEfacesOuputText = window.open(
"http://www.icefaces.org/docs/v1_8_0/tld/ice/outputText.html", 
"apiComponentesICEfaces", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIcomponenteICEfacesOuputText.focus();
}




function abrirVentanaAPIetiquetaJSFconvertNumber(){
	var ventanaAPIetiquetaJSFconvertNumber = window.open(
"http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/f/convertNumber.html", 
"apiComponentesJSF", "width=760, height=740, resizable, scrollbars, menubar, toolbar, location");
	ventanaAPIetiquetaJSFconvertNumber.focus();
}

