document.writeln('<div id=\"boxes\">');
document.writeln('<div id=\"dialog\" class=\"window\">');
document.writeln('<div id=\"form\">');
document.writeln(' <table width=\"100%\" border=\"0\" bgcolor=\"#ffffff\" cellspacing=\"1\" cellpadding=\"0\" align=\"left\">');
document.writeln('	<tr>');
document.writeln('		<td valign=\"top\" align=\"center\" bgcolor=\"#ffffff\">');
document.writeln('         <span class=\"tablenews\">(Click on a state to add that state to the selection box)</span>');
document.writeln('         <br><br><br>');
document.writeln('         <center><img src=\"images/map.gif\" usemap=\"#overlaymap\" width=\"220\" height=\"261\" border=\"0\" alt=\"\"></center><br>');
document.writeln('         <center>');
document.writeln('         <span class=\"boldbluenodec10\">');
document.writeln('         <a href=\"javascript:addState(\'Pennsylvania\', \'PA\'); addState(\'New Jersey\', \'NJ\'); addState(\'New York\', \'NY\'); addState(\'Maryland\', \'MD\'); addState(\'Delaware\', \'DE\');\" style=\"A:link; text-decoration: underline; color: #2302ED\">Select All States</a>');
document.writeln('         </span>');
document.writeln('         </center>');
document.writeln('		</td>');
document.writeln('		<td align=\"left\" valign=\"top\" bgcolor=\"#ffffff\">');
document.writeln('      <!-- Begin search Table //-->');
document.writeln('          <table width=\"100%\" height=\"100%\" valign=\"top\" align=\"center\" border=\"0\" cellpadding=\"5\" cellspacing=\"5\">');
document.writeln('           <tr>');
document.writeln('            <td colspan=\"2\" height=\"35\">');
document.writeln('                 &nbsp;');
document.writeln('            </td>');
document.writeln('           </tr>');
document.writeln('           <tr>');
document.writeln('            <td colspan=\"2\" bgcolor=\"#eeeeee\">');
document.writeln('             <span class=\"text10\"><b>Option 1.</b></span>&nbsp;&nbsp;<span class=\"text10\">View our entire portfolio.</span>');
document.writeln('                </td>');
document.writeln('           </tr>');
document.writeln('           <tr>');
document.writeln('            <td width=\"50%\" align=\"right\">');
document.writeln('                 <a href=\"http://www.storetrax.com/MetroCommercial/performQuickSearch.do?keyWord=LeasingCompany&searchString=Metro+Commercial&baseRow=0&originPage=QuickSearch&currentRole=1&showAllResults=true\" ><img src=\"images/button_view.gif\" border=\"0\"></a>');
document.writeln('            </td>');
document.writeln('                <td width=\"50%\">');
document.writeln('                 &nbsp;');
document.writeln('                </td>');
document.writeln('           </tr>');
document.writeln('           <tr>');
document.writeln('            <td colspan=\"2\">');
document.writeln('                 &nbsp;');
document.writeln('            </td>');
document.writeln('           </tr>');
document.writeln('            <form name=\"stateForm\" action=\"http://www.storetrax.com/MetroCommercial/startSearch.do\">');
document.writeln('           <tr>');
document.writeln('            <td colspan=\"2\" bgcolor=\"#eeeeee\">');
document.writeln('                        <span class=\"text10\"><b>Option 2.</b></span>&nbsp;&nbsp;<span class=\"text10\">Select a state(s) in which to search.</span>');
document.writeln('                </td>');
document.writeln('           </tr>');
document.writeln('           <tr>');
document.writeln('            <td colspan=\"2\">');
document.writeln('                  <span class=\"text10\"><i>Currently Selected States</i></span>');
document.writeln('                  <br>');
document.writeln('                   <select multiple name=\"states\" size=\"6\" width=\"50%\">');
document.writeln('                        <option value=\"\">--- Currently Selected States ---</option>');
document.writeln('                  </select>');
document.writeln('                 </td>');
document.writeln('                </tr>');
document.writeln('                <tr>');
document.writeln('                 <td>');
document.writeln('                  <a href=\"javascript:clearbox();\"><img src=\"images/button_reset.gif\" border=\"0\" align=\"left\"></a>');

document.writeln('                  <a href=\"javascript:submitForm(document.stateForm, \'/startSearch.do\')\"><img src=\"images/button_search.gif\" border=\"0\" align=\"right\"></a>');
document.writeln('                  </td>');
document.writeln('                  <td>');
document.writeln('                   &nbsp;');
document.writeln('                  </td>');
document.writeln('                 </tr>');
document.writeln('                 </form>');
document.writeln('                </table>');
document.writeln('                 <!-- Begin search Table //-->');
document.writeln('            </td>');
document.writeln('           </tr>');

document.writeln('          </table>');
 

document.writeln('</div> <!-- This is the actual box.-->');

document.writeln('</div>');

document.writeln('<!-- Mask to cover the whole screen -->');
document.writeln('  <div id=\"mask\"></div>');
document.writeln('</div>');
document.writeln('<map name=\"overlaymap\">');
document.writeln('<area shape=poly coords=\"28,130,27,124,43,109,40,86,58,78,91,78,105,64,98,47,129,9,164,0,188,77,192,141,153,127,140,107,28,132\" href=\"javascript:addState(\'New York\', \'NY\');\" alt=\"New York\">');
document.writeln('<area shape=poly coords=\"10,140,24,134,30,136,138,114,157,134,152,146,151,160,166,174,153,185,137,191,24,216,10,141,20,135\" href=\"javascript:addState(\'Pennsylvania\', \'PA\');\" alt=\"Pennsylvania\">');
document.writeln('<area shape=poly coords=\"161,133,158,157,171,171,157,192,177,210,191,183,186,161,177,160,176,154,185,140,160,135\" href=\"javascript:addState(\'New Jersey\', \'NJ\');\" alt=\"New Jersey\">');
document.writeln('<area shape=poly coords=\"152,189,147,193,150,205,158,234,174,234,173,225,163,217,151,195,151,191\" href=\"javascript:addState(\'Delaware\', \'DE\');\" alt=\"Delaware\">');
document.writeln('<area shape=poly coords=\"50,215,143,196,154,238,172,238,172,245,159,252,115,248,123,232,111,221,97,211,79,215,54,225,51,215\" href=\"javascript:addState(\'Maryland\', \'MD\');\" alt=\"Maryland\">');
document.writeln('</map>');
