_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=10;

with(menuStyle=new mm_style()){
itemwidth="146"; 
//bordercolor="#FFFFFF";
//borderstyle="solid";
//borderwidth=0;
fontfamily="Tahoma,Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#221E1F";
offcolor="#ffffff";
onbgcolor="#221E1F";
oncolor="#ED2D23";
//outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
//pagebgcolor="#6B6D73";
pagecolor="#ffffff";
separatorcolor="#ED2D23";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=0;
}

with(menuSideStyle=new mm_style()){
itemwidth="150"; 
//bordercolor="#DEDCDE";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Tahoma,Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#221E1F";
offcolor="#ffffff";
onbgcolor="#221E1F";
oncolor="#ED2D23";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
//pagebgcolor="#6B6D73";
pagecolor="#ffffff";
separatorcolor="#ED2D23";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(la=new menuname("CC")){
overflow="scroll";
style=menuSideStyle;
aI("text=Australia;url=australia.php;")
aI("text=Europe;url=europe.php;")
aI("text=New Zealand;url=new_zealand.php;")
aI("text=SE Asia;url=seasia.php;")
aI("text=South Africa;url=south_africa.php;")
aI("text=USA;url=usa.php;")
}

drawMenus();


