


_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.hjpugh.com/arrow.gif";
subimagepadding="2";
itemwidth="105";
screenposition="center";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
itemwidth="140";
screenposition="center";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
//left=10;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.shtml;status=Back To Home Page;");
aI("text=Sales;url=new.html;");
aI("text=Results;showmenu=results;");
aI("text=Mailing Lists;showmenu=mailing;");
//aI("text=Conditions;url=conditions.html;");
aI("text=Information;showmenu=info;");
aI("text=Property;url=http://www.hjpugh.co.uk;target=_blank;");

}

with(milonic=new menuname("auctions")){
style=menuStyle2;
overflow="scroll";
aI("text=All sales;");
aI("text=Machinery;");
aI("text=Furniture;");
}

with(milonic=new menuname("results")){
style=menuStyle2;
aI("text=2012;url=http://www.hjpugh.com/results2012.html");
aI("text=2011;url=http://www.hjpugh.com/results2011.html");
aI("text=2010;url=http://www.hjpugh.com/results2010.html");
aI("text=2009;url=http://www.hjpugh.com/results2009.html");
//aI("text=2008;url=http://www.hjpugh.com/results2008.html");
}

with(milonic=new menuname("mailing")){
style=menuStyle2;
aI("text=Tractors & Machinery;url=mailtractors.html");
aI("text=Furniture;url=mailfurn.html");
aI("text=Motorcycles;url=mailcycles.html");
aI("text=Horticulture;url=mailplants.html");
aI("text=Timber & Tools;url=mailtimber.html");
aI("text=Railwayana;url=mailrail.html");
aI("text=Military;url=mailmilitary.html");
}

with(milonic=new menuname("info")){
style=menuStyle2;
//aI("text=About us;url=aboutus.html");
aI("text=Contact us;url=aboutus.html");
aI("text=Map;url=aboutus.html");
aI("text=Frequently asked questions;url=faq.html");
aI("text=General Sale Conditions;url=conditions.pdf;target=_blank");
}

with(milonic=new menuname("property")){
style=menuStyle2;
aI("text=Properties;url=http://www.hjpugh.co.uk/;target=_blank");
}


drawMenus();


