// JavaScript Document
var basehref="";
document.write('<div id="dropdowncontainer"> ');
if ((thisbrowser >= 3) && (thisbrowser < 7))
{
	// old ie browser
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);"></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+'OurServices.html#Tax">Tax Services');
document.write('    </a><a href="'+basehref+'OurServices.html#Acct">Accounting Services');
document.write('    </a><a href="'+basehref+'OurServices.html#FinServ">Financial Services');
document.write('    </a></div>');
}
else
{
	// ie 7 or other browser
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);"></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+'OurServices.html?loc=Tax">Tax Services');
document.write('    </a><a href="'+basehref+'OurServices.html?loc=Acct">Accounting Services');
document.write('    </a><a href="'+basehref+'OurServices.html?loc=FinServ">Financial Services');
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);"><a href="http://www.dynamicontent.com/DCv2/Calcs.asp?key=frankhiza">Financial Calculators');
document.write('    </a><a href="http://www.dynamicontent.com/DCv2/dates.asp?key=frankhiza">Tax Calendar');
document.write('    </a><a href="http://www.dynamicontent.com/DCv2/statetax.asp?key=frankhiza">Tax Links');
document.write('    </a><a href="http://www.dynamicontent.com/DCv2/glossary.asp?key=frankhiza">Financial Terms Glossary');
document.write('    </a><a href="http://www.dynamicontent.com/DCv2/refundstat.asp?key=frankhiza">Track your Refund');
document.write('    </a><a href="http://www.dynamicontent.com/DCv2/cartoon.asp?key=frankhiza">Cartoon of the Month');
document.write('    </a></div>');
document.write('  <div id="DropDown_Menu4" name="DropDown_Menu4" style="display: none; height:0px; width:0px;" onmouseover="setTurn(0); showmenu(\'DropDown_Menu4\',\'0\',\'button4\',\'150\');" onmouseout="timeoutMenus(500);"><a href="mailto:FNHIZA@AOL.COM">Contact Frank Hiza');
document.write('    </a><a href="'+basehref+'Contact.html">Office Location and Map');
document.write('    </a><a href="'+basehref+'ContactForm.php">Contact Form');
document.write('    </a></div>');
document.write('  <div id="DropDown_Menu5" name="DropDown_Menu5" style="display: none; height:0px; width:0px;" onmouseover="setTurn(0); showmenu(\'DropDown_Menu5\',\'0\',\'button5\',\'150\');" onmouseout="timeoutMenus(500);"></div>  ');		
document.write('</div>');

