
_menuCloseDelay=500           // 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=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
_horizontalMenuDelay = true

with(menuStyle1 = new mm_style()){
offbgcolor = 'transparent';
offcolor = '#000';
onbgcolor = '#bfcfbe';
oncolor = '#000';
separatorcolor = '#000';
separatorsize = '0';
separatorheight = '12';
separatorwidth = '0';
separatorpadding = '0';
padding = '3';
fontsize = '12px';
fontstyle = 'normal';
fontweight = 'bold';
fontfamily = 'Arial,Helvetica,San-Serif';
align = 'center';
}

with(menuStyle2 = new mm_style()){
offbgcolor = '#dfecdf';
offcolor = '#000';
onbgcolor = '#075eae';
oncolor = '#fff';
bordercolor = '#666';
borderstyle = 'solid';
borderwidth = '1';
separatorcolor = '#666';
separatorsize = '1';
padding = '3';
fontsize = '12px';
fontstyle = 'normal';
fontfamily = 'Arial,Helvetica,Sans-Serif';
}

with(milonic=new menuname('Main Menu')){
style = menuStyle1;
alwaysvisible = 1;
orientation = 'horizontal';
left = 15;
top = 110;
imagewidth = 75;

aI('text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=/index.cfm?go=main.home;status=Welcome;imagewidth=75; ');
aI('text=&nbsp;&nbsp;About&nbsp;Southern&nbsp;&nbsp;;url=;showmenu=menu_695;status=About Southern;imagewidth=75;')
aI('text=&nbsp;&nbsp;Events&nbsp;&nbsp;;url=/index.cfm?go=cal.view;status=Events;imagewidth=75; ');
aI('text=&nbsp;&nbsp;Products&nbsp;&nbsp;;url=;showmenu=menu_689;status=Refrigeration;imagewidth=75;')
aI('text=&nbsp;&nbsp;Contact&nbsp;&nbsp;;url=/index.cfm?go=contact.form;status=Contact;imagewidth=75; ');
aI('text=&nbsp;&nbsp;Login&nbsp;&nbsp;;url=/admin/index.html;status=Login;imagewidth=75; ');
}

with(milonic=new menuname('menu_695')){
style=menuStyle2;
overflow='scroll';

aI('text=&nbsp;History&nbsp;;url=/index.cfm?go=cms.view&ID=697;status=Company History;imagewidth=75;');

aI('text=&nbsp;Locations&nbsp;;showmenu=menu_693;status=Locations;itemwidth=75;')

aI('text=&nbsp;Photo&nbsp;Gallery&nbsp;;url=/gallery;status=Gallery;imagewidth=75;');

aI('text=&nbsp;Careers&nbsp;;url=/index.cfm?go=cms.view&ID=760;status=Southern Refrigeration Career Opportunites;imagewidth=75;');

aI('text=&nbsp;Credit&nbsp;Information&nbsp;;showmenu=menu_727;status=Credit Information;itemwidth=75;')

aI('text=&nbsp;Press&nbsp;Releases&nbsp;;url=/index.cfm?go=press.view;status=Press Releases;imagewidth=75;');


}


with(milonic=new menuname('menu_689')){
style=menuStyle2;
overflow='scroll';

aI('text=&nbsp;Manufacturers&nbsp;List&nbsp;;url=/index.cfm?go=mfg.listPublic;status=Manufactures Links;imagewidth=75;');

aI('text=&nbsp;2009&nbsp;Catalog&nbsp;;url=/files/pdfs/Southern Refrigeration 2009 Catalog.pdf;status=2009 Catalog;imagewidth=75;');

aI('text=&nbsp;Special&nbsp;Promotions&nbsp;;url=/index.cfm?go=cms.view&ID=728;status=Special Promotions;imagewidth=75;');

aI('text=&nbsp;Line&nbsp;Card&nbsp;;url=/files/pdfs/SRC Line Card 2008.pdf;status=Line Card;imagewidth=75;');

aI('text=&nbsp;Industry&nbsp;Links&nbsp;;url=/index.cfm?go=industry.listPublic;status=Industry Links;imagewidth=75;');


}


with(milonic=new menuname('menu_693')){
style=menuStyle2;
overflow='scroll';

aI('text=&nbsp;Bristol,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=694;status=Bristol Branch;imagewidth=75;');

aI('text=&nbsp;Christiansburg,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=704;status=Christiansburg Branch;imagewidth=75;');

aI('text=&nbsp;Danville,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=699;status=Danville Branch;imagewidth=75;');

aI('text=&nbsp;Lynchburg,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=698;status=Lynchburg Branch;imagewidth=75;');

aI('text=&nbsp;Harrisonburg,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=700;status=Harrisonburg Branch;imagewidth=75;');

aI('text=&nbsp;Manassas,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=703;status=Manassas Branch;imagewidth=75;');

aI('text=&nbsp;Roanoke,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=706;status=Roanoke Distribution Center and Corporate Headquarters;imagewidth=75;');

aI('text=&nbsp;Richmond,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=761;status=Richmond Branch;imagewidth=75;');

aI('text=&nbsp;Springfield,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=705;status=Springfield Branch;imagewidth=75;');

aI('text=&nbsp;Winchester,&nbsp;Va.&nbsp;;url=/index.cfm?go=cms.view&ID=702;status=Winchester Branch;imagewidth=75;');


}


with(milonic=new menuname('menu_727')){
style=menuStyle2;
overflow='scroll';

aI('text=&nbsp;Credit&nbsp;Application&nbsp;;url=/index.cfm?go=cms.view&ID=765;status=Credit Application;imagewidth=75;');


}

drawMenus();

