<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=420; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#f67400";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ONLINE TOOLS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["PLACE ORDER"] //create header
ssmItems[1]=["Online", "http://www.dknreadymix.com/online_order_form.html", ""]
ssmItems[2]=["By Fax", "http://www.dknreadymix.com/fax_form.pdf", "blank"]

ssmItems[3]=["Customer Service", "", ""]
ssmItems[4]=["Call Back Request", "https://livechat.parachat.com/chat/callback.htm?domain=www.dknreadymix.com", "blank"]
ssmItems[5]=["Quote Request", "http://www.dknreadymix.com/qoute.html", ""]
ssmItems[6]=["Contractor Request", "http://www.dknreadymix.com/contractor.html", ""]

ssmItems[7]=["FAQ", "http://www.dknreadymix.com/faq_customer_service.html", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "http://www.dknreadymix.com/email_us.html", "",1]

ssmItems[9]=["Applications", "", ""] //create header
ssmItems[10]=["Apply for Credit ", "http://www.dknreadymix.com/credit-application.pdf", "blank"]
ssmItems[11]=["Employment", "http://www.dknreadymix.com/dkn_employment_application.pdf", "blank"]

buildMenu();
//-->