


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0         // 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="#CCCAA9";
oncolor="#716655";
bgimage="http://www.hlipublishing.com/images/button.jpg"
overbgimage="http://www.hlipublishing.com/images/button_over.jpg"
itemwidth="135"
itemheight="32"
offbgcolor="#CCCAA9";
offcolor="#CCCAA9";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="60%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="FFFFFF";
pagebgcolor="#ECEBD8";
headercolor="";
headerbgcolor="";
subimage="http://www.contractorshotline.com/images/arrow.gif";
subimagepadding="";
}


with(menuStyle2=new mm_style()){
onbgcolor="#CCCAA9";
oncolor="#716655";
bgimage=""
overbgimage=""
itemwidth="150"
itemheight="23"
offbgcolor="#006517";
offcolor="#CCCAA9";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#716655";
separatorsize="0";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="FFFFFF";
pagebgcolor="#CCCAA9";
headercolor="#000000";
headerbgcolor="#065C8D";
subimage="http://www.contractorshotline.com/images/arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=0, Strength=0-)";
outfilter="randomdissolve(duration=0.0)";
}




with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=104;
left=30;
alwaysvisible=1;
orientation="vertical";
aI("text=&nbsp;&nbsp;HOME;url=http://www.hlipublishing.com/");
aI("text=&nbsp;&nbsp;COMPANY;showmenu=company");
aI("text=&nbsp;&nbsp;PUBLICATIONS;showmenu=publications");
aI("text=&nbsp;&nbsp;BUSINESS SERVICES;showmenu=businessServices");
aI("text=&nbsp;&nbsp;CONTACT;url=http://www.hlipublishing.com/drupal_online_jobs/contact_us.cfm");
aI("text=&nbsp;&nbsp;CAREER OPPORTUNITIES;url=http://www.hlipublishing.com/drupal_online_jobs/vacancies.cfm");

}


with(milonic=new menuname("company")){
style=menuStyle2;
overflow="scroll";
aI("text=Welcome;url=http://www.hlipublishing.com/welcome.htm");
aI("text=History;url=http://www.hlipublishing.com/company_history.htm");
aI("text=Executives;url=http://www.hlipublishing.com/executives.htm");

}

with(milonic=new menuname("publications")){
style=menuStyle2;
overflow="scroll";
aI("text=General Information;url=http://www.hlipublishing.com/information.htm");
aI("text=Publications;url=http://www.hlipublishing.com/pub_links.htm");
}



with(milonic=new menuname("businessServices")){
style=menuStyle2;
overflow="scroll";
aI("text=List Marketing;url=http://www.heartlandlistmarketing.com");
}

with(milonic=new menuname("realEstate")){
style=menuStyle2;
overflow="scroll";
aI("text=Development & Management;url=http://www.hlipublishing.com/real_estate/");
aI("text=The Downtown Ballroom;url=http://www.downtownballroom.com");
}
drawMenus();


