" onClick="Effect.toggle('<?php 
    echo $element_widget_container;
    ?>
', 'slide', {duration:0.5}); return true;">
                </a>
              </th>
            <?php 
}
?>
            <td align="left" width="100%">&nbsp;              
              <div id="<?php 
echo $element_widget_container;
?>
" style="display:none;">
                <?php 
MCW_get_widget_maintenance($cache_widget, $mcw_elements);
?>
              </div>
            </td>
				    <td align="center" valign="center" width="0%">
				      <?php 
if ($javascript_is_allowed) {
    ?>
                <a href="#" title="Add Widget">
                  <img src="<?php 
    echo MCW_get_url('add');
    ?>
" onClick="mcw_submit_form('', '<?php 
    echo $button_text_new_single;
    ?>
');return true;">
function MCW_get_official_form($name)
{
    global $mcw_officialform_tooltip;
    global $mcw_custag_tooltip;
    include MCW_get_url('style');
    $MyWidget = MCW_get_mywidget_by_name($name);
    $outsidecall = '&lt;!--' . $name . '--&gt;';
    echo '<a href="' . get_option('siteurl') . '/wp-admin/themes.php?page=' . MCW_get_mainfile_name() . '">&raquo; Click here to configure Widget';
    echo '</a>';
    //  had to be deactivated because cannot be handled by firefox
    //  echo '<script type="text/javascript" src="'.MCW_get_url('js_tooltip').'"></script>'; // thanks to http://www.walterzorn.de/tooltip/tooltip.htm
    echo '<br><div style ="margin-left: 20px; margin-top: 5px;" onmouseover="Tip(&#39;' . $mcw_custag_tooltip . '&#39;)" onmouseout="UnTip()"><input type="text" value="' . $outsidecall . '" size="' . strlen($outsidecall) . '" class="mcw_readonly" readonly="readonly"></div><br>';
    echo '<div class="mcw_maint_display" onmouseover="Tip(&#39;' . $mcw_officialform_tooltip . '&#39;)" onmouseout="UnTip()">';
    MCW_get_widget_maintenance($MyWidget, '', '', true);
    echo '</div>';
}