﻿function modalStart(place) {
    var tbl;
    if (place == 'start') {
        tbl = '<table id="Table_01" border="0" cellpadding="0" cellspacing="0"><tr><td height="7" width="7" class="modalBorder1"></td><td height="7" class="modalBorder2"></td><td height="7" width="7" class="modalBorder3"></td></tr><tr><td width="7"  class="modalBorder4"></td><td bgcolor="#FFFFFF" style="padding: 5px 5px 5px 5px; border:solid 1px black">';
    } else {
        tbl = '</td><td width="7" class="modalBorder6"></td></tr><tr><td height="7" width="7" class="modalBorder7"></td><td height="7"  class="modalBorder8"></td><td height="7" width="7" class="modalBorder9"></td></tr></table>';
    }
    document.write(tbl);
}