





_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=10              // Sub menu top offset

_subOffsetLeft=-10            // 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()){

onbgcolor="#400000";

oncolor="#FF0000";

offbgcolor="#400000";

offcolor="#FFFFFF";

bordercolor="#400000";

borderstyle="solid";

borderwidth=1;

separatorcolor="#640000";

separatorsize="1";

padding=1;

fontsize="10";

fontstyle="normal";

fontweight="bold";

fontfamily="Verdana";

pagecolor="#ffffff";

pagebgcolor="#400000";

headercolor="#400000";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="0";

overfilter="Fade(duration=0.0);Alpha(opacity=95);Shadow(color='#400000', Direction=0, Strength=0)";

outfilter="randomdissolve(duration=0.3)";

}





with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=70;

left=195;

itemwidth=10;

menuwidth=530;

alwaysvisible=1;

orientation="horizontal";

position="relative";

aI("text=&nbsp;HOME&nbsp;&nbsp;;showmenu=Home;status=Home;onfunction=showtip('The Pro-Hunter.');url=http://www.discoverprohunter.com/");

aI("text=&nbsp;CONCEPT&nbsp;&nbsp;;showmenu=Concept;status=Concept;onfunction=showtip('The Pro-Hunter Concept.');url=http://www.discoverprohunter.com/concept/");

aI("text=&nbsp;&nbsp;&nbsp;COLLECTION&nbsp;&nbsp;;showmenu=Collection;status=Collection;onfunction=showtip('View Pro-Hunter Collection.');url=http://www.discoverprohunter.com/collection/");

aI("text=&nbsp;&nbsp;&nbsp;NEWS&nbsp;&nbsp;;showmenu=News;status=News;onfunction=showtip('Stop Press News.');url=http://www.discoverprohunter.com/news/");

aI("text=&nbsp;&nbsp;&nbsp;OWNERS&nbsp;&nbsp;;showmenu=Owners;status=Owners;onfunction=showtip('Owners Gallery');url=http://www.discoverprohunter.com/owners/busson/");

aI("text=&nbsp;&nbsp;&nbsp;STOPPRESS&nbsp;&nbsp;;showmenu=Stoppress;status=Stoppress;onfunction=showtip('Press Reports');url=http://www.discoverprohunter.com/stoppress/");

aI("text=&nbsp;&nbsp;&nbsp;CONTACT&nbsp;&nbsp;&nbsp&nbsp;;status=Contact;onfunction=showtip('Enquire about the Pro-Hunter.');url=http://www.discoverprohunter.com/contact/");

aI("text=&nbsp;&nbsp;&nbsp;RETAILERS&nbsp;&nbsp;&nbsp&nbsp;;status=Retailers;onfunction=showtip('Exclusive Worldwide Stockists.');url=http://www.discoverprohunter.com/retailers/");

aI("text=&nbsp;&nbsp;&nbsp;FEEDBACK&nbsp;&nbsp;&nbsp&nbsp;;status=Feedbacks;onfunction=showtip('Feedbacks.');url=http://www.discoverprohunter.com/feedbacks/");

aI("text=&nbsp;&nbsp;&nbsp;FAQ&nbsp;&nbsp;&nbsp&nbsp;;status=FAQ's;onfunction=showtip('Frequently Asked Questions.');url=http://www.discoverprohunter.com/faq/");

aI("text=&nbsp;&nbsp;&nbsp;FACEBOOK&nbsp;&nbsp;&nbsp&nbsp;;status=Facebook;onfunction=showtip('Join Pro-Hunter on Facebook.');url=http://www.discoverprohunter.com/facebook/");

}




drawMenus();