﻿var bg, bc;
function mon(e) {
bg = e.style.backgroundColor;
bc = e.style.borderColor;
e.style.backgroundColor = "#FFFDF0";
e.style.borderColor = "#fc6";
e.style.color = "#005";
}
function mout(e) {
e.style.backgroundColor = bg;
e.style.borderColor = bc;
e.style.color = "";
}
var _td = " valign='top' onmouseover='mon(this)' onmouseout='mout(this)' style='border:#ddd 1px solid;padding:3px 1px 1px 4px;width:25%;";
var _title = " style='color:#00a;font-weight:bold'";
var _p = " style='text-indent:17px;margin:2px 0 0;'";
var url = "http://landian.cq.cn/index.aspx?from=jsad_" + location.host;
document.write("<table style='width:100%;margin:3px auto;font-size:9pt;font-family:宋体;line-height:1.25;cursor:pointer;color:#333;border:1px #ddd solid' cellspacing='3' title='欢迎免费下载蓝点系列WEB式企业管理软件！'><tr>");
document.write("<td" + _td + "background:#F9FFF9' onclick=\"location='" + url + "#soft3'\">");
document.write("<div" + _title + ">★ 通用信息管理系统：</div>");
document.write("<p" + _p + ">抛弃ERP，这就是您一直寻觅的信息管理系统！</p>");
document.write("<p" + _p + ">史上最灵活简约的WEB化管理软件，动静态数据整合管理，一切由您作主…</p>");
document.write("</td>");
document.write("<td" + _td + "background:#FFFbF5' onclick=\"location='" + url + "#soft0'\">");
document.write("<div" + _title + ">★ 工作任务管理系统：</div>");
document.write("<p" + _p + ">以工作任务管理为特色，一套精简的免费OA系统…</p>");
document.write("<p" + _p + ">工作管理与个人信息管理相结合，团队协作的最佳助手…</p>");
document.write("</td>");
document.write("<td" + _td + "background:#f9f9f9' onclick=\"location='" + url + "#soft2'\">");
document.write("<div" + _title + ">★ 投诉管理系统：</div>");
document.write("<p" + _p + ">投诉的在线接收、登记、处理、归档、查询、生成统计图表、导出Excel…</p>");
document.write("<p" + _p + ">可在单机或网络上运行,自定义投诉登记项目…</p>");
document.write("</td>");
document.write("<td" + _td + "background:#F8F8FF' onclick=\"location='" + url + "#soft1'\">");
document.write("<div" + _title + ">★ 产品管理系统：</div>");
document.write("<p" + _p + ">易用的WEB式产品管理平台，实现产品的管理、展示与发布相结合…</p>");
document.write("<p" + _p + ">自定义产品模板，数据、文档、图片、文件整合管理…</p>");
document.write("</td></tr></table>");