_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Palatino Linotype";
fontsize="9pt";
fontstyle="normal";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="Black";
onbgcolor="White";
onbold="bold";
oncolor="Black";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagecolor="FloralWhite";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Palatino Linotype";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="Black";
onbgcolor="White";
oncolor="Gray";
outfilter="Fade(Overlap=1.00)";
padding="4";
pagebgcolor="Azure";
pagecolor="Black";
imagepadding="6";
itemwidth="140";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=.././;");
aI("text=Shopping;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Shopping Centers;target=;url=../shopping/shopping-centers/;");
aI("text=Malls;target=;url=../shopping/malls/;");
aI("text=Department Stores;target=;url=../shopping/department-stores/;");
aI("text=Antiques;target=;url=../shopping/antiques/;");
aI("text=Autos;target=;url=../shopping/autos/;");
aI("text=Books;target=;url=../shopping/books/;");
aI("text=Clothing;target=;url=../shopping/clothing/;");
aI("text=Grocery Stores;target=;url=../shopping/grocery-stores/;");
aI("showmenu=Video Games/AmazonLEFT_MENU;text=Video Games;target=;url=video-games-stores-in-albuquerque.php;");
}

with(milonic=new menuname("Video Games/AmazonLEFT_MENU")){
style=submenuStyle;
aI("text=Amazon;target=;url=http://www.albuquerquewebmall.com/mall-stores/video-game-store.php;");
aI("text=Best Buy;target=;url=best-buy-in-albuquerque-(video-game-stores).php;");
aI("text=Gamestop;target=;url=gamestop-locations-in-albuquerque.php;");
}


 drawMenus();

