// 	exit capture
		if (window != window.top)
		top.location.href = location.href;
// off lnk
    	function OffLnk() {
    	anclas=document.getElementsByTagName("a").length;
    	for (i=0;i<anclas;i++)
    	document.getElementsByTagName("a").item(i).onfocus=new Function("if(this.blur)this.blur()")
    	}
// scroll
function msn_bar_dre(seed)
{
        var m1  = "   Dirección Regional de Educación de San Martín              ";
        var msg=m1;

        var out = "  DRESANMARTIN.GOB.PE  ";
        var c   = 1;
       if (seed > 100) {
                seed--;
                var cmd="msn_bar_dre(" + seed + ")";
                timerTwo=window.setTimeout(cmd,100);
        }
        else if (seed <= 100 && seed > 0) {
                for (c=0 ; c < seed ; c++) {
                        out+=" ";
                }
               out+=msg;
                seed--;
                var cmd="msn_bar_dre(" + seed + ")";
                    window.status=out;
                timerTwo=window.setTimeout(cmd,100);
        }
     else if (seed <= 0) {
                if (-seed < msg.length) {
                        out+=msg.substring(-seed,msg.length);
                        seed--;
                        var cmd="msn_bar_dre(" + seed + ")";
                        window.status=out;
                        timerTwo=window.setTimeout(cmd,100);
                }
                else {
                        window.status=" ";
                        timerTwo=window.setTimeout("msn_bar_dre(100)",75);
                }
        }
}