/*
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
	var aParam = aParams[i].split('=') ;
	URLParams[aParam[0]] = aParam[1] ;
}
*/
function printTop(path){
	if(path==null){
		path='';
	}
	var topStr='<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">'+
  '<tr>'+
    '<td width="13" height="140" rowspan="3" background="'+path+'images/m_z_01.gif">'+
    '</td>'+
    '<td width="163" height="18" background="'+path+'images/m_z_02.gif"></td>'+
    '<td width="612" background="'+path+'images/m_z_03.gif"></td>'+
    '<td width="12" height="140" rowspan="3" background="'+path+'images/m_z_04.gif"></td>'+
  '</tr>'+
  '<tr>'+
    '<td height="61" background="'+path+'images/m_z_05.gif"></td>'+
    '<td background="'+path+'images/m_z_06.gif"></td>'+
  '</tr>'+
  '<tr>'+
    '<td height="61" background="'+path+'images/m_z_07.gif"></td>'+
    '<td background="'+path+'images/m_z_08.gif"></td>'+
  '</tr>'+
  '<tr>'+
    '<td height="25" background="'+path+'images/m_z_09.gif"></td>'+
    '<td colspan="2" align="right" background="'+path+'images/m_z_10.gif">'+
	'<a href="'+path+'index.aspx"><span class="f13white">首页</span></a>'+
	' | <span id="alink1"><a href="'+path+'xmjs/xmjs.htm"><span id="link1" class="f13white">项目介绍</span></a></span>'+
	' | <span id="alink2"><a href="'+path+'szzr/szzr.aspx"><span id="link2" class="f13white">师资阵容</span></a></span>'+
	' | <span id="alink3"><a href="'+path+'jxzx/xssc.htm"><span id="link3" class="f13white">教学在线</span></a></span>'+
	' | <span id="alink4"><a href="'+path+'zstg/recru_rule.aspx"><span id="link4" class="f13white">招生推广</span></a></span>'+
	' | <span id="alink5"><a href="'+path+'zyfz/show_jyxx.aspx"><span id="link5" class="f13white">职业发展</span></a></span>'+
	' | <span id="alink6"><a href="'+path+'qyhz/Enterprise.aspx"><span id="link6" class="f13white">合作企业</span></a></span>'+
	' | <span id="alink7"><a href="'+path+'xyyd/xyyd.aspx"><span  id="link7" class="f13white">校友园地</span></a></span>'+
	' | <span id="alink8"><a href="'+path+'forum/mbaforum.aspx"><span  id="link8" class="f13white">MBA论坛</span></a></span>'+
	' | <span id="alink9"><a href="'+path+'cylj/link.aspx?type=1"><span  id="link9" class="f13white">常用链接</span></a></span>'+
	'</td><td background="'+path+'images/m_z_11.gif"></td></tr><tr><td height="7" colspan="4" background="'+path+'images/m_z_12.gif"></td></tr>'+
	'</table>';
document.write(topStr);
/*
var linkId=URLParams["link"];
document.all["link"+linkId].innerHTML="<span class='f13red'>"+document.all["link"+linkId].innerText+"</span>";
document.all["alink"+linkId].innerHTML=document.all["link"+linkId].innerHTML;
*/
}

function printFoot(path){
	var footStr='<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">'+
  '<tr>'+
    '<td height="4" colspan="3" background="'+path+'images/m_z_22.gif"></td>'+
  '</tr>'+
  '<tr>'+
    '<td width="13" height="35" background="'+path+'images/m_in_20.gif"></td>'+
    '<td width="775" align="center" background="'+path+'images/m_in_21.gif"><table width="775" border="0" cellspacing="0" cellpadding="0">'+
      '<tr>'+
       '<td width="341"><span class="f13white">E-mail:<a href="mailto:nustmba@vip.sina.com"><span class="f13white">'+
 'nustmba@vip.sina.com</span></a>&nbsp;&nbsp;'+
 'Tel: 025-84315555 </span></td>'+
        '<td width="434" align="right"><img src="'+path+'images/home.gif" width="12" height="12"> <a href="http://sem.njust.edu.cn" target="_blank"><span class="f13yellow">经管院首页</span></a> <img src="../images/email.gif" width="12" height="12"> <a href="mailto:chen.joy@163.com"><span class="f13yellow">联系我们</span></a></td>'+
      '</tr>'+
    '</table></td>'+
    '<td width="12" background="'+path+'images/m_in_22.gif"></td>'+
  '</tr>'+
'</table>'+
'<center><span class="f13gray">&copy; 2005 南京理工大学经济管理学院</span></center>';
document.write(footStr);	
}