_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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

var topcat = createUrl('topcat');
var shopcart = createUrl('shopcart');
var quickorder = createUrl('quickorder');
var shoplist =  createUrl('shoplist');
var orderhistory = createUrl('orderhistory');
var contactus =  createUrl('contactus');
var agent =  createUrl('agent');
var careers =  createUrl('careers');
var feedback =  createUrl('feedback');
var aboutus = createUrl('aboutus');
var monthly = createUrl('monthly');
var features = createUrl('features');
var binscabinets = createUrl('binscabinets');
var systems = createUrl('systems');
var profitmax = createUrl('profitmax');
var clinics = createUrl('clinics');
var technical = createUrl('technical');
var pros = createUrl('pros');
var press = createUrl('press');
var financials = createUrl('financials');
var media = createUrl('media');

with(menuStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
//bordercolor="#296488";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="9";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#FFCC99";
}

with(DMStyle=new mm_style()){
onbgcolor = "#FF9900";
oncolor = "#000000";
offbgcolor = "#828DA7";
offcolor = "#FFFFFF";
bordercolor = "#4A505F";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#4A505F";
separatorsize = 1;
padding = 3;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily="Verdana, Tahoma, Arial";
//subimage="images/arrow.gif";
//subimagepadding="2";
}

   with(milonic=new menuname("products")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Browse Our Catalog;url=" + topcat + ";");
    aI("text=Bins and Cabinets;url=" + binscabinets + ";");
    aI("text=Product Systems;url=" + systems + ";");
    }

    with(milonic=new menuname("about")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=About Us;url=" + aboutus + ";");
    //aI("text=Press Releases;url=http://ir.thomsonfn.com/InvestorRelations/PubCorporateOverview.aspx?partner=3176;target='blank';");
    aI("text=Press Releases;url=" + press + ";target='blank';");
    aI("text=Tradeshows & Media;url=" + media + ";");
    //aI("text=Financials;url=http://ir.thomsonfn.com/InvestorRelations/PubCorporateOverview.aspx?partner=3176;target='blank';");
	aI("text=Financials;url=" + financials + ";target='blank';");
	aI("text=Website Features;url=" + features + ";");
    }
    
    with(milonic=new menuname("shop")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Browse Our Catalog;url="+ topcat + ";");
    aI("text=View Shopping Cart;url=" + shopcart + ";");
    aI("text=Personal Shopping List;url=" + shoplist + ";");
	aI("text=Monthly Specials;url=" + monthly + ";");
    aI("text=Order History;url=" + orderhistory + ";");
    aI("text=Quick Order Pad;url="+ quickorder +";");
    }
     
    with(milonic=new menuname("services")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Kent ProfitMax Program;url=" + profitmax + ";");
    aI("text=In Shop Clinic;url=" + clinics + ";");
    aI("text=Technical Services;url=" + technical + ";");
    aI("text=Pros;url=" + pros + ";");
    }
 
    with(milonic=new menuname("contact")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=Contact Us;url="+ contactus + ";");
    aI("text=Agent Contact;url="+ agent + ";");
    aI("text=Careers;url="+ careers + ";");
    aI("text=Feedback Form;url="+ feedback + ";");
     
    }


drawMenus();
