fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="white";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#763521";
//offborder="1px solid #763521";
onbgcolor="#763521";
oncolor="white";
onbold=0;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=4;
pagebgcolor="white";
pagecolor="#159436";
pagebgimage="images/L_Selected_white.jpg"
separatorcolor="#763521";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
menubgimage="images/bingsside.jpg";
bgimage="images/bingsside.jpg";
itemwidth="130px"
align="left";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=0;
orientation="vertical";
style=menuStyle;
top=190;

menualign="left";

//aI("status=&nbsp;text=&nbsp;itemwidth=33px;bgimage=images/L_Menu_Item.jpg;overbgimage=images/L_Menu_Item.jpg;pointer=default;imageheight=24")
//aI("tooltip=Click for Homepage;status=Home;text=Home;url=javascript:window.parent.window.parent.document.getElementById('pnllnkHome').click();");
if (intLogin ==0)
{
	aI("status=Login / Register;subimageposition=0;text=Login / Register;url=javascript:Load_Frame('index.asp?page=consumerlogin&UID=" + theUser + "&Checker=" + theChecker+ "');");
}
else
{
	aI("status=Your Account;subimageposition=0;text=My Details;url=javascript:Load_Frame('Setup.aspx?UID=" + theUser + "&Checker=" + theChecker + "&ID=" + theUser + "&wiz=3&page=1&format=0&new=0&option=1');");
}
aI("status=About Us;subimageposition=0;text=About Us;url=javascript:Load_Frame('index.asp?page=conabout&UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=News & Events;subimageposition=0;text=News & Events;url=javascript:Load_Frame('index.asp?page=connews&UID=" + theUser + "&Checker=" + theChecker+ "');");
intMenu_Offset = 0
if (intLogin ==1)
{
	aI("status=Favourites;subimageposition=0;text=Favourites;url=javascript:Load_Frame('ConFavourites.asp?UID=" + theUser + "&Checker=" + theChecker+ "');");
	intMenu_Offset = 1
}
aI("status=FAQs;subimageposition=0;text=FAQs;url=javascript:Load_Frame('index.asp?page=confaq&UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=Customer Comments;subimageposition=0;text=Customer Comments;url=javascript:Load_Frame('Comment_View.aspx?UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=Stockists;subimageposition=0;text=Stockists;url=javascript:Load_Frame('index.asp?page=constockists&UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=Charity Recipe;subimageposition=0;text=Charity Recipes;url=javascript:Load_Frame('index.asp?page=conrecipe&UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=Contact Us;subimageposition=0;text=Contact Us;url=javascript:Load_Frame('index.asp?page=concontact&UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=View Basket;subimageposition=0;text=View Basket;url=javascript:Load_Frame('ConBuyerOrders.asp?UID=" + theUser + "&Checker=" + theChecker+ "&type=1');");
aI("status=Special Offers;subimageposition=0;text=Special Offers;url=javascript:Load_Frame('index.asp?page=Special&UID=" + theUser + "&Checker=" + theChecker+ "');");
aI("status=Newsletter;subimageposition=0;text=Newsletter;image=images/news.gif;url=javascript:Load_Frame('index.asp?page=Newsletter&UID=" + theUser + "&Checker=" + theChecker+ "');");
if (intLogin ==1)
{
	aI("status=Log Out;subimageposition=0;text=Log Out;url=logout.asp?UID=" + theUser + "&Checker=" + theChecker + "");
}
}
drawMenus();

