_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(GlobalStyle=new mm_style()){
offcolor="#000000";
offbgcolor="#efefef";
oncolor="#ffffff";
onbgcolor="#008EDA";
bordercolor="#efefef";
borderstyle="solid";
borderwidth="3";
fontsize="10";
fontstyle="normal";
fontweight="normal";
fontfamily="verdana";
padding=0;
subimage="";
}

with(milonic=new menuname("products")){
style=GlobalStyle;
aI("text=FINALSCRATCH OPEN;url=prod_fsopen.asp")
aI("text=FS RECORDS;url=prod_fsrec.asp")
aI("text=890FS MP4;url=prod_890fs.asp")
}

with(milonic=new menuname("support")){
style=GlobalStyle;
aI("text=FINALSCRATCH 2.0;url=spt_fs2.asp")
aI("text=FINALSCRATCH 1.0;url=spt_fs10.asp")

}

drawMenus();
