// JavaScript Documentfunction openShadowBox(content, player, title, width,  height ){    Shadowbox.open({        content:    content,        player:     player,        title:      title,        height:     height,        width:      width    });}function VideoFacturaElectronicaHoy(){    var contenido='';	contenido='<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/bT-7I5xtkqU&hl=es_ES&fs=1&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bT-7I5xtkqU&hl=es_ES&fs=1&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>';	openShadowBox(contenido, 'html', 'La factura electr&oacute;nica hoy', 560, 340);	}	function FacturaElectronica20(){    var contenido='';	contenido='<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/wdw0P9YGZKY&hl=es_ES&fs=1&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wdw0P9YGZKY&hl=es_ES&fs=1&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>';	openShadowBox(contenido, 'html', 'Factura electr&oacute;nica 2.0', 560, 340);	}	function NuestrasSoluciones(){    var contenido='';	contenido='<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/rSs-4GXjA84&hl=es_ES&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rSs-4GXjA84&hl=es_ES&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>';	openShadowBox(contenido, 'html', 'Nuestras Soluciones', 480, 385);	}			function VideoLabInnovacion(){    var contenido='';	contenido='<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/GvQcrz9J2ro&amp;hl=es_ES&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GvQcrz9J2ro&amp;hl=es_ES&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>';	openShadowBox(contenido, 'html', 'Lab Innovaci&oacute;n', 480, 385);	}