setInterval("window.status='術業專攻 一定成功 沒有就業 不算結業'",10);
document.body.onselectstart=lockBody;
document.body.oncopy=lockBody;
document.body.oncut=lockBody;
document.body.ondrag=lockBody;
document.body.oncontextmenu=lockBody;
document.body.onmouseup=init;
document.body.onmousemove=init_move;
document.write("<div id='show_map' style='filter:Alpha(opacity=90);position:absolute;display:none;'><iframe src='about:blank' width=505 height=320 frameborder=0></iframe>");
document.write("<div style='position:absolute;width:100%;height:100%;left:0px;top:0px;cursor:move' onmousedown='down1(event)'><table><tr><td height=17 align=right style= 'cursor:default' bgcolor='#CCFFFF'><img border=0 src=../images/close.gif width=16 height=16 onclick=document.getElementById('show_map').style.display='none'></td></tr><tr><td><img border='0' src='../images/map.gif'></td></tr></table></div></div>");

if (top.location != self.location) top.location=self.location;

function lockBody() 
{
 return false;
}

function init()
{
 down=false;
}

function init_move()
{
 moveit(event);
}

  
  var over=false,down=false,divleft,divtop,n;
  function view_info(e)
    {
     document.getElementById("show_map").style.display="";
     document.getElementById("show_map").style.left="250px";
     document.getElementById("show_map").style.top=document.body.scrollTop + "px";
    }

  function down1(e)
    {
     down=true;
     divleft=e.clientX-parseInt(document.getElementById("show_map").style.left);
     divtop=e.clientY-parseInt(document.getElementById("show_map").style.top);
    }

  function moveit(e)
    {
     if (down)
        {
	     document.getElementById("show_map").style.left=e.clientX-divleft;
	     document.getElementById("show_map").style.top=e.clientY-divtop;
	    }
    }
