function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
/*
var    currentpos,timer;    

function    initialize()    
{    
timer=setInterval("scrollwindow()",100);    
}    
function    sc(){    
clearInterval(timer);    
}    
function    scrollwindow()    
{    
currentpos=document.body.scrollTop;    
window.scroll(0,++currentpos);    
if    (currentpos    !=    document.body.scrollTop)    
sc();    
}    
document.onmousedown=sc    
document.ondblclick=initialize  
*/

function changeHtml(text) 
{ 
main.innerHTML=text; 
return;
}
function changeText(text) 
{ 
main.innerText=text; 
return;
}

function preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.imgs) d.imgs=new Array();
 for(var i=0; i<a.length; i++) { d.imgs[i]=new Image; d.imgs[i].src=a[i]; }
}

function swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}

function changePage()
{
   var f = document.forms.navigation;

   var uri = f.pages.options[f.pages.selectedIndex].value;
   newPage =window.open(uri,"_top",",,,,,,,");

  
   }


function menumouseclick(item1){
	if (item1.style.display=='none'){
	item1.style.display='block';
	
	}else{
	item1.style.display='none';
	

	}
}

function mouseoverit(item){
	if(item.style.color!='blue'&&item.style.color!='purple') {
		item.style.color='blue';
		}
	item.style.cursor='hand';	
}

function mouseoutit(item){
	if(item.style.color=='blue') {item.style.color='gray';}
	item.style.cursor='auto';
}
function mouseclickdisplay(item1,item2){
	if (item2.style.display=='none'){
	item1.style.color='red';
	item2.style.display='';
	}else{
	item1.style.color='blue';
	item2.style.display='none';
	}
}
function mouseclick(item1,item2){
    
	if (item2.style.display=='none'){
	item1.style.color='purple';
	item2.style.display='block';
	}else{
	item1.style.color='blue';
	item2.style.display='none';
	}
}

function ShowHidden(id)
{
    
    if(document.getElementById(id).style.display=="")
    {
        document.getElementById(id).style.display='block';
        document.getElementById(id).focus();
    }
    else
    {
        if(document.getElementById(id).style.display=='none')
        {
            document.getElementById(id).style.display='block';
            document.getElementById(id).focus();
        }
        else
        {
            document.getElementById(id).style.display='none'
        }
    }
    
    
}
function mouseclick4(item1,item2,item3,item4){
	if (item1.style.display=='none'){
	item1.style.display='block';
	item2.style.display='none';
	item3.style.display='none';
	item4.style.display='none';
	//item5.style.display='none';
	//item6.style.display='none';
	}
else{
	item1.style.display='none';
	item2.style.display='none';
	item3.style.display='none';
	item4.style.display='none';

	}
}



function showinfo()
{
window.open("<%=PopWin%>","hgmbapop","width=250,height=200,menubars=no,scrollbars=no,resizable=no")

}
function getViewportInfo() {
     var w = (window.innerWidth) ? window.innerWidth : (document.documentElement && document.documentElement.clientWidth) ? document.documentElement.clientWidth : document.body.offsetWidth;
     //var h = (window.innerHeight) ? window.innerHeight : (document.documentElement && document.documentElement.clientHeight) ? document.documentElement.clientHeight : document.body.offsetHeight;
     return w; 
     }
     
function LayerPosition(item){
	var x;
	if (getViewportInfo()<1024) 
	{ 
		x = 197; 
	}
	else
	{
		x=197+getViewportInfo()/2-510;
	}
		item.style.left=x;
}


  function   show(o)   
      {ShowStaPhotoZone.innerHTML=o.innerHTML;   
      }   
  function   hid()   
      {ShowStaPhotoZone.innerHTML="";   
      }   
function  ShowMBAProgramName(NameStr,positionx,displaystyle)   
      {
		  ProgramNameDiv.style.left=positionx;
		  ProgramNameDiv.style.display="block";
		  ProgramNameDiv.innerText=NameStr;   
      } 

//登录区处理函数

