    function addFavoris()
    {
        
        if (navigator.appName!='Microsoft Internet Explorer')
        {
            window.silebar.addPanel("OCB","http://www.ocb.com.vn/","");
        }
        else 
        {
            window.external.AddFavorite("http://www.ocb.com.vn/","OCB");
        }
    }

    var size = 12;
	function tang()
	{	    
		//alert(document.getElementById("divBody").style.fontSize);
		if(document.getElementById("divBody").style.fontSize=="")
		{
		   document.getElementById("divBody").style.fontSize="12pt";
		}
		var vfont = document.getElementById("divBody").style.fontSize;
		//document.getElementById("divBody").style.fontSize = size;
		var new_size = (Number(String(vfont).substring(0,vfont.length-2)) + 1);
		if(new_size>14) new_size=14;
		document.getElementById("divBody").style.fontSize= new_size + "pt";
		//alert(document.getElementById("divBody").style.fontSize);
		TangCon(document.getElementById("divBody").style.fontSize);
	}
	
	function TangCon(size)
	{
	    var cha = document.getElementById("divBody");
	    
	    var listcon ;
	    if (document.all)
	        listcon = cha.all;
	    else
	        listcon = cha.getElementsByTagName("*");	        
	 
	    var len = listcon.length;
	    for (var i = 0 ; i < len ; i++)
	    {
	        listcon[i].style.fontSize= size;
	        listcon[i].style.color = "#333333";
	        listcon[i].style.fontFamily="arial";
	        
	    }
	}
	function giam()
	{
	    
		if(document.getElementById("divBody").style.fontSize=="")
		{
		   document.getElementById("divBody").style.fontSize="12pt";
		}
		else
		{
		    var vfont = document.getElementById("divBody").style.fontSize;
		//document.getElementById("divBody").style.fontSize = size;
		var new_size = (Number(String(vfont).substring(0,vfont.length-2)) - 1);
		if(new_size<10) new_size=10;
		 document.getElementById("divBody").style.fontSize= new_size + "pt";
		 
		}
		TangCon(document.getElementById("divBody").style.fontSize);
	}
	function Print_click(link){        
        window.open(link,'Print','left=10,top=10,width=670,height=500,scrollbars=1');
		
		return false;
    }
	
	function Sendmail_click(lag){
		u=location.href;
		
        if(lag == 1)
			window.open('sendmail.php?link='+u,'','left=200,top=200,width=460,height=350,scrollbars=1');
		else
			window.open('sendmaile.php?link='+u,'','left=200,top=200,width=460,height=350,scrollbars=1');
		
		return false;	
    }
	
	function fbs_click(){
		u=location.href;
		t=document.title;
		window.open('http://www.facebook.com/sharer.php?u='+u+'&t='+t);
		return false;
	}
	
	function twitter_click(){
		u=location.href;
		t=document.title;
		window.open('http://www.twitter.com/home?status='+u);
	}

	function google_click(){
		u=location.href;
		t=document.title;		
		window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk='+u+'&title='+t+'&annotation='+t);
	}
	
	function yahoo_click(){
		u=location.href;
		t=document.title;
		window.open('http://buzz.yahoo.com/buzz?publisherurn=VNE&targetUrl='+u);
	}
	
	function linkhay_click(){
		u=location.href;
		var arr = u.split('http://');
		var uu = arr[1];
		t=document.title;
		window.open('http://www.linkhay.com/submitExt?link_url='+uu+'&link_title='+t);
	}
