// JavaScript Document
var basehref="";
document.write('<div id="dropdowncontainer"> ');
document.write('  <div id="DropDown_Menu1" name="DropDown_Menu1" style="display: none; height:0px; width:0px;" onmouseover="setTurn(0); showmenu(\'DropDown_Menu1\',\'0\',\'button1\',\'150\');" onmouseout="timeoutMenus(500);"><a href="'+basehref+'aboutus_mark.html">About Mark B. Zinman, CPA');
document.write('    </a><a href="'+basehref+'aboutus_karen.html">About Karen McNamee, CPA');
document.write('    </a><a href="'+basehref+'#">About Stanley Kritzstein, CPA');
document.write('    </a><a href="'+basehref+'#">About Elliot Titcher, CPA, CFE');
document.write('    </a></div>');
document.write('  <div id="DropDown_Menu2" name="DropDown_Menu2" style="display: none; height:0px; width:0px;" onmouseover="setTurn(0); showmenu(\'DropDown_Menu2\',\'0\',\'button2\',\'150\');" onmouseout="timeoutMenus(500);"><a href="'+basehref+'serviceofferings_acct.html">Accounting');
document.write('    </a><a href="'+basehref+'serviceofferings_taxad.html">Tax Advisory');
document.write('    </a><a href="'+basehref+'serviceofferings_finman.html">Financial Management');
document.write('    </a><a href="'+basehref+'serviceofferings_litsup.html">Litigation Support');
document.write('    </a><a href="'+basehref+'serviceofferings_buscon.html">Business Consulting');
document.write('    </a><a href="'+basehref+'serviceofferings_techsol.html">Technology Solutions');
document.write('    </a></div>');
document.write('  <div id="DropDown_Menu3" name="DropDown_Menu3" style="display: none; height:0px; width:0px;" onmouseover="setTurn(0); showmenu(\'DropDown_Menu3\',\'0\',\'button3\',\'150\');" onmouseout="timeoutMenus(500);"></div>');
document.write('</div>');
