
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset


function whichBrs() {
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}

var browserName = whichBrs();


with(menuStyle=new mm_style()){
offbgcolor="#ffffff"; 
offcolor="#73726F";
onbgcolor="#ffffff"; 
oncolor="#9D9A05";
bordercolor="#BEBEBE";
borderstyle="solid";
borderwidth=1;
separatorwidth="209";
separatorcolor="#BEBEBE";
separatorsize="1"; 
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="regular";
}

with(menuStyle2=new mm_style()){
offbgcolor="#ffffff"; 
offcolor="#73726F";
onbgcolor="#ffffff"; 
oncolor="#9D9A05";
bordercolor="#BEBEBE";
borderstyle="solid";
borderwidth=1;
separatorwidth="209";
separatorcolor="#BEBEBE";
separatorsize="1"; 
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="regular";
}

with(milonic=new menuname("shop")){
style=menuStyle;
if(browserName=="Firefox") {
top="offset=103";
left="offset=-202";} 
else {
top="offset=105";
left="offset=-202";}
menuwidth="209px";
menualign="center";
align="left";
screenposition="center";
itemheight="18";
aI("text=Lighting;url=subcategory.asp?cid=1;");
aI("text=Dining Room;url=subcategory.asp?cid=2;");
aI("text=Living Room;url=subcategory.asp?cid=3;");
aI("text=Accessories;url=subcategory.asp?cid=4;");
aI("text=Offers;url=offers.asp;");
}

with(milonic=new menuname("range")){
style=menuStyle2;
if(browserName=="Firefox") {
top="offset=103";
left="offset=-131"; }
else {
top="offset=105";
left="offset=-131";}
screenposition="center";
menuwidth="108px";
menualign="center";
align="left";
itemheight="18";
aI("text=Body Impressions;url=range.asp?rid=14;");
aI("text=Charleston;url=range.asp?rid=15;");
aI("text=Kansas;url=range.asp?rid=16;");
aI("text=Lexington;url=range.asp?rid=17;");
aI("text=Oakland;url=range.asp?rid=18;");
aI("text=Columbia;url=range.asp?rid=19;");
aI("text=Dallas Sleigh;url=range.asp?rid=20;");
aI("text=Denver;url=range.asp?rid=21;");
aI("text=Kentucky;url=range.asp?rid=22;");
aI("text=Maine;url=range.asp?rid=23;");
aI("text=Michigan;url=range.asp?rid=24;");
aI("text=Space;url=range.asp?rid=25;");
}




drawMenus();

