
objectstr="              <table width='100%' cellpadding=1 cellspacing=1 background=''><tr><td>";



objectstr+="     <div id='menucont'>";


objectstr+="               ";










objectstr+="              </td></tr></table>";    
objectstr+="              </div>";
    document.open();
    document.clear();
    document.writeln(objectstr);
    document.close();

