<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/structure/zwgk/zwgksy.xsl"?>
<cicroxml>
<cacheCount>2</cacheCount><warexml_WDZH36_6390_8632_shfc_25>
<text><pub_time>2007-09-29 14:53:13</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width=740 border=0>
<TBODY>
<TR>
<TD vAlign=top height=25>&nbsp;</TD></TR>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width=740 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle height=45><A href="/structure/zwgk/zwkx"><IMG height=43 alt="" src="/upload/htmleditor/Image/070612053156.gif" width=175 border=0></A></TD>
<TD vAlign=top align=middle height=40><A href="/structure/zwgk/wzzj"><IMG height=43 alt="" src="/upload/htmleditor/Image/070702033443.gif" width=174 border=0></A></TD>
<TD vAlign=top align=middle height=40><A href="/structure/zwgk/wkzd"><IMG alt="" src="/upload/htmleditor/Image/070612053756.gif" border=0></A></TD>
<TD vAlign=top align=middle height=40><A href="/structure/zwgk/shjj"><IMG height=43 alt="" src="/upload/htmleditor/Image/070612053231.gif" width=164 border=0></A></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=center align=middle height=15>&nbsp;</TD></TR>
<TR>
<TD vAlign=top bgColor=#4997f6 height=4>&nbsp;</TD></TR>
<TR>
<TD vAlign=center align=middle height=380><IMG height=354 alt="" src="/upload/htmleditor/Image/070627125646.gif" width=614 useMap=#Map1 border=0></TD></TR>
<TR>
<TD vAlign=top bgColor=#4997f6 height=4>&nbsp;</TD></TR>
<TR>
<TD vAlign=top height=20>&nbsp;</TD></TR></TBODY></TABLE>
<P><MAP name=Map1><AREA shape=RECT coords=396,20,543,36 href="http://www.shfc.edu.cn/structure/zwgk/zskrx/bzrxks"><AREA shape=RECT coords=352,68,596,85 href="http://www.shfc.edu.cn/structure/zwgk/zskrx/crjyks"><AREA shape=RECT coords=379,119,567,137 href="http://www.shfc.edu.cn/structure/zwgk/xjgl/bzgl"><AREA shape=RECT coords=351,170,592,183 href="http://www.shfc.edu.cn/structure/zwgk/xjgl/crjyks"><AREA shape=RECT coords=80,66,182,85 href="http://www.shfc.edu.cn/structure/zwgk/jysf/jysfgz"><AREA shape=RECT coords=64,167,201,185 href="http://www.shfc.edu.cn/structure/zwgk/bkzxgz/xxzxg"><AREA shape=RECT coords=406,222,542,238 href="http://www.shfc.edu.cn/structure/zwgk/jszrc/jsrd"><AREA shape=RECT coords=404,276,542,291 href="http://www.shfc.edu.cn/structure/zwgk/jszrc/jszgp"><AREA shape=RECT coords=379,325,567,342 href="http://www.shfc.edu.cn/structure/zwgk/jszrc/jyrcyj"><AREA shape=RECT coords=52,215,206,238 href="http://www.shfc.edu.cn/structure/zwgk/byzdgz/byszd"></MAP></P>]]></text_content><size>2K</size></text></warexml_WDZH36_6390_8632_shfc_25>
<warexml_U6T15B_2753_6023_shfc_25>
<text><pub_time>2008-07-28 13:44:05</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<DIV align=center><IMG height=180 alt="" src="/upload/htmleditor/Image/080728014353.jpg" width=995 useMap=#Map border=0></DIV></TD></TR></TBODY></TABLE>
<P><MAP name=Map><AREA shape=RECT target=_blank coords=838,3,983,26 href="http://www.shfc.edu.cn/structure/english/index"></MAP></P>]]></text_content><size>0K</size></text></warexml_U6T15B_2753_6023_shfc_25>
<warexml_L0NSR0_3036_1006_shfc_25>
<text><pub_time>2008-12-04 15:52:23</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<SCRIPT language=JavaScript>
menuPrefix = "menu";
var menuTree, mouseMenu, hideTimer, doHide;

function init() {
  ie4 = (document.all)?true:false;
  ns4 = (document.layers)?true:false;
  document.onmousemove = mouseMove;
  if (ns4) { document.captureEvents(Event.MOUSEMOVE); }
}