var newWindow = null
function open_window(loadpos)
{	
	if (! newWindow || newWindow.closed)
	{
  	newWindow = window.open(loadpos,"surveywin","toolbar,location,resizable,scrollbars,dependent,width=400,height=280");
	}else
	{
		newWindow.focus();
		newWindow.location.href=loadpos;
		newWindow.refresh();
	}
}
function log_submit()
{	
	var ProNo	= document.msg.selectName.selectedIndex+1;
	var ProURL	= document.msg.selectName.value;
	var User	= document.msg.u.value;
	var Passwd	= document.msg.psw.value;
	document.msg.u.value = ""
	document.msg.psw.value = ""
			

	if(ProNo == 1){	
		if(Passwd!=""){
			document.msg.username.value	= User;
			document.msg.password.value	= Passwd;
			document.msg.action=ProURL;
			document.msg.submit();
			return true;
		}
		else {
			window.location=ProURL;
			return false;
		}
	} 
	else if(ProNo == 2){	
		if(Passwd!=""){
			document.msg.username.value	= User;
			document.msg.password.value	= Passwd;
			document.msg.action=ProURL;
			document.msg.submit();
			return true;
		}
		else {
			window.location=ProURL;
			return false;
		}
	} 
	else if(ProNo == 3){	
		if(Passwd!=""){
			document.msg.username.value	= User;
			document.msg.password.value	= Passwd;
			document.msg.action=ProURL;
			document.msg.submit();
			return true;
		}
		else {
			window.location=ProURL;
			return false;
		}
	} 
	else if(ProNo == 4){	
		if(Passwd!=""){
			document.msg.user.value	= User;
			document.msg.password.value	= Passwd;
			document.msg.action=ProURL;
			document.msg.submit();
			return true;
		}
		else {
			window.location=ProURL;
			return false;
		}
	} 
	else if(ProNo == 5){	
		if(Passwd!=""){
			document.msg.uid.value	= User;
			document.msg.pwd.value	= Passwd;
			document.msg.action=ProURL;
			document.msg.submit();
			return true;
		}
		else {
			window.location=ProURL;
			return false;
		}
	}
	return false;
}
//登录区处理函数结束

function NewWindow(mypage, myname, w, h, scroll) {
	self.name = "main"; 
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}



function insertHtml(mainId,subId)
{
    document.getElementById(mainId).innerHTML=document.getElementById(subId).innerHTML
}


function changeHtml(text) 
{ 
main.innerHTML=text; 
return;
}
function changeText(text) 
{ 
main.innerText=text; 
return;
}


text1='<span lang="en-us"><class="MsoNormal" style="margin-bottom: 6.0pt"><u><span style="font-family: 宋体; color: black">        <font style="font-size: 11pt">项目特点</font></span></u><br>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        全英文国际合作</span><span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; color: black">MBA</span><span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">项目</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        由两校具备丰富</span><span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; color: black">MBA</span><span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">教学经验和管理咨询经验的资深教授担任主讲，复旦大学管理学院为每门课程配备师资辅助授课</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        模块式教学，</span><span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; color: black">15</span><span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">门核心模块课程，每模块集中四天授课（含周末两天）</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        学制两年，半脱产</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        项目自主招生，面试为主，全年接受报名</span>';


