// check browser

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || 
((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

function Shownoticias()
{
if(browser)
{
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,'
stats += 'scrollbars=no,resizable=no,width=620,height=500'
MsgBox = window.open ("","msgWindow",stats)
MsgBox.document.write("<body bgcolor=#ffffff leftmargin='0' topmargin='0' text=#000000 onBlur='self.focus()'>");
MsgBox.document.write("<head><title>NOTICIAS MUNDICOM: Mundicom, Distribuidor Oficial del software FirstClass de Centrinity en España y Portugal.</title></head>");
MsgBox.document.write("<center><table border='0' width='99%'>");
MsgBox.document.write("<tr><td><p><img src='html/noticias/img/logo_cen_mun.gif' align='right'><b><font face='Verdana' size='4' color='#3072C9'><BR>Mundicom, Distribuidor Oficial <br>del software FirstClass de Centrinity en España y Portugal.<br><br></font></b></p></td></tr>");
MsgBox.document.write("<tr><td><font face='Arial' size='2'>Lionel Giroudiere, director  de expansión en Europa de la multinacional Centrinity, se reunió con José Manuel Pérez, gerente de Mundicom Network Asociados S.L. en Valencia el pasado 9 y 10 de Octubre para firmar el acuerdo de Distribución Oficial de Centrinity en España y Portugal.</font></td></tr>");
MsgBox.document.write("<tr><td><font face='Arial' size='2'><br><p>MUNDICOM se encargará así de la Distribución Oficial del software FIRSTCLASS INTRANET SERVER GOLD (FCIS), potente herramienta de comunicación corporativa para empresas y de FIRSTCLASS COLLABORATIVE CLASSROOM GOLD (FCCC) herramienta de formación OnLine para instituciones educativas. Así mismo cuenta con multitud de aplicaciones para e-business, e-learning y e-commerce.</p></td></tr>");
MsgBox.document.write("<tr><td><br><table width='245' align='right'><tr><td><img src='html/noticias/img/cen_mun.gif' border='1'></td></tr><tr><td><font face='Verdana' size='1'>Lionel Giroudiere, director de expansión en Europa de la multinacional Centrinity y José Manuel Pérez, gerente de Mundicom Network Asociados S.L.</font></td></tr></table>");
MsgBox.document.write("<font face='Arial' size='2'><p>La firma internacional CENTRINITY formada por MC2 LEARNING SYSTEMS y SOFTARC, ha desarrollado el software FIRSTCLASS con un importante éxito en todo el mundo. Actualmente cuenta con más de 6 millones de usuarios en 8,000 organizaciones en 55 países y una cuota de mercado mundial de software de colaboración del 5.2%.</font>");
MsgBox.document.write ("<p><BR><BR><BR><BR><FORM><INPUT type='button' value='Cerrar' onClick = 'self.close()'>")
MsgBox.document.write ("</CENTER></FORM></td></tr></table>");
MsgBox.document.write("</body>");
}
}


//-->