function expandMenu(menuContainer,subContainer,menuLeft,menuTop) {
    doHide = false;
  if (menuContainer != menuTree) {
      if (ie4) {
      var menuLayers = document.all.tags("DIV");
      for (i=0; i<menuLayers.length; i++) {
        if ((menuLayers[i].id.indexOf(menuContainer) != -1) && (menuLayers[i].id != menuContainer)) {
          hideObject(menuLayers[i].id);
        }
      }
    }
    else if (ns4) {
      for (i=0; i<document.layers.length; i++) {
        var menuLayer = document.layers[i];
        if ((menuLayer.id.indexOf(menuContainer) != -1) && (menuLayer.id != menuContainer)) {
          menuLayer.visibility = "hide";
        }
      }
    }
  }
  if (subContainer) {
    if ((menuLeft) && (menuTop)) {
        positionObject(subContainer,menuLeft,menuTop);
        hideAll();
    }
    else {
      if (ie4) {
          positionObject(subContainer, document.all[menuContainer].offsetWidth + document.all[menuContainer].style.pixelLeft - 10, mouseY);
      }
      else {
          positionObject(subContainer, document.layers[menuContainer].document.width + document.layers[menuContainer].left + 50, mouseY);
      }
    }
    showObject(subContainer);
    menuTree = subContainer;
  }
}

function showObject(obj) {
  if (ie4) { document.all[obj].style.visibility = "visible"; }
  else if (ns4) { document.layers[obj].visibility = "show";  }
}

function hideObject(obj) {
  if (ie4) { document.all[obj].style.visibility = "hidden"; }
  else if (ns4) { document.layers[obj].visibility = "hide"; }
}

function positionObject(obj,x,y) {
  if (ie4) {
    var foo = document.all[obj].style;
    foo.left = x;
    foo.top = y;
  }
  else if (ns4) {
    var foo = document.layers[obj];
    foo.left = x;
    foo.top = y;
   }
}

function hideAll() {
 if (ie4) {
    var menuLayers = document.all.tags("DIV");
    for (i=0; i<menuLayers.length; i++) {
      if (menuLayers[i].id.indexOf(menuPrefix) != -1) {
        hideObject(menuLayers[i].id);
      }
    }
  }
  else if (ns4) {
    for (i=0; i<document.layers.length; i++) {
      var menuLayer = document.layers[i];
      if (menuLayer.id.indexOf(menuPrefix) != -1) {
        hideObject(menuLayer.id);
      }
    }
  }
}

function hideMe(hide) {
    if (hide) {
        if (doHide) { hideAll(); }
    }
    else {
        doHide = true;
        hideTimer = window.setTimeout("hideMe(true);", 1000);
    }
}

function mouseMove(e) {
  if (ie4) { mouseY = window.event.y; }
  if (ns4) { mouseY = e.pageY; }
}

onload = init;
</SCRIPT>
<style type=text/css>
  .menu{
	position: absolute; 
	left: 0px; 
	top: 2px;
    visibility: hidden; 
	background: ;
    width: 98px; 
	margin: 0px 0px; 
	padding: 0px 0px;
    border: 1px silver solid;
    overflow: visible; 
	clip:rect(   )
}
.menu a:visited { 
	font-family: "Tahoma"; 
	font-size: 12px;
    text-decoration: none; 
	font-weight: normal;
    color:#000000; 
	background: #C7E5FF;
    width: 98px; 
	padding-left: 12px; 
	line-height: 22px;
    border-color: #C7E5FF; 
	border-style: solid; 
    border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
    border-left-width: 1px; 
	clip:  rect(   )
}
  .menu a:hover { 
	font-family: "Tahoma"; 
	font-size: 12px;
    text-decoration: none; 
	font-weight: normal;
    color: #C7E5FF; 
	background: #1C0792;
    width: 98px; 
	padding-left: 8px; 
	line-height: 22px; 
	clip:  rect(   )}
  .menu .border{ 
	border: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	background: #C7E5FF
	border-right:1px solid #FFFFFF; 
}
  .menu .text  { 
	overflow: hidden;
    width: 98px; 
	height: 15px; 
}
  .menu .arrow{ 
    overflow: hidden;
    width: 15px; 
	height: 12px; 
	background: #C7E5FF
	padding-left:5px; 
	padding-top: 3px; 
}
  .menu .arrow img         
  { 
	width: 6px; 
	height: 7px;
    border: 0px; 
}
 .menu a { 
	font-family: "Tahoma"; 
	font-size: 12px;
	text-decoration: none; 
	font-weight: normal;
	color:#C7E5FF; 
	background: #C7E5FF;
	width: 98px; 
	padding-left: 8px; 
	clip:  rect(   ); 
	border-color: #C7E5FF;
    border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px;
    border-bottom-width: 1px; 
	border-left-width: 1px; 
	line-height: 22px}
 .menu a:link {  
	color: #000000; 
	text-decoration: none
}

