document.write("<TABLE class=table1 id=Table10 borderColor=#990000 cellSpacing=0 cellPadding=0 width=376 border=1>")
	document.write("<TR>")
		document.write("<TD style=HEIGHT: 23px vAlign=top bgColor=#f2f2f2>")
			document.write("<FONT face=Arial><FONT size=2><STRONG>Weight[Lbs]</STRONG></FONT></FONT>")
		document.write("</TD>")
		document.write("<TD style=HEIGHT: 23px vAlign=top bgColor=#f2f2f2>")
			document.write("<B><FONT face=Arial size=2>Amount[<B><FONT color=#000080>$</FONT></B>]&nbsp;")
				document.write("</FONT></B>")
		document.write("</TD>")
		document.write("<TD style=HEIGHT: 23px vAlign=top bgColor=#f2f2f2><FONT face=Arial><FONT size=2><B><FONT face=Arial size=2>Shipping Charges[<B><FONT color=#000080>$</FONT></B>] </FONT></B></FONT></FONT>")
		document.write("</TD>")
		document.write("<TD style=HEIGHT: 23px vAlign=top bgColor=#f2f2f2><FONT face=Arial size=2><STRONG>Steaming Fees[<B><FONT color=#000080>$</FONT></B>]</STRONG></FONT>")
		document.write("</TD>")
		document.write("<TD style=HEIGHT: 23px vAlign=top bgColor=#f2f2f2><STRONG><FONT face=Arial size=2>Total Amount[<FONT color=#000080>$</FONT>]</FONT></STRONG>")
		document.write("</TD>")
	document.write("</TR>")
	document.write("<TR>")
		document.write("<TD><INPUT class=hidinput readOnly type=text size=4 name=MedShipLbs></TD>")
		document.write("<TD><INPUT class=hidinput readOnly type=text size=5 name=MedAmt></TD>")
		document.write("<TD><INPUT class=hidinput readOnly type=text size=5 name=MedShipCrgs></TD>")
		document.write("<TD><INPUT class=hidinput readOnly type=text size=5 name=MedSteamFee></TD>")
		document.write("<TD><INPUT class=hidinput readOnly type=text size=10 name=MedTotAmt> <input type=hidden name=hidItemCd> <input type=hidden name=hidItemName></TD>")
	document.write("</TR>")
document.write("</TABLE>")

