/* ---------------------------------------------------- */
/* Global Settings                                      */
/* ---------------------------------------------------- */
_menuCloseDelay=600;
_menuOpenDelay=200;
_subOffsetTop=0;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
//rawcss="padding-top:10px;";
bordercolor="#D7D7D7";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
align="left";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#244988";
offcolor="#737373";
//onbgcolor="#244988";
oncolor="#000000";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
//padding=5;
itemheight=24;
itemwidth=146;
separatorcolor="#D7D7D7";
separatorsize=1;
imagepadding=4;
menuwidth=40;
}

/////////////////// This menu Style is used in the menu ////////////////
/////////////// by modify below you can change the menu ///////////////
with(menuStyle1=new mm_style()){
bordercolor="#D7D7D7";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma";
fontsize="12px";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#95DD58";                             // main bg-color
offcolor="#353533";                                 // main text color
onbgcolor="#95DD58";                              // hover bg-color
oncolor="#ffffff";                                  // hover text color
outfilter="Fade(duration=0.2);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=4;
pagebgcolor="#95DD58";                            // selected menu bg color
//pagebgimage = "dynMenu/new_menu_bg.gif";            // Selected menu bg image
separatorcolor="#AEBB52";
separatorsize=1;
menubgcolor="#95DD58";                            // menu bg color
//menubgimage="dynMenu/new_menu_bg.gif";              // menu bg image
subimage="dynMenu/smlarrowBullet.gif";            
valign=top;
subimagepadding=2;
itemwidth=149;                                      // width of menu item
itemheight=18;                                      // Height of menu item
}

/*with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
top=0;
orientation="vertical";
position="relative";
style=menuStyle;
aI("image=images/smlarrowBullet.gif;text=Manage News;url=listNews.html;");
aI("image=images/smlarrowBullet.gif;text=Manage FAQ;url=listFAQ.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Forum Category;url=listForum.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Service Category;url=;showmenu=Category");
aI("image=images/smlarrowBullet.gif;text=Manage Product Category;url=;showmenu=Product");
aI("image=images/smlarrowBullet.gif;text=Manage CMS;url=listCMS.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Related Links;url=listRelatedLinks.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Online Advertisement Request;url=listOnlineAds.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Banners;url=listBanners.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Lister;url=listConsumers.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Doers;url=listVendors.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Products;url=listManageProduct.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Forums;url=listTopic.html;");
//aI("image=images/smlarrowBullet.gif;text=Manage Images;url=listimages.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Testimonials;url=listTestimonials.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Periodic Emails;url=UpdatePeriodicEmails.html;");
aI("image=images/smlarrowBullet.gif;text=Manage Settings;url=;showmenu=Settings");
aI("image=images/smlarrowBullet.gif;text=Manage Escrow Transaction;url=;showmenu=Settings2");
aI("");
}
		with(milonic=new menuname("Settings2")){
		style=menuStyle1;
		aI("image=images/smlarrowBullet.gif;text=View Transaction;url=listViewEscrow.html;");
		aI("image=images/smlarrowBullet.gif;text=Processed Transaction;url=ProcessedEscrowTransaction.html;");
		aI("image=images/smlarrowBullet.gif;text=Pending Transaction;url=listPendingtransaction.html;");
		aI("image=images/smlarrowBullet.gif;text=Declined Transaction;url=listDeclinedtransaction.html;");
		}
		
		with(milonic=new menuname("Category")){
		style=menuStyle1;
		aI("image=images/smlarrowBullet.gif;text=Category ;url=ListServiceCat.aspx;");
		aI("image=images/smlarrowBullet.gif;text=SubCategory ;url=ListServiceSubCat.aspx;");
		}
		
		with(milonic=new menuname("Product")){
		style=menuStyle1;
		aI("image=images/smlarrowBullet.gif;text=Product Category ;url=ListProductCat.aspx;");
		aI("image=images/smlarrowBullet.gif;text=Product SubCategory ;url=ListProductSubCat.aspx;");
		}				
		
		with(milonic=new menuname("Settings")){
		style=menuStyle1;
		aI("image=images/smlarrowBullet.gif;text=Proposal Fee;url=EditProposalFee.html;");
		aI("image=images/smlarrowBullet.gif;text=Invocing Fee;url=EditInvocingFee.html;");
		aI("image=images/smlarrowBullet.gif;text=Advertisment Fee;url=listAdvertisment.html;");
		aI("image=images/smlarrowBullet.gif;text=Registration Fee;url=listRegistration.html;");
		aI("image=images/smlarrowBullet.gif;text=Rewards;url=;showmenu=Settings1");
		aI("");
		}
			with(milonic=new menuname("Settings1")){
			style=menuStyle1;
			aI("image=images/smlarrowBullet.gif;text=Invited by Friend;url=EditRewardFriend.html;");
			aI("image=images/smlarrowBullet.gif;text=Listers Rating;url=EditRewardRating.html;");
			}
drawMenus();		
*/



