window.name='lno';
	function mOvr(src) {
		if (!src.contains(event.fromElement)) {
			src.style.cursor = 'hand';
			src.style.backgroundColor = '#6699CC';
		}

	}
	function mOut(src) {
		if (!src.contains(event.toElement)) {
			src.style.cursor = 'default';
			src.style.backgroundColor = '#7e9db7';
		}
	}
	function mClk(src) {
		if(event.srcElement.tagName=='TD'){
			src.children.tags('A')[0].click();
		}
	}

	function mOvr1(src) {
		if (!src.contains(event.fromElement)) {
			src.style.cursor = 'hand';
			src.style.backgroundColor = '#6699CC';
		}

	}
	function mOut1(src) {
		if (!src.contains(event.toElement)) {
			src.style.cursor = 'default';
			src.style.backgroundColor = '#005991';
		}
	}
	function mClk1(src) {
		if(event.srcElement.tagName=='TD'){
			src.children.tags('A')[0].click();
		}
	}


	function check_searchform(str)
	{
		if (str.value=='')
		{
			alert("Nhap vao noi dung tim kiem");
			str.focus;
			return false;
		}
		return true;
	}

	function do_download(str){
		window.open(str,"Downloading","status=0,toolbar=0,menubar=0,resizable=0,location=0, width=50,height=50");
	}
	function Search(word, Typedic)
	{		

		window.open("http://vietdic.portal.vinacomm.com.vn/Translate.aspx?Word="+word+"&DicID="+ Typedic +"&inFont=Unicode&outFont=Unicode","Dictionnary");		
		
	
			
	}
	function CheckAndSearch()
	{		
	
		if(document.VD.elements["txtBox"].value != "")
		{			
			Search(document.VD.elements["txtBox"].value, document.VD.elements["ddlDic"].value) ;			
		}		
		else
		{
			alert("VietDic: B&#7841;n nh&#7853;p t&#7915; c&#7847;n tìm !")
			return ;
		}
	}	
