ENGLISH 意见建议 网站地图 网站帮助
广泛智力汇聚   高效成果传播   先进机制培育
联盟首页  |  协同开发  |  开放源码库  |  安全告警  |  开源导航  |  文档中心  |  服务支持  |  共创论坛  |  关于联盟


注册会员 网站帮助
    您的位置 »
    今天是: 2010年11月22日    
项目搜索

完全匹配   
开源软件
软件分类表
新发布软件
其它网站镜像
代码片断
协同开发
文档
论坛
寻求协助
热点项目
站点状态
编译工厂

联系我们
关于联盟

代码片段库:
查看代码片段

浏览 | 提交新的代码片段 | 创建代码包

特酷下拉菜单

类型:
Full Script
类别:
HTML Manipulation
许可证:
GNU General Public License
语言:
JavaScript
 
描述:
一种很酷的下拉菜单效果,可以放任何地方,非常方便灵活 来源:http://www.baron.com.cn

该代码片段的版本系列:

片段ID 下载版本 提交时间 提交人 删除
4812 1.02003-10-25 17:07cbd001

点击"下载版本"来下载该代码片段.


最新版本的代码片段: 1.0


脚本说明:
把如下代码加入<body>区域中
<style type="text/css">
<!--
.p9{  font-family: "宋体"; font-size: 9pt; }
body {  font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}
UNKNOWN {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A:link {
	TEXT-DECORATION: none
}
BODY {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
TR {
	FONT-SIZE: 9pt; FONT-FAMILY: "宋体"
}
TD {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; FONT-FAMILY: "宋体"
}
FORM {
	FONT-SIZE: 9pt; FONT-FAMILY: "宋体"
}
.black {
	FONT-SIZE: 9pt; COLOR: #000000
}
.white {
	FONT-SIZE: 9pt; COLOR: #ffffff
}
.red {
	FONT-SIZE: 9pt; COLOR: #ff0000
}
.green {
	FONT-SIZE: 9pt; COLOR: #009900
}
.blue {
	FONT-SIZE: 9pt; COLOR: #0000ff
}
.bg1 {
	FONT-SIZE: 9pt; COLOR: #ffffff
}
.gray {
	FONT-SIZE: 9pt; COLOR: #666666
}
.row {
	LINE-HEIGHT: 15pt
}
.bottom {
	BORDER-RIGHT: #665b8e 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #ffffff 1px solid; COLOR: #000000; BORDER-BOTTOM: #665b8e 1px solid; FONT-FAMILY: "宋体"; HEIGHT: 18px; BACKGROUND-COLOR: #cccccc
}
.editbox1 {
	FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: 宋体; HEIGHT: 18px; BACKGROUND-COLOR: #dbdbdb
}
.editbox2 {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 9pt; PADDING-BOTTOM: 1px; CURSOR: text; COLOR: #000000; PADDING-TOP: 1px; FONT-FAMILY: 宋体; BACKGROUND-COLOR: #dbdbdb
}
.size {
	FONT-SIZE: 9px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
}
A.yellow:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.yellow:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.yellow:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.yellow:hover {
	COLOR: #ffff33; TEXT-DECORATION: none
}

-->
</style>
<SCRIPT language=JavaScript>
<!--
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 navbarOver(src,clrOver,clrOverBorder) { if (!src.contains(event.fromElement)){ src.style.cursor = 'hand'; src.bgColor = clrOver; src.borderColor = clrOverBorder; src.children.tags('a')[0].style.color='#FFFF33'; }}

function navbarOut(src,clrIn,clrInBorder) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; src.borderColor = clrInBorder; src.children.tags('a')[0].style.color='#FFFFFF';}}

function MM_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.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; }
}
//-->
</SCRIPT>
<TABLE borderColor=#3c79c6 cellSpacing=2 cellPadding=0 
                  width="100%" border=1>
                    <TBODY>
                    <TR>
                      <TD borderColor=#cccccc width=80 bgColor=#3064a3 
