lg=document.freechatform.lg.value;
cnm=document.freechatform.cnm.value;
sh=document.freechatform.sh.value;
lc = window.document.location;
url="http://www.freechatcode.com:8080/freechatcode/jsp/chatlogin.jsp?lg="+lg+"&cnm="+cnm+"&lc="+lc+"&sh="+sh;
//url="http://server:8080/freechatcode/jsp/freechatcode.jsp?lg="+lg+"&cnm="+cnm+"&wm="+wm+"&bg="+bg+"&fg="+fg+"&bw="+bw+"&lc="+lc+"&sh="+sh;
document.write('<iframe src='+url+' hspace=0 vspace=0 width=540 height=370 marginwidth=0 marginheight=0 class=frame-border align=center scrolling=no></iframe>');