
function getSelText()
{
//var txt = '';
//x=document.getElementsByTagName('body')[0];
//ta=x.value;
//start=ta.selectionStart;
//end=ta.selectionEnd;
//alert(end);
// subString the text to get the select
//txt=ta.value.substring(start,end);


return ta;
}
function getSel()
{

var txt = '';

     if (window.getSelection)
    {
        txt = window.getSelection();
             }
    else if (document.getSelection)
    {
        txt = document.getSelection();
            }
    else if (document.selection)
    {
        txt = document.selection.createRange().text;
            }
    else return;

return txt;
}
function searchVBDH()
{
	window.location="http://www.dongthap.gov.vn/vbdh/jsp/index.jsp?LoaiVb=-1&urls=index.jsp&cboNamBanHanh=-1&cboLoaiVb=-1&txtNoiDung="+getSel();
}

function searchChinhPhu()
{
	window.location="http://www.chinhphu.vn/portal/page?_piref578_33330824_578_1_1.showMode=submit&_piref578_33330824_578_1_1._catid=0&_piref578_33330824_578_1_1._filter="+getSel()+"&switcher=TELEX&_piref578_33330824_578_1_1._year=0&_piref578_33330824_578_1_1._pagesize=25"
}
function searchCongBao()
{
	window.location="http://www.dongthap.gov.vn/vbpq/jsp/index.jsp?LoaiVb=&paramid=null&urls=index.jsp&id=null&cboNamBanHanh=-1&cboLoaiVb=-1&txtNoiDung="+getSel()+"&btnSearch.x=48&btnSearch.y=11"
}
function searchGoogle()
{
	window.location="http://www.google.com/search?&q="+getSel();
	
	//alert(getSelText());
}
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(contextStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, verdana, tahoma";
fontsize="110%";
fontstyle="normal";
headerbgcolor="#4F8EB6";
headerborder=1;
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ECF4F9";
onborder="1px solid #316AC5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.4)";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#eeeeee";
pageborder="1px solid #ffffff";
pageimage="http://img.milonic.com/db_red.gif";
separatorcolor="#999999";
subimage="http://img.milonic.com/black_13x13_greyboxed.gif";
}

with(milonic=new menuname("contextMenu")){
margin=3;
style=contextStyle;
top="offset=2";

aI("image=http://www.dongthap.gov.vn/wps/wcm/connect/534f12004f1e1ea1a18ffb6b4eaa3dc3/?MOD=AJPERES&attachment=true&id=1249948954812;text=DongThap Portal;url=/;");
aI("image=http://www.google.com/services/images/web.gif;text=Google Search;url=javascript:searchGoogle();")
aI("image=http://img.milonic.com/print.gif;separatorsize=1;text=Print;url=javascript:window.print();");
aI("showmenu=search;text=Tim kiem Van Ban;");
aI("text=Disable This Menu;url=`javascript:var contextDisabled=true;");
}

with(milonic=new menuname("search")){
itemwidth=227;
margin=3;
overflow="scroll";
style=contextStyle;

aI("text=Van Ban Chinh Phu;url=javascript:searchChinhPhu();")
aI("text=Van Ban Chi Dao Dieu Hanh;url=javascript:searchVBDH();")
aI("text=Cong Bao;url=javascript:searchCongBao();")


}

drawMenus();

