

_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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=-10            // 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="#828284";
oncolor="#FFFFFF";
offbgcolor="#ADABAC";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
onitalic="1";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
headercolor="#828284";
headerbgcolor="#000000";
subimage="http://www.isftv.com/arrow.gif";
onsubimage='http://www.isftv.com/arrow2.gif';
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.4)";
}





with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="relative";
top=119;
alwaysvisible=1;
orientation="horizontal";
itemheight="23";
align="center";
aI("text=Home;url=http://www.isftv.com/index.html;itemwidth=70;status=Back to Our Home Page;");
aI("text=ISFTV Info;showmenu=ISFTV_Info;itemwidth=105;status=Everything About Us;");
aI("text=Consulting;url=http://www.isftv.com/Consulting.html;itemwidth=100;status=Consulting Services;");
aI("text=The Miller Channel Archive;showmenu=Miller_Channel;itemwidth=205;status=Check Previous Articles;");
aI("text=ISF Website;url=http://www.imagingscience.com;itemwidth=100;status=Go To The ISF.com Website;target=_blank");
aI("text=Links;showmenu=Links;itemwidth=80;status=Various Related Links;");
aI("text=Contact Us!;url=http://www.isftv.com/Contact_Info.html;itemwidth=100;status=Contact Information;");
}

drawMenus();

