var web='http://flash.chateagratis.net/webchat';
function chateagratisWebChat(nombre,tipo){

document.write(' <style type="text/css">.chatea_nom{font-size:13px;}#webchat{margin-bottom: 15px;text-align: center;padding-top: 5px;background-image: url("http://flash.chateagratis.net/img/degradadoChat.png");width: 350px;height: 80px;}input.btn {font-weight: bold;font-size: 16px;width: 160px;}</style>');

document.write('<center><div id="webchat"><form action="http://flash.chateagratis.net/chat/chat.php"  target="chatea_vent" name="chat" onsubmit="window.open(\'\', \'chatea_vent\', \'width=800, height=600\')" method="post"><table align="center"><tbody><tr><td width="100px"><b><img src="http://flash.chateagratis.net/img/usuario.png" alt="Conectar chat" height="30" width="30" align="absmiddle"> <span class="chatea_nom">Nombre</span></b></td><td><input name="nombre" value="Escribe tu nombre." onclick="this.focus(); this.select(); this.value = \'\'" onfocus="if(this.value==\'Escribe tu nombre.\') { this.value=\'\'; }" onblur="if(this.value==\'\') { this.value=\'Escribe tu nombre.\'}" size="17" type="text" align="absmiddle"></td></tr></tbody></table><input value="Chatear" class="btn" type="submit"><input name="sala" value="'+ nombre +'" type="hidden"><input name="tipo" value="flash" type="hidden"></form></div></center>');

}


