//Copyright-Author: Morris Ng

function fnBIowGroupI(){
document.writeln("<tr><td id=Verd10 height=40 valign=bottom><img src=\"imgConvr/arwRedB.gif\" border=0> <font color=maroon><b>INPUT</b></font> &nbsp;<font id=Verd8>\(Avoid using comma in the number\)</font></td></tr>")
if (navigator.appName=="Microsoft Internet Explorer"){
document.writeln("<tr><td><input type=text name=nmInXI size=10 maxlength=8 id=boxIn onkeypress=fmBlankXI()></td></tr>")
document.writeln("<tr><td height=60 align=right><input type=button value=\"Convert for Me\" id=xBut onClick=fmConvertXI()></td></tr>")
document.writeln("<tr><td id=Verd10><img src=\"imgConvr/arwRedB.gif\" border=0> <font color=maroon><b>OUTPUT</b></font></td></tr>")
document.writeln("<tr><td><input type=text name=nmOutXI size=40 readonly id=boxOut></td></tr>")
}
else if (navigator.appName=="Netscape"){
document.writeln("<tr><td><input type=text name=nmInXI size=10 maxlength=8 onkeypress=fmBlankXI()></td></tr>")
document.writeln("<tr><td height=60 align=right><input type=button value=\"Convert for Me\" id=xBut onClick=fmConvertXI()></td></tr>")
document.writeln("<tr><td id=Verd10><img src=\"imgConvr/arwRedB.gif\" border=0> <font color=maroon><b>OUTPUT</b></font></td></tr>")
document.writeln("<tr><td><input type=text name=nmOutXI size=40 readonly></td></tr>")
}}
