


_menuCloseDelay=300          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=-1              // Sub menu top offset
_subOffsetLeft=1          	  // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



//with(menuStyle=new mm_style()){
//onbgcolor="#BFD2EB";
//oncolor="#000000";
//offbgcolor="#6699CC";
//offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//separatorcolor="#2D729D";
//separatorsize="1";
//padding=2;
//fontsize="11";
//fontstyle="normal";
//fontweight="bold";
//fontfamily="Arial, Verdana, Tahoma";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="images/arrow2.gif";
//subimageposition="right";
//subimagepadding="2";
//overfilter="Alpha(opacity=95)";
//outfilter="";
//}

with(menuStyle2=new mm_style()){
//onbgcolor="#465F8A";
oncolor="#B9D9F4";
//offbgcolor="#465F8A";
//bgimage="images/blue-1.gif";
offcolor="#FFFFFF";
//bordercolor="";
//borderstyle="solid";
//borderwidth=3;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="BOLD";
fontfamily="Arial, Verdana, Tahoma";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="images/arrow.gif";
//subimageposition="right";
//subimagepadding="2";
//overfilter="Alpha(opacity=90))";
//outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle2;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=&nbsp;&nbsp;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SERVICES &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=/htm/services.htm;status=Tax Services;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REFUNDS &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=/htm/refunds.htm;status=Tax Refunds;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RESOURCES &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/htm/resources.htm;status=Tax Resources;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEWS & EVENTS &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/htm/news.htm;status=Tax News & Events;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CONTACT US &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=/contact.htm;status=Contact Us;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/index.htm;status=Back To Home Page;");
aI("text=&nbsp;&nbsp;");
}

	//with(milonic=new menuname("Machinery")){
	//style=menuStyle;
	//margin=1;
	//overflow="scroll";
	//aI("text=Dovetail Joining System;showmenu=DJS;");
	//aI("text=Beaded Face Frame System;showmenu=BFFS;");
	//aI("text=Portable Doweling System;showmenu=PDS;");
	//aI("text=Single Miter Saws;showmenu=SMS;");
	//aI("text=Double Miter Saws;showmenu=DMS;");
	//aI("text=Edge Lipping Planer;showmenu=ELP;");
	//}

drawMenus();