text2='<span lang="en-us"><class="MsoNormal" style="margin-bottom: 6.0pt"> <u>       <span style="font-family: 宋体; color: black">      <font style="font-size: 11pt">报名须知</font></span></u><br>         <br  class="MsoNormal" align="left" style="text-align: left; margin-top: 6.0pt">        <span style="font-family: 黑体"><font size="2">招生情况：</font></span><span style="font-size:9.0pt;font-family:宋体">每年招生<span lang="EN-US">120名，6月、11月入学</span></span>         <br  class="MsoNormal" style="margin-top: 6.0pt">        <span style="font-family: 黑体"><font size="2">申请条件：</font></span>         <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 42.0pt">        <span lang="EN-US" style="font-size: 7.5pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size:9.0pt;line-height:130%;font-family:宋体">学士学位，五年以上工作经验（或大专学历，十年以上工作经验），有从事管理工作经验</span>         <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 42.0pt">        <span lang="EN-US" style="font-size: 7.5pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size:9.0pt;line-height:130%;font-family:宋体">有良好的英语应用能力，包括听、说、读、写</span>         <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 42.0pt">        <span lang="EN-US" style="font-size: 7.5pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span lang="EN-US" style="font-size:9.0pt;line-height:130%;font-family:宋体">GMAT成绩在600分以上或通过本项目的英文考试</span>         <br  class="MsoNormal" style="margin-top: 6.0pt">        <span style="font-family: 黑体"><font size="2">项目学制：</font></span><span style="font-size:9.0pt;font-family:宋体">两年，半脱产</span>         <br  class="MsoNormal" style="margin-top: 6.0pt">        <span style="font-family: 黑体"><font size="2">项目学费：</font></span><span style="font-size: 9.0pt; font-family: 宋体; color: black">人民币</span><span lang="EN-US" style="font-size:9.0pt;color:black">148,000</span><span style="font-size: 9.0pt; font-family: 宋体; color: black">元，或美元</span><span lang="EN-US" style="font-size:9.0pt;color:black">19,000</span><span style="font-size: 9.0pt; font-family: 宋体; color: black">元</span>         <br  class="MsoNormal" style="margin-top: 6.0pt"><font size="2">        <span style="font-family: 黑体">报名方式</span></font><span style="font-size: 11.0pt; font-family: 黑体">：</span>         <br  class="MsoNormal" style="text-indent: 18.0pt; line-height: 130%; margin-top: 6.0pt">        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        请下载并填写</span></span><span style="font-family: 宋体; color: black"><span lang="EN-US" style="font-size: 10.0pt; line-height: 130%; font-family: 宋体; color: black"><u><a href="/nwmba/download/ybmb_c.doc" style="color: blue; text-decoration: underline; text-underline: single"><br >复旦大学－BI挪威管理学院MBA项目预报名表</b></a></u></span><span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">，传真至：<span lang="EN-US">021-65648069，或者发电子邮件至：<u><a href="mailto:fdbi@fudan.edu.cn" style="color: blue; text-decoration: underline; text-underline: single">fdbi@fudan.edu.cn</a></u>，我们将向您邮寄报名材料。您可以在本项目网页上查询其他信息或直接和我们联系，我们将为您提供详细的咨询。</span></span><span lang="EN-US" style="font-size: 9.0pt; font-family: Tahoma; color: black">&nbsp;</span>  ';


text3='<span style="font-family: 宋体; color: black" lang="en-us"><u> <class="MsoNormal" style="margin-bottom: 6.0pt">  <font style="font-size: 11pt">授予学位</font></span></u><br>          <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; color: black">        BI</span><span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">挪威管理学院颁发</span><span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; color: black">MBA</span><span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">学位</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 130%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 130%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 130%; font-family: 宋体; color: black">        复旦大学管理学院颁发学习证明书</span> ';


text4='<span style="font-family: 宋体; color: black" lang="en-us"><u> <class="MsoNormal" style="margin-bottom: 6.0pt"> <span style="font-family: 宋体; color: black">        <font style="font-size: 11pt">联系方式</font></span></u><br>         <br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        复旦大学<span lang="EN-US">-BI挪威管理学院合作MBA项目办公室</span></span><br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        电话：<span lang="EN-US"> (021) 55664776 &nbsp;&nbsp; 55664779</span></span><br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        传真：<span lang="EN-US"> (021) 65648069</span></span><br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        Email: </span><u>        <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: blue">        <a href="mailto:fdbi@fudan.edu.cn" style="color: blue; text-decoration: underline; text-underline: single">        fdbi@fudan.edu.cn</a></span></u><br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        网址：<span lang="EN-US">&nbsp;</span></span><u><span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: blue"><a href="http://www.fdms.fudan.edu.cn" style="color: blue; text-decoration: underline; text-underline: single">www.fdms.fudan.edu.cn</a></span></u><br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        地址：<span lang="EN-US">&nbsp;上海市国顺路670号复旦大学管理学院史带楼706室</span></span><br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        邮编： <span lang="EN-US">200433</span></span>';

text5='<span style="font-family: 宋体; color: black" lang="en-us"><u> <class="MsoNormal" style="margin-bottom: 6.0pt">  <font style="font-size: 11pt">项目特点</font></span></u><br>          <br  class="MsoNormal" style="text-indent: -21.0pt; line-height:150%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height:150%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span lang="EN-US" style="font-size: 9.0pt; line-height:150%; color: black">      </span><span style="font-size: 9.0pt; line-height:150%; font-family: 宋体; color: black">该项目自主招生，采取模块式教学，</span><br  class="MsoNormal" style="text-indent: -21.0pt; line-height:150%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height:150%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height:150%; font-family: 宋体; color: black">        教师均来自复旦大学、挪威管理学院、美国俄勒冈大学华沙体育产业中心，拥有多年的MBA教学管理经验</span> ';


