//Copyright-Author: Morris Ng

function fnBIowGroupT(){
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=nmInXT size=10 maxlength=8 id=boxIn onkeypress=fmBlankXT()></td></tr>")
document.writeln("<tr><td height=60 align=right><input type=button value=\"Convert for Me\" id=xBut onClick=fmConvertXT()></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=nmOutXT size=40 readonly id=boxOut></td></tr>")
}
else if (navigator.appName=="Netscape"){
document.writeln("<tr><td><input type=text name=nmInXT size=10 maxlength=8 onkeypress=fmBlankXT()></td></tr>")
document.writeln("<tr><td height=60 align=right><input type=button value=\"Convert for Me\" id=xBut onClick=fmConvertXT()></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=nmOutXT size=40 readonly></td></tr>")
}}

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