
			function cargarTabla(h2, parrafo1){
				// Html para la tabla
				//strHtml = '<table cellpadding="0" cellspacing="0" border="0" width="100%" style="clear:both;" height="85%">';
				strHtml = '<table cellpadding="0" cellspacing="0" border="0" width="100%" style="clear:both;">';
					strHtml = strHtml + '<tr>';
						strHtml = strHtml + '<td width="200" rowspan="4">&nbsp;</td>';
						//strHtml = strHtml + '<td height="30%" valign="bottom"><span class="iluemerg">' + h2 + '</span></td>';
						strHtml = strHtml + '<td valign="bottom" style="padding-top:150px; padding-bottom:50px;"><span class="iluemerg">' + h2 + '</span></td>';
					strHtml = strHtml + '</tr>';
					strHtml = strHtml + '<tr>';
						strHtml = strHtml + '<td style="padding-right:17px;"><div id="contenedorIntroAnim1">' + parrafo1 + '</div><div id="animBalizas" style="float:right; padding-right:70px;">&nbsp;</div></td>';
					strHtml = strHtml + '</tr>';
					strHtml = strHtml + '<tr>';
						// Banner Batimat
						/* strHtml = strHtml + '<td align="right" style="padding-top:0px;  padding-right:87px;" ><a href="http://www.batimat.com/site/GB/Moteurs_et_Zooms/Exhibitor_search/Exhibitor_zoom,DAISALUX_ECLAIRAGE_DE_SECURITE,C2206,I2207,Zoom-b5fbb306176f321222e146f488fc696c,SType-LETTRE,Lettre-D.htm?KM_Session=cefc7b0c6bdb69ae11531cc506eced85" title="Batimat"><img src="/Graficos/Batimat2011/F_b7d1ea6ac2cd73c9b86e2f0011f27df54e53bdb65460c.gif" width="260" height="40" alt="Batimat" border="0"></a></td>';
						strHtml = strHtml + '</tr>';
						strHtml = strHtml + '<tr>'; */
						// Banner Light and Building. 
						// Enlace a lista de empresas participantes
						//strHtml = strHtml + '<td align="right" style="padding-top:0px;  padding-right:87px;" ><a href="http://www.light-building.messefrankfurt.com/frankfurt/en/besucher/ausstellersuche.html" title="Light and Building" target="_blank" ><img src="/Graficos/2012_LightAndBuilding/Daisalux_lightAndBuilding_en.gif" width="325" height="60" alt="Light and Building" border="0"></a></td>';
						// Enlace con un plano general de la feria Light & Building
						strHtml = strHtml + '<td align="right" style="padding-top:0px;  padding-right:87px;" ><a href="http://www.light-building.messefrankfurt.com/frankfurt/en/besucher/messegelaende.html" title="Light and Building" target="_blank" ><img src="/Graficos/2012_LightAndBuilding/Daisalux_lightAndBuilding_en.gif" width="325" height="60" alt="Light and Building" border="0"></a></td>';
						strHtml = strHtml + '</tr>';
						strHtml = strHtml + '<tr>'; 
						strHtml = strHtml + '<td align="right" style="padding-top:30px;"><p style="padding-right:70px;" id="contenedorIntroAnim2"></p></td>';
					strHtml = strHtml + '</tr>';
				strHtml = strHtml + '</table>';
				
				// Cargar la tabla
				$('contenedorIntroTabla').innerHTML = strHtml;
				
				// Cargar los flashes
				cargarFlash('../comun/home/animminiaturas.swf', 'contenedorIntroAnim1', 455, 65, '#FFFFFF', 0);
				cargarFlash('../comun/home/animlogo.swf', 'contenedorIntroAnim2', 200, 100, '#FFFFFF', 0);
				cargarFlash('../comun/home/intro_daisalux.swf', 'animBalizas', 260, 65, '#FFFFFF', 0);

				// Explicacion: La pagina contiene inicialmente un span con los textos para el contenido. Al ejecutar la funcion que carga la tabla (durante el body onload), el contenido de este span se sobreescribe 
				//  con la estrucutra definida en esta funcion.. Por ultimo se se cargan las animaciones flash dentro de los td especificados (en caso de que el usuario no pudiera ver el flash, veria los textos definidos en la estructura).
			}
			
var vent=0;
function abrir(que,wid,hei,scrollbars,windowName) {
if (vent && navigator.appName=='Microsoft Internet Explorer') vent.close();
	Izda=(screen.width-wid)/2
	Arriba=(screen.height-hei)/2
	cadena='width='+wid+',height='+hei+',top='+Arriba+',left='+Izda+',toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=' + scrollbars
	if (windowName==""){
		windowName='windowName'
	}
	vent=window.open(que,windowName,cadena)
	vent.focus()
}
