document.write('<a href="http://www.saludcondor.com.co" target="_blank">Chat EPS Salud Condor SA</a><br>');
document.write('<APPLET name=chatapplet MAYSCRIPT code="ChatClient.class" codeBase="http://chat.eliveengine.com/12p_applet/bin/" archive=fchaplet.jar cabbase=fchaplet.cab ');
document.write('height=');
try {
if (chatheight<180) document.write('180'); 
else document.write(chatheight);
} catch (e) {
document.write(400);
}
document.write(' width=');
try {
if (chatwidth<360) document.write('360');
else document.write(chatwidth);
} catch (e) {
document.write(600);
}
document.write('>');
document.write('<PARAM NAME="connectorhttpport" VALUE="80">');
document.write('<PARAM NAME="connectorhttppath" VALUE="/http/no">');
document.write('<PARAM NAME="connectorhttponly" VALUE="n">');
document.write('<PARAM NAME="paneltopshow" VALUE="y">');
document.write('<PARAM NAME="sessiongroupconf" VALUE="../conf/grouplist.txt">');
document.write('<param name="classPath" value="onetoplanet.client.ui.');
try {
document.write(chatskin);
} catch (e) {
document.write('std');
}
document.write('.floatGuts">');
document.write('<param name="skinInterface" value="../skin/');
try {
document.write(chatskinID);
} catch (e) {
document.write('mac');
}
document.write('/windowmain.txt">');
document.write('<param name="skinPopInterface" value="../skin/');
try {
document.write(chatskinID);
} catch (e) {
document.write('mac');
}
document.write('/windowprivate.txt">');
document.write('<PARAM NAME="skinPopWidth"  VALUE="');
try {
document.write(chatskinPopupW);
} catch (e) {
document.write(367);
}
document.write('">');
document.write('<PARAM NAME="skinPopHeight"  VALUE="');
try {
document.write(chatskinPopupH);
} catch (e) {
document.write(405);
}
document.write('">');