text6='<span style="font-family: 宋体; color: black" lang="en-us"><u> <class="MsoNormal" style="margin-bottom: 6.0pt">  <font style="font-size: 11pt">申请条件</font></span></u><br>          <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 150%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 150%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span lang="EN-US" style="font-size: 9.0pt; line-height: 150%; color: black">        </span><span style="font-size: 9.0pt; line-height: 150%; font-family: 宋体; color: black">本科学历或同等学力以上，五年以上工作经历，</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 150%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 150%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 150%; font-family: 宋体; color: black">        目前从事管理工作，从事体育产业相关工作者优先考虑</span> ';


text7='<span style="font-family: 宋体; color: black" lang="en-us"><u> <class="MsoNormal" style="margin-bottom: 6.0pt">  <font style="font-size: 11pt">申请条件</font></span></u><br>          <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 150%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 150%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span lang="EN-US" style="font-size: 9.0pt; line-height: 150%; color: black">        </span><span style="font-size: 9.0pt; line-height: 150%; font-family: 宋体; color: black">学员修完全部课程由挪威管理学院颁发MBA学位复旦大学管理学院颁发学习证明书，</span>        <br  class="MsoNormal" style="text-indent: -21.0pt; line-height: 150%; margin-left: 21.0pt">        <span lang="EN-US" style="font-size: 9.0pt; line-height: 150%; font-family: Symbol">        <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        </span></span>        <span style="font-size: 9.0pt; line-height: 150%; font-family: 宋体; color: black">        学员两年内参加全国MBA入学考试达到复旦大学录取分数线，即可成为复旦大学MBA学员</span> ';

                 


text8='<span style="font-family: 宋体; color: black" lang="en-us"><u> <class="MsoNormal" style="margin-bottom: 6.0pt"> <span style="font-family: 宋体; color: black">        <font style="font-size: 11pt">联系方式</font></span></u><br>         <br  class="MsoNormal" align="left" style="text-align: left; text-indent: 18.0pt; line-height: 120%">        <span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">        地址： 复旦大学管理学院</span><br style="margin-left: 40"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 上海国顺路670号,李达三楼709室复奥体育产业中心</span><br><span style="font-size: 9pt">邮编： 200433</span> <br><span style="font-size: 9pt">电话： 65103713/65110862</span> <br><span style="font-size: 9pt">传真： 65103713</span> <br><span style="font-size: 9pt">E-mail：<a href="mailto:fuon@fuon.net" style="color: blue; text-decoration: underline; text-underline: single"> fuon@fuon.net</a></span> <br><span style="font-size: 9pt">网址：                <a href="http://www.fdms.fudan.edu.cn" style="color: blue; text-decoration: underline; text-underline: single">               http://www.fdms.fudan.edu.cn </a></span>               <br style="margin-left: 40"><span style="font-size: 9pt">               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;               <a href="http://www.fuon.net" style="color: blue; text-decoration: underline; text-underline: single">http://www.fuon.net</a></span>';

