throws JspException
{
// super.doStartTag();
// Write the float clear statement
HtmlTagDictionary dic = HtmlTagDictionary.getInstance();
String clear = dic.FloatClear();
if (clear!=null)
{ // Print the clear statement
try {
pageContext.getOut().print(clear);
} catch (Exception e) {