height=20>
                        <DIV id=Layer1 
                        onmouseover="MM_showHideLayers('Layer1','','show')" 
                        style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 103px; POSITION: absolute; HEIGHT: 80px" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')">
                        <TABLE class=bg1 cellSpacing=0 cellPadding=0 width=100 
                        border=0>
                          <TBODY>
                          <TR>
                            <TD height=20> </TD></TR>
                          <TR>
                            <TD vAlign=top>
                              <TABLE borderColor=#000000 cellSpacing=2 
                              cellPadding=1 width=100 bgColor=#3c79c6 
                                border=1><TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/xtdl_01.htm">[01] 
                                系统登录</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtdl_02.htm">[02] 
                                主窗口</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A 
                        class=white 
                        onmouseover="MM_showHideLayers('Layer1','','show')" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 系统登录</A></TD>
                      <TD borderColor=#cccccc width=80 bgColor=#3064a3>
                        <DIV id=Layer2 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer7','','hide','Layer13','','hide','Layer15','','hide')" 
                        style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 141px; POSITION: absolute; HEIGHT: 80px" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')">
                        <TABLE class=bg1 cellSpacing=0 cellPadding=0 width=100 
                        border=0>
                          <TBODY>
                          <TR>
                            <TD height=20> </TD></TR>
                          <TR>
                            <TD>
                              <TABLE borderColor=#000000 cellSpacing=2 
                              cellPadding=1 width=122 bgColor=#3c79c6 
                                border=1><TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer3','','show')" 
                                onmouseout="MM_showHideLayers('Layer3','','hide')">[01] 
                                系统定义  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer3 
                                onmouseover="MM_showHideLayers('Layer2','','show','Layer3','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer2','','hide','Layer3','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_01.htm">[01] 
                                部门定义</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_02.htm">[02] 
                                币种定义</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_03.htm">[03] 
                                付款方式定义</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_04.htm">[04] 
                                收银机定义</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_05.htm">[05] 
                                人员定义</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_06.htm">[06] 
                                收银员权限管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_07.htm">[07] 
                                修改密码</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_xtdy_08.htm">[08] 
                                调拨单位管理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer4','','show')" 
                                onmouseout="MM_showHideLayers('Layer4','','hide')">[02] 
                                供应商管理 <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer4 
                                onmouseover="MM_showHideLayers('Layer2','','show','Layer4','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute" 
                                onmouseout="MM_showHideLayers('Layer2','','hide','Layer4','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_gysgl_01.htm">[01] 
                                供应商登记</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer5','','show')" 
                                onmouseout="MM_showHideLayers('Layer5','','hide')">[03] 
                                商品管理  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer5 
                                onmouseover="MM_showHideLayers('Layer2','','show','Layer5','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer2','','hide','Layer5','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_01.htm">[01] 
                                商品分类管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_02.htm">[02] 
                                新商品登记</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_03.htm">[03] 
                                商品资料修改</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_04.htm">[04] 
                                拆分商品管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_05.htm">[05] 
                                打包商品管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_06.htm">[06] 
                                异常商品监控</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_07.htm">[07] 
                                商品查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_spgl_08.htm">[08] 
                                打印标价签</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer6','','show')" 
                                onmouseout="MM_showHideLayers('Layer6','','hide')">[04] 
                                数据处理  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer6 
                                onmouseover="MM_showHideLayers('Layer2','','show','Layer6','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer2','','hide','Layer6','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_sjcl_01.htm">[01] 
                                数据备份</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_sjcl_02.htm">[02] 
                                日终登记</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/xtgl_sjcl_03.htm">[03] 
                                日终处理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A 
                        class=white 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer7','','hide','Layer13','','hide','Layer15','','hide')" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 系统管理</A></TD>
                      <TD borderColor=#cccccc width=80 bgColor=#3064a3>
                        <DIV id=Layer7 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','show','Layer13','','hide','Layer15','','hide')" 
                        style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 141px; POSITION: absolute; HEIGHT: 80px" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')">
                        <TABLE class=bg1 cellSpacing=0 cellPadding=0 width=100 
                        border=0>
                          <TBODY>
                          <TR>
                            <TD height=20> </TD></TR>
                          <TR>
                            <TD>
                              <TABLE borderColor=#000000 cellSpacing=2 
                              cellPadding=1 width=122 bgColor=#3c79c6 
                                border=1><TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer8','','show')" 
                                onmouseout="MM_showHideLayers('Layer8','','hide')">[01] 
                                合同管理  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer8 
                                onmouseover="MM_showHideLayers('Layer7','','show','Layer8','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer7','','hide','Layer8','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=149 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=139>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=138 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_htgl_01.htm">[01] 
                                合同扣款项目定义</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_htgl_02.htm">[02] 
                                经销合同管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_htgl_03.htm">[03] 
                                代销合同管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_htgl_04.htm">[04] 
                                专柜合同管理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer9','','show')" 
                                onmouseout="MM_showHideLayers('Layer9','','hide')">[02] 
                                订货管理  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer9 
                                onmouseover="MM_showHideLayers('Layer7','','show','Layer9','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute" 
                                onmouseout="MM_showHideLayers('Layer7','','hide','Layer9','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_dhgl_01.htm">[01] 
                                订单管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_dhgl_02.htm">[02] 
                                催货管理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer10','','show')" 
                                onmouseout="MM_showHideLayers('Layer10','','hide')">[03] 
                                出入库管理 <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer10 
                                onmouseover="MM_showHideLayers('Layer7','','show','Layer10','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 137px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer7','','hide','Layer10','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=131 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=121>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=115 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_crkgl_01.htm">[01] 
                                入库管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_crkgl_02.htm">[02] 
                                退货出库管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_crkgl_03.htm">[03] 
                                商品异动管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_crkgl_04.htm">[04] 
                                调拨出库管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_crkgl_05.htm">[05] 
                                批发管理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer11','','show')" 
                                onmouseout="MM_showHideLayers('Layer11','','hide')">[04] 
                                物价管理  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer11 
                                onmouseover="MM_showHideLayers('Layer7','','show','Layer11','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer7','','hide','Layer11','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_wjgl_01.htm">[01] 
                                售价变价管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_wjgl_02.htm">[02] 
                                进价变价管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_wjgl_03.htm">[03] 
                                促销调价管理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_pdjsy.htm">[05] 
                                盘点及损溢</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer12','','show')" 
                                onmouseout="MM_showHideLayers('Layer12','','hide')">[06] 
                                查询操作  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer12 
                                onmouseover="MM_showHideLayers('Layer7','','show','Layer12','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer7','','hide','Layer12','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_cxcz_01.htm">[01] 
                                单据查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_cxcz_02.htm">[02] 
                                商品查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/ywgl_cxcz_03.htm">[03] 
                                供应商查询</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A 
                        class=white 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','show','Layer13','','hide','Layer15','','hide')" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 业务管理</A></TD>
                      <TD borderColor=#cccccc width=80 bgColor=#3064a3>
                        <DIV id=Layer13 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','show','Layer15','','hide')" 
                        style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 113px; POSITION: absolute; HEIGHT: 65px" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')">
                        <TABLE cellSpacing=0 cellPadding=0 width=110 border=0>
                          <TBODY>
                          <TR>
                            <TD height=20> </TD></TR>
                          <TR>
                            <TD vAlign=top>
                              <TABLE borderColor=#000000 cellSpacing=2 
                              cellPadding=1 width=110 bgColor=#3c79c6 
                                border=1><TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer14','','show')" 
                                onmouseout="MM_showHideLayers('Layer14','','hide')">[01] 
                                结算管理 <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer14 
                                onmouseover="MM_showHideLayers('Layer13','','show','Layer14','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute" 
                                onmouseout="MM_showHideLayers('Layer13','','hide','Layer14','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/jsgl_jsgl_01.htm">[01] 
                                经销结算</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/jsgl_jsgl_02.htm">[02] 
                                代销结算</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/jsgl_jsgl_03.htm">[03] 
                                专柜结算</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A 
                        class=white 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','show','Layer15','','hide')" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 结算管理</A></TD>
                      <TD borderColor=#cccccc width=80 bgColor=#3064a3>
                        <DIV id=Layer15 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','show')" 
                        style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 141px; POSITION: absolute; HEIGHT: 80px" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')">
                        <TABLE class=bg1 cellSpacing=0 cellPadding=0 width=100 
                        border=0>
                          <TBODY>
                          <TR>
                            <TD height=20> </TD></TR>
                          <TR>
                            <TD>
                              <TABLE borderColor=#000000 cellSpacing=2 
                              cellPadding=1 width=122 bgColor=#3c79c6 
                                border=1><TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer16','','show')" 
                                onmouseout="MM_showHideLayers('Layer16','','hide')">[01] 
                                实时数据  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer16 
                                onmouseover="MM_showHideLayers('Layer15','','show','Layer16','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer15','','hide','Layer16','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=149 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=139>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=138 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_sssj_01.htm">[01] 
                                销售流水查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_sssj_02.htm">[02] 
                                商品实时库存查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_sssj_03.htm">[03] 
                                实时分类销售</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_sssj_04.htm">[04] 
                                实时销售查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_sssj_05.htm">[05] 
                                收银台实时销售</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer17','','show')" 
                                onmouseout="MM_showHideLayers('Layer17','','hide')">[02] 
                                销售数据  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer17 
                                onmouseover="MM_showHideLayers('Layer15','','show','Layer17','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute" 
                                onmouseout="MM_showHideLayers('Layer15','','hide','Layer17','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=149 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=139>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=138 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_01.htm">[01] 
                                商品销售数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_02.htm">[02] 
                                商品分类销售数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_03.htm">[03] 
                                收银缴款管理</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_04.htm">[04] 
                                收银台销售数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_05.htm">[05] 
                                收银员销售数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_06.htm">[06] 
                                供应商销售数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_xssj_07.htm">[07] 
                                专柜商品销售查询</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer18','','show')" 
                                onmouseout="MM_showHideLayers('Layer18','','hide')">[03] 
                                报表查询  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer18 
                                onmouseover="MM_showHideLayers('Layer15','','show','Layer18','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 201px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer15','','hide','Layer18','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=199 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=189>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=184 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_01.htm">[01] 
                                进货报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx__02.htm">[02] 
                                返厂报表查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_03.htm">[03] 
                                退货报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_04.htm">[04] 
                                无变更商品报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_05.htm">[05] 
                                异动报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_06.htm">[06] 
                                调拨报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_07.htm">[07] 
                                库存报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_08.htm">[08] 
                                促销报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_bbcx_09.htm">[09] 
                                商品分类分供应商库存报表</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer19','','show')" 
                                onmouseout="MM_showHideLayers('Layer19','','hide')">[04] 
                                进销存数据 <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer19 
                                onmouseover="MM_showHideLayers('Layer15','','show','Layer19','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 166px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer15','','hide','Layer19','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=154 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=140>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=141 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_jxcsj_01.htm">[01] 
                                供应商进销存数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_jxcsj_02.htm">[02] 
                                供应商库存查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_jxcsj_03.htm">[03] 
                                商品进销存数据</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_jxcsj_04.htm">[04] 
                                商品库存查询</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_jxcsj_05.htm">[05] 
                                负库存监控</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer20','','show')" 
                                onmouseout="MM_showHideLayers('Layer20','','hide')">[05] 
                                图表分析  <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer20 
                                onmouseover="MM_showHideLayers('Layer15','','show','Layer20','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 155px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer15','','hide','Layer20','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=152 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=142>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=139 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_tbfx_01.htm">[01] 
                                分类销售图形分析</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                onmouseover="MM_showHideLayers('Layer21','','show')" 
                                onmouseout="MM_showHideLayers('Layer21','','hide')">[06] 
                                其它    <IMG height=7 src="5.files/arrow02.gif" 
                                width=4 border=0></A>
                                <DIV id=Layer21 
                                onmouseover="MM_showHideLayers('Layer15','','show','Layer21','','show')" 
                                style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" 
                                onmouseout="MM_showHideLayers('Layer15','','hide','Layer21','','hide')">
                                <TABLE cellSpacing=0 cellPadding=0 width=144 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD width=10> </TD>
                                <TD width=134>
                                <TABLE borderColor=#000000 cellSpacing=2 
                                cellPadding=1 width=130 bgColor=#3c79c6 
border=1>
                                <TBODY>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                vAlign=bottom borderColor=#3c79c6 
                                bgColor=#3c79c6 height=20><A class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_qt_01.htm">[01] 
                                设置报表</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_qt_02.htm">[02] 
                                打印</A></TD></TR>
                                <TR>
                                <TD class=bg1 
                                onmouseover="navbarOver(this,'#6395D1','#000000');" 
                                onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" 
                                borderColor=#3c79c6 bgColor=#3c79c6 height=20><A 
                                class=white 
                                href="http://www.1studio.net/html/example/0055/sjcx_qt_03.htm">[03] 
                                选择供应商</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A 
                        class=white 
                        onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','show')" 
                        onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 数据查询</A></TD>
                     </TR></TBODY></TABLE>


		

提交新版本

如果您修改了一个代码片段并且觉得很应该让别人共享,您可以把这作为这个代码片段的最新版本提交上来.


联盟团体会员
合作伙伴
© 共创软件联盟 版权所有
联盟服务条款 | 联盟隐私权规则 | 联系我们
电话: (8610)68313388-5949 | 传真: (8610)88377936
京ICP备05056057号