text9='<span style="font-family: 宋体; color: black" lang="en-us"> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">            <tr>              <td width="21%">              <p align="center">              <b><span style="font-size:9.0pt;font-family:宋体">开班时间</span></b></td>              <td width="31%">              <p align="center"><b><span style="font-size: 9pt">班级名称</span></b></td>              <td width="32%">              <p align="center"><span style="font-size: 9pt"><b>授予</b></span><b><span style="font-size: 9pt">学位</span></b></td>              <td width="16%">              <p align="center"><b><span style="font-size: 9pt">班级个数</span></b></td>            </tr>            <tr>              <td width="21%">              <p align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">  1996—2003</span></td>              </span> <span style="font-family: 宋体; color: black" lang="en-us">              <span style="font-family: 宋体; color: black" lang="en-us">              <td width="31%">              <p align="center"><span style="font-size: 9pt">“变化管理”管理学硕士班</span></td>              <td width="32%" align="center">              <span style="font-size:9.0pt;font-family:宋体">“变化管理”管理学硕士<span lang="EN-US">(CMP)</span></span></td>              <td width="16%" align="center">8</td>            </tr>            <tr>              <td width="21%">              <p align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">1998—2003</span></td>              <td width="31%">              <p align="center">              <span style="font-size:9.0pt;font-family:宋体">爱立信（中国）公司班</span></td>              <td width="32%" align="center">              <span style="font-size:9.0pt;font-family:宋体">“信息通信管理”管理学硕士<span lang="EN-US">(CMP)</span></span></td>              <td width="16%" align="center">8</td>            </tr>            <tr>              <td width="21%" align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">2002—2004</span></td>              <td width="31%" align="center">              <span style="font-size:9.0pt;font-family:宋体">上海贝尔阿尔卡特公司班</span></td>              <td width="32%" align="center">              <span style="font-size:9.0pt;font-family:宋体">“信息通信管理”管理学硕士<span lang="EN-US">(CMP)</span></span></td>              <td width="16%" align="center">2</td>            </tr>            <tr>              <td width="21%" align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">2003</span></td>              <td width="31%" align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">UT斯达康（中国）公司班</span></td>              <td width="32%" align="center">              <span style="font-size:9.0pt;font-family:宋体">工商管理硕士<span lang="EN-US">(MBA)</span></span></td>              <td width="16%" align="center">1</td>            </tr>            <tr>              <td width="21%" align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">2003</span><span style="font-size:9.0pt;  font-family:宋体">.12</span><span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">-0</span><span style="font-size:9.0pt;  font-family:宋体">7.12</span></td>              <td width="31%" align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">MBA工商管理硕士班</span></td>              <td width="32%" align="center">              <span style="font-size:9.0pt;font-family:宋体">工商管理硕士<span lang="EN-US">(MBA)</span></span></td>              </span></span>              <td width="16%" align="center">	9</td>            </tr>            <span style="font-family: 宋体; color: black" lang="en-us">              <span style="font-family: 宋体; color: black" lang="en-us">            <tr>              <td width="21%" align="center">              <span lang="EN-US" style="font-size:9.0pt;  font-family:宋体">2006.01</span></td>              <td width="31%" align="center">              <span style="font-size:9.0pt;font-family:宋体">爱立信（中国）公司班</span></td>              <td width="32%" align="center">              <span style="font-size:9.0pt;font-family:宋体">工商管理硕士<span lang="EN-US">(MBA)</span></span></td>              <td width="16%" align="center">1</td>            </tr>          </table></span></span>';


text10='<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">  <tr>    <td width="100%">    <p class="MsoNormal" style="text-indent: -20.95pt; line-height: 120%; margin-left: 35.15pt; margin-right: 13.55pt; margin-top: 6.0pt; margin-bottom: .0001pt">    <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: Symbol">    <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    </span></span>    <span lang="EN-US" style="font-size:9.0pt;line-height:120%;font-family:宋体">2006年5月，项目成立十周年，</span><span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">校友和在读学员人数达</span><span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: Tahoma; color: black">1088</span><span style="font-size: 9.0pt; line-height: 120%; font-family: 宋体; color: black">人。</span></p>    <p class="MsoNormal" style="text-indent: -20.95pt; line-height: 120%; margin-left: 35.15pt; margin-right: 13.55pt; margin-top: 6.0pt; margin-bottom: .0001pt">    <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: Symbol">    <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    </span></span>    <span lang="EN-US" style="font-size:9.0pt;line-height:120%;font-family:宋体">2003年7月，<span style="color:black">经国务院学位办批准，“变化管理”管理学硕士项目转型为工商管理硕士项目。</span>复旦大学和BI挪威管理学院合作MBA项目于同年8月开始招生，到2006年6月已顺利运作8个班，包括爱立信（中国）公司班，UT斯达康（中国）公司班。</span></p>    <p class="MsoNormal" style="text-indent: -20.95pt; line-height: 120%; margin-left: 35.15pt; margin-right: 13.55pt; margin-top: 6.0pt; margin-bottom: .0001pt">    <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: Symbol">    <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    </span></span>    <span lang="EN-US" style="font-size:9.0pt;line-height:120%;font-family:宋体">    1998年2月起，开办“信息通信管理”管理学硕士项目，到2003年共运作10个班。合作公司包括爱立信（中国）公司，上海贝尔阿尔卡特有限公司。</span></p>    <p class="MsoNormal" style="text-indent: -20.95pt; line-height: 120%; margin-left: 35.15pt; margin-right: 13.55pt; margin-top: 6.0pt; margin-bottom: .0001pt">    <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: Symbol">    <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    </span></span>    <span lang="EN-US" style="font-size:9.0pt;line-height:120%;font-family:宋体">    1996年3月，经国务院学位办批准，复旦大学-BI挪威管理学院“变化管理”管理学硕士项目正式启动，先后运作“变化管理”管理学硕士8个班。</span></p>    <p class="MsoNormal" style="text-indent: -20.95pt; line-height: 120%; margin-left: 35.15pt; margin-right: 13.55pt; margin-top: 6.0pt; margin-bottom: .0001pt">    <span lang="EN-US" style="font-size: 9.0pt; line-height: 120%; font-family: Symbol">    <img width="9" height="9" src="xmjj.h3.gif" alt="*"><span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    </span></span>    <span lang="EN-US" style="font-size:9.0pt;line-height:120%;font-family:宋体">    1995年11月，复旦大学北欧研究中心成立，在双方政府推动下，BI挪威管理学院与复旦大学正式建立合作关系。</span></td>  </tr></table>';


