


_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=0              // Sub menu left offset



drawMenus();






with(contextStyle=new mm_style)
{
     onbgcolor="#ECF4F9";
       oncolor="#000000";
    offbgcolor="#ffffff";
      offcolor="#000000";
   bordercolor="#999999";
   borderstyle="solid";
   borderwidth=1
    overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=3)"
     pagecolor="";
   pagebgcolor="#eeeeee";
    pageborder="1px solid #ffffff";
    pageimage="Right/db_red.gif";
      onborder="1px solid #316AC5";
separatorcolor="#999999";
     outfilter="randomdissolve(duration=0.4)"
      fontsize="75%";
     fontstyle="normal";
    fontfamily="arial, verdana, tahoma";
 separatorsize=0;
       padding=3
 headerbgcolor="#4F8EB6";
   headercolor="#ffffff";
  headerborder="1px solid #000000";
      fontsize="12px";
      subimage="black_13x13_greyboxed.gif";
if(!mac)onborder="1px solid #000000";
}



with(milonic=new menuname("contextMenu")){		
top="offset=2"
style = contextStyle;
margin=3
aI("text=Trang ch&#7911; ;url=/ ;image=/Right/home.gif");
//aI("text= In to&#224;n b&#7897; th&#244;ng tin tr&#234;n trang;url=javascript:window.print();separatorsize=1;image=/Right/print.gif");
aI("text=Xem l&#7841;i trang tr&#432;&#7899;c;url=javascript:history.go(-1) ;image=/Right/back.gif");
aI("text=Xem trang sau;url=javascript:history.go(1) ;image=/Right/forward.gif");
aI("text=T&#7843;i th&#244;ng tin m&#7899;i c&#7853;p nh&#7853;t;url=javascript:history.go(0);separatorsize=1 ;image=/Right/browser.gif");
aI("text= V&#259;n b&#7843;n m&#7851;u;url=/vanban/ ;image=/Right/doc.gif");
aI("text= T&#7843;i ph&#7847;n m&#7873;m;url=/taiphanmem/ ;separatorsize=1 ;image=/Right/soft.gif");
aI("text= Li&#234;n h&#7879;;url=/lienhe/ ;separatorsize=1 ;image=/Right/db_red.gif");
aI("text=&#272;&#243;ng c&#7917;a s&#7893;;url=javascript:window.close() ;image=/Right/close.gif");


}


drawMenus()