function ShowPanel(src,width,height)
{
	document.write('<iframe src="'+src+'" style="width:'+width+'px;height:'+height+'px;" scrolling="no" frameborder="0"></iframe>');
  if(src.indexOf("Foot")>=0)
	document.write("<script language='JavaScript' type='text/javascript' src='http://www.318.com.cn/WebLog/log.asp'></script>");
}
var aaa="<table width='168' align='right' cellspacing='0' class='b1'><tr><td><img src='../images/scerp2.jpg' width='168' height='66'></td></tr><tr><td ><img src='../images/scerp3.jpg' width='168' height='23' class='b5'></td></tr><tr><td><table width='166' border='0' align='center' cellspacing='0'><tr><td class='STYLE2'><a href='sceerp.html' id='sceerp' class='mycolor2'>·ERPⅡ（工业版）</a></td></tr><tr><td class='STYLE2'><a href='lterp.html' id='lterp' class='mycolor2'> ·ERPⅡ（商贸版）</a></td></tr><tr><td class='STYLE2'><a href='dcw.html' id='dcw' class='mycolor2'>·ERPⅡ（服务版）</a></td></tr><tr><td class='STYLE2'><a href='hyjc.html' id='hyjc' class='mycolor2'>·ERPⅡ（行业集成版）</a></td></tr><tr><td>&nbsp;</td></tr></table></td></tr><tr><td ><img src='../images/scerp4.jpg' width='168' height='23' class='b5'></td></tr><tr><td><table width='166' border='0' align='center' cellspacing='0'><tr><td class='STYLE2'><a href='kjgl.html' id='kjgl' class='mycolor2'>·会计套件</a></td></tr><tr><td class='STYLE2'><a href='jyfw.html' id='jyfw' class='mycolor2'>·经营管理套件（服务版）</a></td></tr><tr><td class='STYLE2'><a href='jysm.html' id='jysm' class='mycolor2'>·经营管理套件（商贸版）</a></td></tr><tr><td class='STYLE2'><a href='jygy.html' id='jygy' class='mycolor2'>·经营管理套件（工业版）</a></td></tr><tr><td class='STYLE2'><a href='cwfw.html' id='cwfw' class='mycolor2'>·财务业务套件（服务版）</a></td></tr><tr><td class='STYLE2'><a href='cwsm.html' id='cwsm' class='mycolor2'>·财务业务套件（商贸版）</a></td></tr><tr><td class='STYLE2'><a href='cwgy.html' id='cwgy' class='mycolor2'>·财务业务套件（工业版）</a></td></tr><tr><td class='STYLE2'><a href='rltj.html' id='rltj' class='mycolor2'>·人力资源套件</a></td></tr><tr><td>&nbsp;</td></tr></table></td></tr><tr><td ><img src='../images/scerp5.jpg' width='168' height='23' class='b5'></td></tr><tr><td><table width='166' border='0' align='center' cellspacing='0'><tr><td class='STYLE2'><a href='cjzz.html' id='cjzz' class='mycolor2'>·超级总账</a></td></tr><tr><td class='STYLE2'><a href='zjgl.html' id='zjgl' class='mycolor2'>·资金收付管理</a></td></tr><tr><td class='STYLE2'><a href='bxgl.html' id='bxgl' class='mycolor2'>·报销管理</a></td></tr><tr><td class='STYLE2'><a href='zcysgl.html' id='zcysgl' class='mycolor2'>·支出预算管理</a></td></tr><tr><td class='STYLE2'><a href='qmfygl.html' id='qmfygl' class='mycolor2'>·全面费用管理</a></td></tr><tr><td class='STYLE2'><a href='zcgl.html' id='zcgl' class='mycolor2'>·资产管理</a></td></tr><tr><td class='STYLE2'><a href='jxc.html' id='jxc' class='mycolor2'>·进销存管理</a></td></tr><tr><td class='STYLE2'><a href='chgl.html' id='chgl' class='mycolor2'>·存货管理</a></td></tr><tr><td class='STYLE2'><a href='wpgl.html' id='wpgl' class='mycolor2'>·物品管理</a></td></tr><tr><td class='STYLE2'><a href='ckgl.html' id='ckgl' class='mycolor2'>·仓库管理</a></td></tr><tr><td class='STYLE2'><a href='fwsrgl.html' id='fwsrgl' class='mycolor2'>·服务收入管理</a></td></tr><tr><td class='STYLE2'><a href='htgl.html' id='htgl' class='mycolor2'>·合同管理</a></td></tr><tr><td class='STYLE2'><a href='rlzygl.html' id='rlzygl' class='mycolor2'>·人力资源管理</a></td></tr><tr><td class='STYLE2'><a href='gxgl.html' id='gxgl' class='mycolor2'>·工薪管理</a></td></tr><tr><td class='STYLE2'><a href='jxgl.html' id='jxgl' class='mycolor2'>·绩效管理</a></td></tr><tr><td class='STYLE2'><a href='sbgl.html' id='sbgl' class='mycolor2'>·设备管理</a></td></tr><tr><td>&nbsp;</td></tr></table></td></tr></table>";
function showLeft(){
	document.write(aaa);
}
function changeColor(Oe,key){
	var getA=document.getElementById("menu").getElementsByTagName("a");
	for(var i=0;i<getA.length;i++)
	{getA[i].className="innerMenu";}
	Oe.className="innerMenu1";
	//Oe.style.color="#f00";
	//nextSibling：取得下一个兄弟节点；
    //previousSibling：取得上一个兄弟节点；
	var innerMenu=new Array("video","contact","promote","download");
	var trNum=Oe.parentNode.parentNode.parentNode.parentNode.getElementsByTagName("tr");
	if(key=="caiye"){
		for(var i=0;i<trNum.length;i++){
		trNum[i].style.display="block";
	    }
		for(var i=0;i<innerMenu.length;i++)
		document.getElementById(innerMenu[i]).style.display="none";
	}
	else{  
	    for(var i=0;i<trNum.length;i++){
		if(i>=2) trNum[i].style.display="none";
	    }
		for(var i=0;i<innerMenu.length;i++)
		if(key==innerMenu[i]) document.getElementById(innerMenu[i]).style.display="block";
		else document.getElementById(innerMenu[i]).style.display="none";
	}
}
function ShowAdv(){
   document.write(advs);
}
var advs="<div id='adv' style='position:absolute; width:100px; height:90px; z-index:1; top:100px; left:50%; margin-left:-505px;'><table border='0' cellspacing='0' cellpadding='0' bgcolor='#3E5C71' width='90' align='center' style='border:1px solid #006699;'><tr><td height='20' align='center' style='font-size:14px; background-color:#3E5C71; color:#FFFFFF;'>在线客服</td></tr><tr bgcolor='#ffffff'><td align='center'><img src='images/online.jpg' width='90'></td></tr><tr><td style='background-color:#eeeeee;' align='center'><a target='_blank' href='http://wpa.qq.com/msgrd?v=1&uin=875902811&site=qq&menu=yes'><img border='0' src='http://wpa.qq.com/pa?p=2:875902811:41' alt='点击这里给我发消息' title='点击这里给我发消息' style='margin-top:4px; margin-bottom:4px;'></a></td></tr></table></div>";
  function move(){
    if(document.getElementById("adv"))document.getElementById("adv").style.top=100+getScrollTop()+"px";
    if(document.getElementById("apDiv1")) document.getElementById("apDiv1").style.top=90+getScrollTop()+"px";
  }
  window.onscroll=move;
  function getScrollTop() 
 { 
    var scrollTop=0; 
    if(document.documentElement&&document.documentElement.scrollTop) 
    { 
        scrollTop=document.documentElement.scrollTop; 
    } 
    else if(document.body) 
    { 
        scrollTop=document.body.scrollTop; 
    } 
    return scrollTop; 
} 