text11='<p style="text-indent: 19pt"><span style="font-size: 9pt">BI挪威管理学院是一所私立大学，1943年成立于挪威首都奥斯陆。其标志BI来自于学院的原名<font face="Arial">Bedrifts&oslash;konomisk Institutt</font>。</span></p><p style="text-indent: 19pt"><span style="font-size: 9pt">经过六十余年的发展，BI挪威管理学院已成为欧洲规模最大的商学院，同时也是挪威第二大高等学府。学院拥有一流的教学和科研水平。2003年，“<font face="Arial">Financial Management</font>”根据BI在金融领域的研究成果，将其在欧洲400所商学院中排名第二。2005年，在挪威各商学院的排名中，BI挪威管理学院被“Financial Times”列为第一。</span></p><p style="text-indent: 19pt"><span style="font-size: 9pt">1999年，BI挪威管理学院成为挪威第一所获得EFMD（欧洲管理发展基金会）颁发的EQUIS (欧洲管理教育评估系统)认证的大学。学院还得到美国教育部的认证，可以举办美国1965年颁布的高等教育法案所规定的各项教育项目。</span></p><p style="text-indent: 19pt"><span style="font-size: 9pt">BI挪威管理学院的师资力量正日益国际化，有教师350多名，其中包括80多名全职教授。此外，还从校外聘请了800名兼职讲师。在校学生来自世界各地，约有二万余名。 学院致力于发展管理教育项目，满足经理人员的在职学习和职业发展要求。为了加强与企业界的联系，并且保持一流的教育和研究水准，BI挪威管理学院十分重视发展与大企业及政府各部门之间的密切合作关系。</span></p><p style="text-indent: 19pt"><span style="font-size: 9pt">2005年8月，BI挪威管理学院迁到奥斯陆Nydalen的新校区。开放式的校区，建筑主体是全透明玻璃的外墙，从里向外和从外向里的采光和风景都非常好。整幢楼有20间报告厅，28个教室和1200个座位的自由敞开式学习区分散在各个楼层，非常现代化的设计。<br><br><br></span>';

text12='<p style="text-indent: 19pt"><span style="font-size: 9pt">作为一所发展的国际化商学院，复旦大学管理学院现有教师119人，这是一支学术造诣深厚且管理经验丰富的教师队伍。学院已具备了当代国际商学院的构架，并与海内外数十家著名大学建立了正式的合作与交流关系。其硕士级别的项目包括复旦EMBA项目，复旦-奥林 EMBA项目，复旦MBA项目，复旦-麻省理工学院国际MBA项目，复旦-BI(挪威)MBA项目，复旦-香港大学MBA项目，复旦-汉堡大学双硕士项目等。多年来，学院的教育研究水平不断上升，已获得各界广泛认同。</span></p>';

