<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/structure/english/index.xsl"?>
<cicroxml>
<cacheCount>3</cacheCount><warexml_ZQ2462_7982_1507_shfc_25>
<text><pub_time>2007-09-25 10:49:12</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/070921111602.jpg" width=995 useMap=#Map border=0></DIV></TD></TR></TBODY></TABLE>
<MAP name=Map><AREA shape=RECT target=_blank coords=838,3,983,26 href="http://www.shfc.edu.cn"></MAP>]]></text_content><size>0K</size></text></warexml_ZQ2462_7982_1507_shfc_25>
<warexml_AG105M_2627_8715_shfc_25>
<text><pub_time>2007-09-25 10:43:02</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: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=986 border=0>
<TBODY>
<TR>
    <td width="150" align="center" valign="middle" bgcolor=""><a class="as" href="http://www.shfc.edu.cn/structure/sy/index" class="a" ><span style="color:#C7E5EF font-size:16px">Chinese</span></td>
    <td width="90" valign="middle" bgcolor=""><a class="as" href="http://www.shfc.edu.cn/structure/english/index" class="a" ><span class="STYLE1" font-size=16>Home</span></td>
    <td width="100" valign="middle" bgcolor=""><span style="color:#C7E5FF" onMouseOver=expandMenu(null,"menu1",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" >About SHFU</span></td>
	<td width="140" valign="middle" bgcolor=""><a class="as" href="http://www.shfc.edu.cn/structure/english/Administration" class="a" ><span class="STYLE1">Administration</span></td>
	<td width="115" valign="middle" bgcolor=""><a class="as" href="http://www.shfc.edu.cn/structure/english/Academics" class="a" ><span class="STYLE1">Academics</span></td>
	<td width="115" valign="middle" bgcolor=""><a class="as" href="http://www.shfc.edu.cn/structure/english/Employment" class="a" ><span class="STYLE1">Employment</span></td>
	<td width="200" valign="middle" bgcolor=""><span style="color:C7E5FF" onMouseOver=expandMenu(null,"menu2",getPos(this,"Left"),getPos(this,"Top")+this.offsetHeight); class="a" >International Exchange</span></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/english/sfu/Introduction" onMouseOver=expandMenu("menu1");>Introduction</a><br>
  <a href="http://www.shfc.edu.cn/structure/english/sfu/Administrators" onMouseOver=expandMenu("menu1");>Administrators</a><br>
  <a href="http://www.shfc.edu.cn/structure/english/sfu/Campus" onMouseOver=expandMenu("menu1");>Campus Scenery</a><br>
  </div>
<div id="menu2" class="menu" onMouseOut="hideMe();" style="">
  <a href="http://www.shfc.edu.cn/structure/english/InEx/Cooperation" onMouseOver=expandMenu("menu2");>International Exchange and Cooperation</a><br>
  <a href="http://www.shfc.edu.cn/structure/english/InEx/Admission" onMouseOver=expandMenu("menu2");>International Student Admission</a><br>
  <a href="http://dep.shfc.edu.cn/xblj/GUOJIAO/test/index.htm" onMouseOver=expandMenu("menu3");>Joint Program</a><br>
</div>]]></text_content><size>7K</size></text></warexml_AG105M_2627_8715_shfc_25>
<warexml_W117U1_0998_8714_shfc_25>
</warexml_W117U1_0998_8714_shfc_25>
<warexml_S5IF46_1926_2380_shfc_25>
<text><pub_time>2007-09-29 08:53:19</pub_time><isHtml>html</isHtml><state>1</state><text_content><![CDATA[<P><FONT style="FONT-SIZE: 14px">
<P>Founded in 1952 and under the dual leadership of both Shanghai municipal government and the People’s Bank of China (the central bank), Shanghai Finance University (SHFU), with finance and insurance as its core majors, is a full time academic institution.<SPAN> SHFU has committed to cultivating various special talents required by China's economy and finances. Tens of thousands of graduates can be found throughout nearly twenty provinces and cities in China. Many of them have become local and organizational leaders, experts and key members of business staffs; as a result, SHFU is praised as a "Cradle of Future Financial Experts".</SPAN></P>
<P>&nbsp;</P>
<P>At present, SHFU has a faculty of 480, of whom more than 100 have senior professional titles and three are entitled to State Special Allowance by the State Council. Meanwhile, famous scholars like Nobel Prize winners Robert Mundell and Robert Aumann have been invited as guest professors.</P></FONT>
<P></P>
<P><FONT style="FONT-SIZE: 14px"></FONT></P>
<P><FONT style="FONT-SIZE: 14px">&nbsp;</FONT><A href="/structure/english/sfu/Introduction"><FONT style="FONT-SIZE: 14px">more……</FONT></A></P>
<P align=center><FONT style="FONT-SIZE: 14px"><IMG height=305 alt="" src="/upload/htmleditor/Image/070925103540.jpg" width=600></FONT></P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P>]]></text_content><size>1K</size></text></warexml_S5IF46_1926_2380_shfc_25>
<warexml_OSINDP_2827_2760_shfc_25>
<poweredby><pub_time>2007-09-25 09:14:15</pub_time><isHtml>html</isHtml><state>1</state><content><![CDATA[<P align=center><SPAN lang=EN-US style="FONT-SIZE: 10.5pt; COLOR: black; FONT-FAMILY: Arial; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT style="FONT-SIZE: 14px"><STRONG>Shanghai Finance University (SHFU)</STRONG></FONT> </SPAN></P>]]></content><size>0K</size></poweredby></warexml_OSINDP_2827_2760_shfc_25>
</cicroxml>