﻿
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#7B7B73";
oncolor="#FFB50C";
offbgcolor="#7B7B73";
offcolor="#ffffff";
padding=5;
menuwidth="100%";
menuheight="50%"
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
separatorsize="0"
pagecolor="black";
pagebgcolor="#929090";
headercolor="#7B7B73";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=/Images/Home/nav/about.gif;overimage=Images/Home/nav/aboutroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/aboutus.html;showmenu=about;");
aI("image=Images/Home/nav/services.gif;overimage=Images/Home/nav/servicesroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/services.html;showmenu=services;");
aI("image=/Images/Home/nav/resource.gif;overimage=Images/Home/nav/resourceroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/resourcecenter.html;showmenu=resources;");
aI("image=/Images/Home/nav/enespanol.gif;overimage=Images/Home/nav/enespanolroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/enespanol.html;");
aI("image=/Images/Home/nav/seminars.gif;overimage=Images/Home/nav/seminarsroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/seminars.html;");
aI("image=/Images/Home/nav/employment.gif;overimage=Images/Home/nav/employmentroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/employment.html;");
aI("image=/Images/Home/nav/contact.gif;overimage=Images/Home/nav/contactroll.gif;target=_parent;sourceframe=main;url=http://www.ssacpa.com/contactus.html;showmenu=contact;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Firm Profile;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/aboutus.html;");
aI("text=Shareholder Profile;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/profiles.html;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Tax Consulting & Compliance;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/services.html#Tax_Consulting;");
aI("text=Business Consulting Services;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/services.html#Business_Consulting_Serviecs;");
aI("text=Financial Accounting;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/services.html#Financial_Accounting;");
aI("text=Asset Protection & Personal Financial Planning;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/services.html#Asset_Protection;");
aI("text=International Tax & Consulting;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/services.html#International_Tax;");
aI("text=Litigation Support Services;target=_parent;sourceframe=main;sourceframe=main;url=http://www.ssacpa.com/services.html#Litigation_Support;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Tax Information;target=_parent;sourceframe=main;url=http://www.ssacpa.com/resourcecenter.html;");
aI("text=Tax Articles;target=_parent;sourceframe=main;url=http://www.ssacpa.com/taxarticles.html;");
aI("text=Tax Calendar;target=_parent;sourceframe=main;url=http://www.ssacpa.com/taxcalendar.html;");
aI("text=Newsletters;target=_parent;sourceframe=main;url=http://www.ssacpa.com/newsletters.html;");
aI("text=Press Releases;target=_parent;sourceframe=main;url=http://www.ssacpa.com/pressreleases.html;");
aI("text=Other Links;target=_parent;sourceframe=main;url=http://www.ssacpa.com/otherlinks.html;");
}


with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info/Directions;target=_parent;sourceframe=blank;url=http://www.ssacpa.com/contactus.html;");
aI("text=Management Directory;target=_parent;sourceframe=blank;url=http://www.ssacpa.com/companydirectory.html;");
}

drawMenus();