text13='<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="14">  <tr>    <td width="100%" height="14">    <p style="text-indent: 19pt" align="left"><span style="font-size: 9pt"> 复旦大学管理学院在面向未来的发展中，致力于成为亚洲一流的商学院。学院博采众长，学习与吸收世界一流商学院的成功经验，在合作与竞争中不断追求卓越。</span></p>    <p style="text-indent: 19pt" align="left"><span style="font-size: 9pt">   BI挪威管理学院是复旦大学管理学院在欧洲的重要合作伙伴。十多年来，合作双方建立了稳固的合作关系。双方整合两校优秀师资，为来自中国、挪威以及其他国家的学员讲授全面的管理和实践知识，为国内外一流企业培养既具有全球竞争力又能把握高速发展的中国经济脉搏的优秀职业经理人。</span></p> <p style="text-indent: 19pt" align="left"><span style="font-size: 9pt">   复旦大学—BI挪威管理学院MBA项目强调“融合与分享”。在融合中，两校致力于发展高品质的工商管理教育项目。通过密切的合作关系，项目与学院的其他工商管理教育项目共享资源、分享经验，打造“青年精英，未来领袖”的提升平台。项目为学员提供国际先进管理思想与本土实情有机结合的MBA课程，帮助他们认识和应对不断变化的商务环境；多元化背景的学员和校友之间相互融合，在项目构建的平台上分享知识、经验、成功和喜悦。与此同时，复旦大学—BI挪威管理学院MBA项目也已成为优秀国际合作工商管理教育项目之一。</span></p> <p style="text-indent: 19pt" align="left"><span style="font-size: 9pt"> 我荣幸地向有梦想、有激情、有潜力的青年精英们推荐复旦大学—BI挪威管理学院MBA项目，相信你的加入将使这一国际合作工商管理教育项目更有声誉、有影响力、有活力。坚信在不久的将来，无论是项目还是学员都会在全球舞台上赢得更多认同与掌声。</span></p>   <p style="text-indent: 19pt" align="left">    <img border="0" src="images/lxwqm.jpg" width="101" height="49" align="right"></p>    <br style="text-indent: 19pt" align="left">　</p>    </p>    <p style="text-indent: 19pt" align="right"><span style="font-size: 9pt">    陆雄文教授</span></p>   <p style="text-indent: 19pt" align="right"><span style="font-size: 9pt">    管理学院院长<br>　</span></td>  </tr></table>';

text14='<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="14">  <tr>    <td width="100%" height="14">    <p style="text-indent: 19pt"><span style="font-size: 9pt">    BI挪威管理学院始建于1943年；经过六十余年的发展，在商学和管理教育领域已逐步发展成为国际知名的商学院。BI是欧洲规模最大的商学院；同时，也是挪威第二大高等学府。在挪威这样一个注重平等、其他所有高等学府都由政府承担学费的国家，BI挪威管理学院作为一所私立大学能获得如此令人注目的成就，完全在于高水准的教学与研究，以及不断的创新。</span></p>    <p style="text-indent: 19pt"><span style="font-size: 9pt">    BI挪威管理学院立足北欧的管理风格；北欧是后工业知识经济的一个代表。北欧企业也是首先提出参与型管理模式以及网络型组织形态。除此以外，BI挪威管理学院还十分重视伦理学和企业的社会责任。</span></p>    <p style="text-indent: 19pt"><span style="font-size: 9pt">    BI挪威管理学院追求创新，坚持高品质研究与教学水准，运作国际化，具有前瞻性，并立足北欧风格的管理教育。BI挪威管理学院和声誉卓著的复旦大学管理学院联手，将会营造一个充满挑战的学习环境。</span></p>    <p style="text-indent: 19pt" align="right"><span style="font-size: 9pt">Professor Tom Colbj&oslash;rnsen</span></p>    <p style="text-indent: 19pt" align="right"><span style="font-size: 9pt">    挪威管理学院校长<br>　</span></td>  </tr></table>';


text15='<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">  <tr>    <td width="93%">     <p style="text-indent: 19pt"><font size="4">——</font><font face="隶书" size="4">生活、工作、学习之外，让心灵在优雅中穿行。</font></p>    <p style="text-indent: 19pt"><span style="font-size: 9pt">    且行且伴的既是同盟学友，有时相互提携的职场同道。聚贤荟为所有复旦-BI（挪威）     MBA项目的学员提供了新意境的交流平台。这一平台和竞争的普遍社会模型，在这里提前融合为共生共赢的理想状态。无论是钟爱茶道。还是更爱咖啡美酒，个性在这里都成为丰宴的一道佳肴。聆听、倾诉、分享、互助，聚贤荟愿成为每个复旦-BI（挪威）MBA人的第二心灵居所。</span></td>    <td width="7%">　</td>  </tr></table>';

