//===========英文版头部脚本==================

var urlRoot = "http://www.siss.com.cn/";
//var urlRoot = "http://localhost/";
//var urlRoot = "http://iss-server/siss/";
//var urlRoot = "/";

//全局设定所有窗口的标题
document.write("<TITLE>SISS---a Leading Retail Solution Supplier in China </TITLE>");

document.write("<table width='100%' height='40'  border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td width='200'><img src='" + urlRoot + "english/img/logoe.gif' width='92' height='36'></td>");
document.write("<td width='100%'></td>");
document.write("<td width='50' align=center ><a href='" + urlRoot + "default.aspx'><img src='" + urlRoot + "english/img/iconcn.gif' width='64' height='20' border='0'></a></td>");
document.write("<td width='50' >&nbsp;&nbsp;&nbsp;</td>");
document.write("</tr>");
document.write("</table>");