var submenuStyle = new mm_style;



with(milonic=new menuname("which")){
style=submenuStyle;

alwaysvisible=1;
top=40;
left=0;
screenposition="left";
orientation="horizontal";
aI("image=images/blank.gif;imagewidth=318;itemheight=28;");
aI("text=Testimonials;url=testimonials.html;pagematch=testimonials.html;target=_parent;itemheight=28;");
aI("text=Helpful Hints;url=hints.html;pagematch=hints.html;target=_parent;itemheight=28;");
aI("text=FAQ's;url=faq.html;pagematch=faq.html;target=_parent;itemheight=28;");
aI("image=images/blank.gif;imagewidth=220;itemheight=28;");
}



drawMenus();

