	with(milonic=new menuname("Main Menu")){
		alwaysvisible=1;
		margin=1;
		orientation="horizontal";
		style=Top_Menu;
		left=0;
		top=0;
		position="relative";
		aI("text=HOME ;url=/;");
		aI("showmenu=JEWELRY_SubMenu;text=&nbsp;JEWELRY&nbsp;");
//		aI("showmenu=ART_SubMenu;text=&nbsp;ART;");
		aI("showmenu=GIFTS_SubMenu;text=&nbsp;EXOTIC GIFTS;");
//		aI("showmenu=WORLD_SubMenu;text=&nbsp;WORLD RELIGIONS;");
		aI("text=&nbsp;");
		aI("text=&nbsp;");
	}
	drawMenus();