text17='<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">  <tr>    <td width="15%">    <p align="center">    <img border="0" src="images/jxh6.jpg" width="85" height="151"></td>    <td width="78%">    <p class="MsoNormal"><span style="font-size: 9.0pt; font-family: 宋体">    “我很庆幸，我进入了复旦大学</span><span lang="EN-US" style="font-size:9.0pt">-BI</span><span style="font-size: 9.0pt; font-family: 宋体">挪威管理学院</span><span lang="EN-US" style="font-size:9.0pt">MBA</span><span style="font-size: 9.0pt; font-family: 宋体">项目学习。课堂讨论中，有精彩的辩论。协作性和包容度越来越高，思想的碰撞慢慢变成互相提携。生活中，我们同学也成为相见恨晚的莫逆之交。祝</span><span lang="EN-US" style="font-size:9.0pt">BI-Fuand MBA</span><span style="font-size: 9.0pt; font-family: 宋体">项目越办越好！”</span></p>    <p class="MsoNormal"><span lang="EN-US" style="font-size:9.0pt">&nbsp;</span></p>    <p class="MsoNormal"><span style="font-size: 9.0pt; font-family: 宋体">    聚贤荟秘书长：顾玫华</span><span lang="EN-US" style="font-size:9.0pt"> / BI-Fudan MBA3</span><span style="font-size: 9.0pt; font-family: 宋体">班</span></p>    </td>    <td width="7%">　</td>  </tr></table>';

text18='<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">  <tr>    <td width="93%">    <span style="font-size: 9pt">广聚风雅贤士，荟萃各界精英，我们事业和友谊的新起点！<br>    ——王 翔 宁波伟绅进出口有限公司 <br>　</span><br><br><span style="font-size: 9pt">漫漫人生路上，让我们互相鼓励，互相学习吧。<br>    ——林文祈 崴航（天津）物流服务有限公司上海分公司<br>　</span>    <br><br><span style="font-size: 9pt">无论你是贤人、闲人、还是闲着的贤人，只要是BI的人，就请常来“聚贤荟”坐坐一个广纳贤才的地方，这是一个休闲放松的地方，这是一个交换心灵的地方<br>    ——方 圆 亿阳信通股份有限公司<br>    <br>    <br>    聚才四海<br>    贤达齐修<br>    荟萃复旦<br>    望聚贤荟 如江河之长 携手并进 永创辉煌 <br>    ——葛德斌 迪卡侬（上海）体育用品有限公司<br>　</span>    <br><br><span style="font-size: 9pt">聚四方校友，荟海内贤士。<br>    ——戴伟强 上海金大城市景观设计有限公司<br>　</span>    <br><br><span style="font-size: 9pt">    我们从不同的地方，不同的公司，不同的文化和不同的环境相聚到一起，祝愿大家在这里得到自己希望得到的！并且分享大家的快乐，忧愁和斗争经验，变成真正的贤者！<br>    ——蔡文刚 美国总统轮船中国有限公司<br>　</span>    <br><br><span style="font-size: 9pt">纳四方贤士，汇各路精英，云集“聚贤荟”，共赢新明天！<br>    日月光华，旦兮复兮，各路英才，聚集于此，贤良之士，阁台相知，携手并进，共创宏图！<br>    ——孔 懿 上海贝尔阿尔卡特股份有限公司<br>　</span>    <br><br><span style="font-size: 9pt">聚天下贤德，荟世间英才。<br>    ——李 松 斯凯孚（上海）投资咨询有限公司<br>　</span>    <br><br><span style="font-size: 9pt">BI贤之士,常聚会,常分享<br>    聚贤荟: 贤之士聚会的香格里拉<br>    ——沈纯慧 复旦大学管理学院<br>　</span>   <br><br><span style="font-size: 9pt">携手复旦同学力量，共创中国美好未来。 <br>    ——姚星亮 中化国际控股股份有限公司<br>　</span><br><br><span style="font-size: 9pt">我们有缘相聚<br>    我们招贤纳士<br>    我们荟萃精华<br>    ——韩 毅 中国惠普有限公司上海分公司<br>　</span>    <br><br><span style="font-size: 9pt">    我在复旦-BI（挪威）MBA找到了新的动力，因为学习着，分享着，感悟着，所以快乐着。希望更多的职场精英加入我们，更广阔的朋友圈让我们更有满足感和人情味。<br>    ——顾玫华</span></td>    <td width="7%">　</td>  </tr></table>';


var lastId = "img0";
function show(i)
{
    
    var currId = "img"+i;
    if(lastId!="")
    {
        document.getElementById(lastId).className="hidd";        
    }
    document.getElementById(currId).className="d";
        lastId = currId;
}