
/***********************************************
* Pop-it menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var defaultMenuWidth="225px" //set default menu width.

var linkset=new Array()
//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT

linkset[0]='<a href="services_accounting.php">Overview of Accounting Assurance</a>'
linkset[0]+='<a href="services_ac_audit.php">Audit Services</a>'
linkset[0]+='<a href="services_ac_special.php">Special Accounting Services</a>'
linkset[0]+='<a href="services_ac_sarbanes.php">Sarbanes-Oxley and Other Compliance Reporting</a>'
linkset[0]+='<a href="services_ac_internal.php">Internal Controls</a>'


linkset[1]=''


linkset[2]='<a href="services_business_valuation.php">Overview of Forensic &amp; Business Valuation</a>'
linkset[2]+='<a href="services_business_valuation_consulting.php">Business Valuations</a>'
linkset[2]+='<a href="services_business_valuation_forensic.php">Forensic Accounting</a>'
linkset[2]+='<a href="services_business_valuation_fraud.php">Fraud Detection and Deterrence</a>'
linkset[2]+='<a href="services_business_valuation_litigation.php">Litigation Support</a>'
//linkset[2]+='<a href="services_business_valuation_family.php">Family Law Support</a>'
//linkset[2]+='<a href="services_business_valuation_personal.php">Personal Injury / Wrongful Death Calculations</a>'



linkset[3]='<a href="services_estate_planning.php">Overview of Estate Planning</a>'
linkset[3]+='<a href="services_estate_succession.php">Estate/Succession Planning</a>'
linkset[3]+='<a href="services_estate_tax.php">Tax Preperation</a>'



linkset[4]=''


linkset[5]=''


linkset[6]=''



linkset[7]='<a href="services_tax_planning.php">Overview of Tax Planning & Compliance</a>'
linkset[7]+='<a href="services_tax_planning_comp.php">Compliance</a>'
linkset[7]+='<a href="services_tax_planning_plan.php">Planning</a>'



linkset[8]=''


linkset[9]=''

linkset[20]='<b>Construction</b>'
linkset[20]+='<a href="industries_construction_accounting.php">Overview of Construction</a>'
linkset[20]+='<a href="ind_cpa_construction_assurance.php">Accounting &amp; Assurance</a>'
linkset[20]+='<a href="ind_cpa_construction_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[20]+='<a href="ind_cpa_construction_advisory.php">Management Advisory Services</a>'


linkset[21]='<b>Dealerships</b>'
linkset[21]+='<a href="industries_dealership_accounting.php">Overview of Dealerships</a>'
linkset[21]+='<a href="ind_cpa_dealership_assurance.php">Accounting &amp; Assurance</a>'
linkset[21]+='<a href="ind_cpa_dealership_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[21]+='<a href="ind_cpa_dealership_advisory.php">Management Advisory Services</a>'

linkset[22]='<b>Electric Service Distributors</b>'
linkset[22]+='<a href="industries_electric_accounting.php">Overview of Electric Service Distributors</a>'
linkset[22]+='<a href="ind_cpa_electric_assurance.php">Accounting &amp; Assurance</a>'
linkset[22]+='<a href="ind_cpa_electric_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[22]+='<a href="ind_cpa_electric_advisory.php">Management Advisory Services</a>'

linkset[23]='<b>Governmental</b>'
linkset[23]+='<a href="industries_governmental_accounting.php">Overview of Governmental</a>'
linkset[23]+='<a href="ind_cpa_governmental_assurance.php">Accounting &amp; Assurance</a>'
linkset[23]+='<a href="ind_cpa_governmental_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[23]+='<a href="ind_cpa_governmental_advisory.php">Management Advisory Services</a>'

linkset[24]='<b>Healthcare</b>'
linkset[24]+='<a href="industries_healthcare_accounting.php">Overview of Healthcare</a>'
linkset[24]+='<a href="ind_cpa_healthcare_assurance.php">Accounting &amp; Assurance</a>'
linkset[24]+='<a href="ind_cpa_healthcare_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[24]+='<a href="ind_cpa_healthcare_advisory.php">Management Advisory Services</a>'

linkset[25]='<b>Manufacturing &amp; Distribution</b>'
linkset[25]+='<a href="industries_manufacturing_accounting.php">Overview of Manufacturing &amp; Distribution</a>'
linkset[25]+='<a href="ind_cpa_manufacturing_assurance.php">Accounting &amp; Assurance</a>'
linkset[25]+='<a href="ind_cpa_manufacturing_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[25]+='<a href="ind_cpa_manufacturing_advisory.php">Management Advisory Services</a>'

linkset[26]='<b>Nonprofit / Governmental</b>'
linkset[26]+='<a href="industries_nonprofit_accounting.php">Overview of Nonprofit / Governmental</a>'
linkset[26]+='<a href="ind_cpa_nonprofit_assurance.php">Accounting &amp; Assurance</a>'
linkset[26]+='<a href="ind_cpa_nonprofit_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[26]+='<a href="ind_cpa_nonprofit_advisory.php">Management Advisory Services</a>'

linkset[27]=' <b>Real Estate</b>'
linkset[27]+='<a href="industries_realestate_accounting.php">Overview of Real Estate</a>'
linkset[27]+='<a href="ind_cpa_realestate_assurance.php">Accounting &amp; Assurance</a>'
linkset[27]+='<a href="ind_cpa_realestate_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[27]+='<a href="ind_cpa_realestate_advisory.php">Management Advisory Services</a>'

linkset[28]=' <b>Retail &amp; Restaurants</b>'
linkset[28]+='<a href="industries_retail_accounting.php">Overview of Retail &amp; Restaurants</a>'
linkset[28]+='<a href="ind_cpa_retail_assurance.php">Accounting &amp; Assurance</a>'
linkset[28]+='<a href="ind_cpa_retail_compliance.php">Tax Planning &amp; Compliance</a>'
linkset[28]+='<a href="ind_cpa_retail_advisory.php">Management Advisory Services</a>'


////No need to edit beyond here

var ie5=document.all && !window.opera
var ns6=document.getElementById

if (ie5||ns6)
document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')

function iecompattest(){
return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
}

function showmenu(e, which, optWidth){
if (!document.all&&!document.getElementById)
return
clearhidemenu()
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
menuobj.innerHTML=which
menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
menuobj.contentwidth=menuobj.offsetWidth
menuobj.contentheight=menuobj.offsetHeight
eventX=ie5? event.clientX : e.clientX
eventY=ie5? event.clientY : e.clientY
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.contentwidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
//same concept with the vertical position
if (bottomedge<menuobj.contentheight)
menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
else
menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
menuobj.style.visibility="visible"
return false
}

function contains_ns6(a, b) {
//Determines if 1 element in contained in another- by Brainjar.com
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function hidemenu(){
if (window.menuobj)
menuobj.style.visibility="hidden"
}

function dynamichide(e){
if (ie5&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}

function delayhidemenu(){
delayhide=setTimeout("hidemenu()",500)
}

function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}

if (ie5||ns6)
document.onclick=hidemenu
