_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#4F4F4F";
offcolor="#000000";
onbgcolor="#8F8F8F";
oncolor="#000000";
ondecoration="underline";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3)";
padding="3";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/whitegrey.gif";
offbgcolor="#4F4F4F";
offcolor="#000000";
onbgcolor="#8F8F8F";
oncolor="#000000";
ondecoration="underline";
outfilter="Fade(Overlap=1.00)";
padding="5";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
overimage="images/whitegrey.gif";
imagepadding="6";
itemwidth="140";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.sunjay-varma.com/;");
aI("showmenu=GamesTurtle GameLEFT_MENU;text=Games;target=;url=games.html;");
aI("showmenu=ResourcesExtrasLEFT_MENU;text=Resources;target=;url=resources.html;");
aI("showmenu=OtherContact UsLEFT_MENU;text=Other;target=;url=other.html;");
}

with(milonic=new menuname("GamesTurtle GameLEFT_MENU")){
style=submenuStyle;
aI("text=Turtle Game;target=;url=turtle-game.html;");
aI("text=Clock Timer;target=;url=clock-timer.html;");
aI("text=Cube Racer;target=;url=cube-racer.php;");
aI("text=Master Guess;target=;url=master-guess.php;");
}

with(milonic=new menuname("ResourcesExtrasLEFT_MENU")){
style=submenuStyle;
aI("text=Extras;target=;url=extras.html;");
aI("text=Links;target=;url=links.html;");
aI("text=Scripts;target=;url=scripts.html;");
aI("text=Tutorials;target=;url=tutorials.html;");
}

with(milonic=new menuname("OtherContact UsLEFT_MENU")){
style=submenuStyle;
aI("text=Contact Us;target=;url=contact.php;");
aI("text=Site Map;target=;url=sitemap-alphabetical.html;");
aI("text=Privacy;target=;url=privacy-page.html;");
}


 drawMenus();

