


_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=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
oncolor="#FF7F50";
onbgcolor="#bc5bbf";
offcolor="#FF7F50";
offbgcolor="#88368A";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#88368A";
headercolor="#ffffff";
headerbgcolor="#ffff99";
subimage="/jsmenu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
outfilter="Fade(duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="offset=180";
left="offset=10";
//followscroll="0"; 
screenposition="top;center"
alwaysvisible=1;
orientation="horizontal";
aI("text=Vegas Blog;url=http://www.lasvegasvegas.com/index.php;showmenu=aboutus;status=Las Vegas Entertainment Blog;");
aI("text=Poker Blog;url=http://www.lasvegasvegas.com/pokerblog/index.php;showmenu=poker;status=Poker Prof's Blog;offbgcolor=#006511;onbgcolor=#6dff87;pagebgcolor=#006511;");
aI("text=Business;url=http://www.lasvegasvegas.com/business_politics/index.php;status=Nevada Business, Politics and Real Estate Blog;offbgcolor=#675724;onbgcolor=#edd289;pagebgcolor=#675724;");
aI("text=Shops;url=http://www.lasvegasvegas.com/shopping/;status=Las Vegas Shops, Stores and Shopping Centers;offbgcolor=#3f50b9;onbgcolor=#8fA0F9;pagebgcolor=#3f50b9;");
aI("text=Shows;url=http://www.lasvegasvegas.com/shows/;status=Las Vegas Show and Event Listings;offbgcolor=#585c13;onbgcolor=#E8Dc83;pagebgcolor=#585c13;");
aI("text=Photos;url=http://www.lasvegasvegas.com/poker/photogallerysearch.php;status=Las Vegas and Poker Photos;");

}


// Begins Links ------------------------------------------------------->
with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Las Vegas;url=http://www.lasvegasvegas.com/links.php;");
}
//End Links ----------------------------------------------------------->

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=About Us;url=http://www.lasvegasvegas.com/aboutus.php;");
aI("text=Contact Us;url=/aboutus.php#30;status=Contact Us;");
aI("text=Advertising;url=/advertising.php;status=Contact Our Advertising Dept.;");
aI("text=Privacy Policy;url=/privacy.php;status=Privacy Policy;");
aI("text=Terms and Conditions;url=/terms.php;status=Terms of Site Use / Creative Commons License;");
} 
// Begins Poker ------------------------------------------------------->
with(milonic=new menuname("poker")){
style=menuStyle;
aI("text=Las Vegas Poker Tournaments;url=http://www.lasvegasvegas.com/poker/tournaments.php;status=Find Vegas Poker Tournaments;");
aI("text=WSOP 2005/2006;url=http://www.lasvegasvegas.com/poker/wsop2005.php;status=World Series of Poker;");
aI("text=Poker Rules (RRP 10);url=http://www.lasvegasvegas.com/poker/rules.php;status=Robert's Rules of Poker v. 10;");
aI("text=Poker Player Bios;url=http://www.lasvegasvegas.com/poker/bios.php;status=Poker Player Profiles;");
aI("text=Poker Links;url=http://www.lasvegasvegas.com/poker/links.php;status=Poker Links;");
aI("text=Texas Hold'em Odds;url=http://www.lasvegasvegas.com/poker/odds.php;status=Poker Odds;");
}

drawMenus();

