_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-15            // Sub menu left offset

with(AllImagesStyle=new mm_style())
{
	bordercolor="#F8C75B";
	borderstyle="solid";
	padding=5;
	fontstyle="bold";
	fontweight="bold";
}


with(menuStyle=new mm_style())
{
	onbgcolor="#660000";
	oncolor="#FFFFFF";
	offbgcolor="#91947F";
	offcolor="#FFFFFF";
	bordercolor="#494948";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#494948";
	separatorsize="1";
	padding=4;
	fontsize="10px";
	fontweight = "bold";
	fontstyle="normal";
	fontfamily="Verdana";
	headercolor="#000000";
	headerbgcolor="#666666";
	subimagepadding="2";
	itemwidth = "135px";
	itemheight= "20px";
	align = "left";
}


with(menuStyle1=new mm_style())
{
	onbgcolor="#0D2075";
	oncolor="#FFFFFF";
	offbgcolor="#91947F";
	offcolor="#FFFFFF";
	bordercolor="#494948";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#494948";
	separatorsize="1";
	padding=4;
	fontsize="10px";
	fontweight = "bold";
	fontstyle="normal";
	fontfamily="Verdana";
	headercolor="#000000";
	headerbgcolor="#666666";
	subimagepadding="2";
	itemwidth = "150px";
	itemheight= "20px";
	align = "left";
}


with(milonic=new menuname("profile"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Franchises;url=Franchises.asp;");
	aI("text=Service Back Up;url=Service_Back_Up.asp;");
	aI("text=Retail Show Rooms;url=Show_Rooms.asp;");

}
with(milonic=new menuname("products"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Samsung;showmenu=productenq;");
	aI("text=Citizen;url=http://www.citizen-me.com/contents/products.asp?CatID=1;target=_blank;showmenu=productenq1;");
	aI("text=Casio;url=http://www.casio-intl.com/wat/;target=_blank;showmenu=productenq2;");
	aI("text=Olivetti;url=http://www.olivetti.com/Site/Public/product.asp?cid=248;target=_blank;showmenu=productenq3;");

}
with(milonic=new menuname("productenq"))
{
	style=menuStyle1;
	overflow="scroll";
	aI("text=Television;url=http://www.samsung.com/ae/consumer/type/type.do?group=television&type=television;target=_blank;");
	aI("text=Audio & Video;url=http://www.samsung.com/ae/consumer/group/group.do?group=audiovideo;target=_blank;");
	aI("text=Camcorders;url=http://www.samsung.com/ae/consumer/type/type.do?group=camerascamcorders&type=camcorders;target=_blank;");
	aI("text=Computer & peripherals;url=http://www.samsung.com/ae/consumer/group/group.do?group=computersperipherals;target=_blank;");
	aI("text=Printers;url=http://www.samsung.com/ae/consumer/type/type.do?group=printersmultifunction&type=printers;target=_blank;");
	aI("text=Home Appliances;url=http://www.samsung.com/me/products/homeappliances.htm;target=_blank;");
	aI("text=Product Enquiry Form;url=productsenq.asp?imgtag=samsung;");
}
with(milonic=new menuname("productenq1"))
{
	style=menuStyle1;
	overflow="scroll";
	aI("text=Product Enquiry Form;url=productsenq.asp?imgtag=citizen;");
}
with(milonic=new menuname("productenq2"))
{
	style=menuStyle1;
	overflow="scroll";
	aI("text=Product Enquiry Form;url=productsenq.asp?imgtag=casio;");
}
with(milonic=new menuname("productenq3"))
{
	style=menuStyle1;
	overflow="scroll";
	aI("text=Product Enquiry Form;url=productsenq.asp?imgtag=olivetti;");
}
with(milonic=new menuname("service"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Samsung;url=services.asp?imgtag=samsung;");
	aI("text=Citizen;url=services.asp?imgtag=citizen;");
	aI("text=Casio;url=services.asp?imgtag=casio;");
	aI("text=Olivetti;url=services.asp?imgtag=olivetti;");

}
drawMenus();