.a {  font-size: 12px; text-decoration: none}
.as:link {  color: #C7E5FF; text-decoration: none}
.as:hover {  text-decoration: underline}
.as:visited {  color: #C7E5FF; text-decoration: none}
</style>
</head>

<body leftmargin="0" topmargin="0">
<TABLE height=28 cellSpacing=0 cellPadding=0 width=995 border=0>
<TBODY>
<TR>
<TD width=10><IMG height=28 alt="" src="/upload/htmleditor/Image/070529094751.gif" width=10></TD>
<TD background=/upload/htmleditor/Image/070529095107.gif>
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width=830 border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle height=28><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu1",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095314.gif" alt="" width=79 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><A href="/structure/yxsz/yxsnr"><IMG src="/upload/htmleditor/Image/070529095331.gif" alt="" width=78 height=28 border="0"></A></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu3",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095349.gif" alt="" width=78 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu4",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095404.gif" alt="" width=78 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu5",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095421.gif" width=77 border="0"></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu6",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095437.gif" width=76></span></TD>
<TD vAlign=center align=middle><span style="color:#ffffff" onMouseOver=expandMenu(null,"menu7",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" ><IMG src="/upload/htmleditor/Image/070529095500.gif" alt="" width=82 height=28 border="0"></span></TD>
<TD vAlign=center align=middle><A href="/structure/zwgk/zwgksy"><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095516.gif" width=81 border="0"></A></TD></TR></TBODY></TABLE></DIV></TD>
<TD width=10><IMG height=28 alt="" src="/upload/htmleditor/Image/070529095122.gif" width=10></TD></TR></TBODY></TABLE>

<script language="JavaScript">
function getPos(el,sProp) { 
    var iPos = 0
    while (el!=null) {
        iPos+=el["offset" + sProp]
        el = el.offsetParent
    }
    return iPos

}
</script>
<!-- 第一开始 -->
<div id="menu1" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www.shfc.edu.cn/structure/xygk/xyjj" onMouseOver=expandMenu("menu1");>学校简介</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/ldfm" onMouseOver=expandMenu("menu1");>领导风貌</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/ldtc" onMouseOver=expandMenu("menu1");>领导题词</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/zzjg" onMouseOver=expandMenu("menu1");>组织机构</a><br>
  <a href="http://www.shfc.edu.cn/structure/xygk/xydy" onMouseOver=expandMenu("menu1");>校园导游</a><br>
  </div>
<div id="menu3" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www.shfc.edu.cn/structure/jxky/zdxk" onMouseOver=expandMenu("menu3");>重点学科</a><br>
  <a href="http://video.shfc.edu.cn/jpkc/jpkc/index.htm" onMouseOver=expandMenu("menu3");>精品课程</a><br>
  <a href="http://www.ifri.shfc.edu.cn" onMouseOver=expandMenu("menu3");>国际金融研究院</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/xbbjb/xuebao1.asp" onMouseOver=expandMenu("menu3");>学报编辑部</a><br>
  <a href="http://www.shfc.edu.cn/structure/jxky/szdw" onMouseOver=expandMenu("menu3");>师资队伍</a><br>
</div>
<div id="menu4" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://jwc.shfc.edu.cn/jygd/" onMouseOver=expandMenu("menu4");>教育高地</a><br>
  <a href="http://www.shfc.edu.cn/structure/rcpy/bks" onMouseOver=expandMenu("menu4");>本专科生</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/chengjiaochu/jischool/index.asp" onMouseOver=expandMenu("menu4");>成人教育</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/gjjlc/index.html" onMouseOver=expandMenu("menu4");>国际交流</a><br>
</div>
<div id="menu5" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://dep.shfc.edu.cn/xzjg/zhaoban/index.asp" onMouseOver=expandMenu("menu5");>阳光招生</a><br>
  <a href="http://app1.shfc.edu.cn:56317/jiuye/website.jsp" onMouseOver=expandMenu("menu5");>就业信息</a><br>
</div>
<div id="menu6" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www1.shfc.edu.cn/fctv/index.html" onMouseOver=expandMenu("menu6");>网络电视台</a><br>
  <a href="http://www1.shfc.edu.cn/bbs/index.php" onMouseOver=expandMenu("menu6");>校园BBS</a><br>
  <a href="http://video.shfc.edu.cn/evod/index.htm" onMouseOver=expandMenu("menu6");>视频点播</a><br>
  <a href="http://tmm.shfc.edu.cn:81/" onMouseOver=expandMenu("menu6");>ATT英语学习在线</a><br>
</div>
<div id="menu7" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://lib.shfc.edu.cn/" onMouseOver=expandMenu("menu7");>图书馆</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/netcentere1/ggfw/index.htm" onMouseOver=expandMenu("menu7");>网络服务</a><br>
  <a href="http://www.shfc.edu.cn/structure/ggfw/dhhy" onMouseOver=expandMenu("menu7");>校园黄页</a><br>
  <a href="http://shfc.edu.cn/" onMouseOver=expandMenu("menu7");>校园邮箱</a><br>
  <a href="http://dep.shfc.edu.cn/xzjg/net/index.htm" onMouseOver=expandMenu("menu7");> 校园一卡通</a><br>
  <a href="http://dep.shfc.edu.cn/ggfw/xl.htm" onMouseOver=expandMenu("menu7");>校历</a><br>
  <a href="http://www.shfc.edu.cn/structure/ggfw/zddt" onMouseOver=expandMenu("menu7");>站点地图</a><br>
</div>]]></text_content><size>10K</size></text></warexml_L0NSR0_3036_1006_shfc_25>
<warexml_HEG11U_0998_1705_shfc_25>
<text><pub_time>2007-06-21 15:33:21</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<DIV align=center>
<TABLE cellSpacing=1 cellPadding=1 width=150 align=center summary="" background="" border=0>
<TBODY>
<TR>
<TD><PRE><A href="http://www.shfc.edu.cn/"><FONT style="COLOR: #3366ff">学校主页</FONT></A></PRE><PRE><A href="/structure/sy/xyxw"><FONT style="COLOR: #3366ff">学校新闻</FONT></A></PRE><PRE><A href="http://dep.shfc.edu.cn/ggfw/tele.htm"><FONT style="COLOR: #3366ff">部门电话</FONT></A></PRE><PRE><A href="http://dep.shfc.edu.cn/xzjg/netcentere1/xinf/index.asp"><FONT style="COLOR: #3366ff">信访之窗</FONT></A></PRE><PRE><STRONG>联系我们</STRONG></PRE><PRE><FONT style="COLOR: #3366ff">政务公开工作办公室</FONT></PRE><PRE><FONT style="COLOR: #3366ff">021-50218636</FONT></PRE><PRE><FONT style="COLOR: #3366ff">021-50218571</FONT></PRE><PRE><FONT style="COLOR: #3366ff">地址：浦东新区上川路<SPAN> 995号</SPAN></FONT></PRE><PRE><SPAN><FONT style="COLOR: #3366ff">图文行政楼604、613室</FONT></SPAN></PRE>
<P><A href="mailto:jbxx@shfc.edu.cn"><FONT style="FONT-SIZE: 14px; COLOR: #3366ff; FONT-FAMILY: 宋体">jbxx@shfc.edu.cn</FONT> </A></P></TD></TR></TBODY></TABLE></DIV>]]></text_content><size>1K</size></text></warexml_HEG11U_0998_1705_shfc_25>
<warexml_HPTJOE_4493_6482_shfc_25>
<root_space_mark >  <textandfile>  <fileurl/>  <text>：</text>  <ext/>  </textandfile>  </root_space_mark><space_mark >  <textandfile>  <fileurl/>  <text>&gt;&gt;</text>  <ext/>  </textandfile>  </space_mark><servlet-base ></servlet-base>
<local>
<position>
<text>null</text>
<href>/structure/sy/index</href>
</position>
<position>
<text>政务公开</text>
<href>/structure/zwgk/zwgksy</href>
</position>
</local>

</warexml_HPTJOE_4493_6482_shfc_25>
<warexml_R2RJ81_4187_9166_shfc_25>
<poweredby><pub_time>2007-05-29 15:59:23</pub_time><isHtml>html</isHtml><state>1</state><content><![CDATA[<P align=center><FONT style="FONT-SIZE: 12px">如有任何问题请与我们联系</FONT><A class=textRC href="maito:meduc@shfc.edu.cn"><FONT style="FONT-SIZE: 12px">meduc@shfc.edu.cn</FONT></A><BR><FONT style="FONT-SIZE: 12px">院址：上海上川路995号&nbsp;&nbsp;&nbsp;&nbsp; 邮编：201209&nbsp;&nbsp;&nbsp;&nbsp; 邮箱：jzzb@shfc.edu.cn&nbsp;<BR>总机：021-50218899&nbsp; 院办：021－50218814&nbsp; 招办：021－50218552</FONT></P>]]></content><size>0K</size></poweredby></warexml_R2RJ81_4187_9166_shfc_25>
</cicroxml>