﻿// General Config

_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
projectid=14;

// Create Menu Style
with(menuStyle=new mm_style())
{
  bordercolor="#D60000"; //#F5B1B1
  borderstyle="solid";
  borderwidth=0;
  fontfamily="Verdana, Tahoma, Arial"; 
  fontsize="10pt";
  fontweight="bold";
  //headerbgcolor="#FEDFE7"; //#FEDFE7 
  //headercolor="#fdfdfd"; //#000000
  offbgcolor="#D60000"; //#FEDFE7 // mau nen mac dinh khi xuat hien menu
  //offcolor="#56002F";2b5c8d
  offcolor="#ffffff"; //#2b5c8d // mau chu mac dinh khi xuat hien menu
  onbgcolor="#000000";//#F86EA7 // mau nen khi dua chuot vao 
  oncolor="#ffffff"; //mau chu khi dua chuot vao
  outfilter="randomdissolve(duration=0.6)";
  overfilter="Fade(duration=0.6);Alpha(opacity=90)";
  padding=6;
  pagebgcolor="#000000"; //#F86EA7 mau nen sau khi click vao menu nay
  pagecolor="#ffffff"; //mau chu sau khi click vao menu nay
  separatorcolor="#d60000"; //#F5B1B1
  separatorsize=1;
 // subimage="../images/arrow.gif";
 // subimagepadding=2;
}
// Create Main menu

with(milonic=new menuname("Main Menu"))
{
  alwaysvisible=1;
  orientation="horizontal";
  style=menuStyle;
  	switch(screen.width)
    {
        case 800:
		  left=139;
		  top=125;
             break;
        case 1024:
		  left=345;
		  top=127;
             break;
	case 1152:
		left=311
		top=125
            break;
	case 1280:
		left=346;
		top=125;
		break;
	case 1440:
		left=336;
		top=125;
		break;


        default:
		 left=10;
		  top=90;
    }
  
  aI("showmenu=Gthieu;text=&nbsp;;Gi&#7899;i thi&#7879;u&nbsp;");
  aI("showmenu=hoatdong;text=&nbsp;;Hình ảnh hoạt động&nbsp;");
  aI("showmenu=TienIch;text=&nbsp;;Ti&#7879;n ích&nbsp;");
  aI("showmenu=hotro;text=&nbsp;;SMS&nbsp;");
  aI("text=&nbsp;Hỏi - Đáp&nbsp;;url=XemThaoLuan.aspx;");
  aI("text=&nbsp;Tin tức&nbsp;&nbsp;&nbsp;;url=tintuc.aspx;");
}



with(milonic=new menuname("gthieu"))
{
  overflow="scroll";
  style=menuStyle;
  aI("text=Sơ đồ web;url=sitemap.aspx;");
 // aI("text=Catalogue;url=catalogue.aspx;");
  aI("text=Quy trình Quay S&#7889;;url=QuyTrinhQuaySo.aspx;");
  aI("text=Loại hình xổ số;url=loaihinhxoso.aspx;");
  aI("text=H&#7879; th&#7889;ng &#273;&#7841;i l&#253;;url=sodo.html;");
  aI("text=B&#224;i H&#225;t Truy&#7873;n Th&#7889;ng;url=BaiHatTruyenThong.aspx;");
  aI("text=Tham luận;url=thamluan.html;");
 // aI("text=K&#7881; ni&#7879;m 25 n&#259;m;url=Kyniem25nam.html;");
  aI("text=Bi&#7875;u &#273;&#7891; t&#259;ng tr&#432;&#7903;ng;url=../bieudo.html;");
  aI("text=Tin X&#7893; S&#7889; Trong Tu&#7847;n;url=TinXoSoTrongTuan.aspx");
  aI("text=C&#417; C&#7845;u Gi&#7843;i Th&#432;&#7903;ng;url=CoCauGiaiThuong.aspx;");
  aI("text=Lịch Mở Thưởng;url=lichmothuong.aspx;");
}

/*with(milonic=new menuname("diendan"))
{
  overflow="scroll";
  style=menuStyle;
  aI("text=Th&#7843;o Lu&#7853;n;url=XemThaoLuan.aspx;");
 
}*/


with(milonic=new menuname("hoatdong"))
{
overflow="scroll";
  style=menuStyle;
  aI("text=Từ thiện xã hội;url=TuThienXaHoi.aspx;");
  aI("text=Mỗi tuần 1 địa chỉ;url=moituan.aspx;");
  //aI("text=Giao lưu với In Cần Thơ;url=GiaoLuu.aspx;");
  aI("text=Giao lưu với PC15;url=GiaoLuupc15.aspx;");
  aI("text=Giao lưu - Học tập kinh nghiệm;url=hoctap.aspx;");
  aI("text=Lễ đón nhận huân chương Độc Lập;url=huanchuongdl.aspx;");
  aI("text=Thăm hỏi gia đình chính sách;url=thamhoi.aspx;");  
  aI("text=Về nguồn;url=venguon.aspx;");
  aI("text=Đi bộ đồng hành;url=dibo.aspx;");
}



with(milonic=new menuname("TienIch"))
{
overflow="scroll";
  style=menuStyle;
  aI("text=Thống K&#234; Theo &#272;&#224;i;url=ThongKeTheoDai.aspx;");
 // aI("text=D&#242; s&#7889; t&#7921; &#273;&#7897;ng ;url=Donhanh.aspx;");
  aI("text=M&#7863;c &#272;&#7883;nh C&#7911;a Website;url=javascript:fnSet();");
  aI("text=Ghi Nh&#7899; V&#224;o Favorites;url=javascript:addbookmark();");
  aI("text=Li&#234;n K&#7871;t Website Auto;url=LienKetWebsite.aspx;");
  }

with(milonic=new menuname("hotro"))
{
  overflow="scroll";
  style=menuStyle;
 aI("text=Tin nhắn SMS 997;url=http://www.kqxs.com.vn;target=_blank");
  aI("text= Tin nhắn SMS 8x10;url=http://www.kqxs.vn;target=_blank");

}

drawMenus();
