_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
image="images/orangedots.gif";
offbgcolor="Beige";
offcolor="Black";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="196";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("showmenu=All Credit Cards/Apply For A Credit CardLEFT_MENU;text=All Credit Cards;target=;url=all-credit-cards.html;");
}

with(milonic=new menuname("All Credit Cards/Apply For A Credit CardLEFT_MENU")){
style=submenuStyle;
aI("text=Apply For A Credit Card;target=;url=want-credit-card.html;");
aI("text=Bad Credit Rating;target=;url=bad-credit-rating.html;");
aI("text=Credit Card Debt Consolidation;target=;url=credit-card-debt-consolidation.html;");
aI("text=Credit Card Fraud Protection;target=;url=credit-card-fraud-help.html;");
aI("text=How To Eliminate Credit Card Debt;target=;url=getting-rid-of-credit-card-debt.html;");
aI("text=Good Credit Rating;target=;url=value-of-good-credit-rating.html;");
aI("text=How To Use Credit Cards;target=;url=how-to-use-credit-cards.html;");
aI("text=Small Business Credit Cards;target=;url=small-business-credit-cards.html;");
aI("text=Student Credit Card Application;target=;url=student-credit-cards.html;");
aI("text=World Of Credit Cards;target=;url=world-of-credit-cards.html;");
}


 drawMenus();

