<?php require_once('../../Connections/riccius.php'); ?>
<?php
$maxRows_newscenter_Index = 6;
$pageNum_newscenter_Index = 0;
if (isset($_GET['pageNum_newscenter_Index'])) {
  $pageNum_newscenter_Index = $_GET['pageNum_newscenter_Index'];
}
$startRow_newscenter_Index = $pageNum_newscenter_Index * $maxRows_newscenter_Index;

mysql_select_db($database_riccius, $riccius);
$query_newscenter_Index = "SELECT * FROM newscenter ORDER BY newsID DESC";
$query_limit_newscenter_Index = sprintf("%s LIMIT %d, %d", $query_newscenter_Index, $startRow_newscenter_Index, $maxRows_newscenter_Index);
$newscenter_Index = mysql_query($query_limit_newscenter_Index, $riccius) or die(mysql_error());
$row_newscenter_Index = mysql_fetch_assoc($newscenter_Index);

if (isset($_GET['totalRows_newscenter_Index'])) {
  $totalRows_newscenter_Index = $_GET['totalRows_newscenter_Index'];
} else {
  $all_newscenter_Index = mysql_query($query_newscenter_Index);
  $totalRows_newscenter_Index = mysql_num_rows($all_newscenter_Index);
}
$totalPages_newscenter_Index = ceil($totalRows_newscenter_Index/$maxRows_newscenter_Index)-1;
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>客户服务-德国柏林R+S楼宇智能化技术设备有限公司</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">td img {display: block;}</style>
<!--Fireworks 8 Dreamweaver 8 target.  Created Wed Nov 01 21:29:32 GMT+0100 2006-->
<script language="JavaScript1.2" type="text/javascript">
<!--


function MM_findObj(n, d) { //v4.01
  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 && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
//-->
</script>
<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);
// -->
//-->
</SCRIPT>
<link href="../css/r_s_chinesisch.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#Layer1 {
	position:absolute;
	left:707px;
	top:288px;
	width:204px;
	height:149px;
	z-index:1;
}
#news1 {
	position:absolute;
	left:613px;
	top:498px;
	width:179px;
	height:143px;
	z-index:1;
	visibility: visible;
}
#Layer2 {
	position:absolute;
	left:733px;
	top:407px;
	width:179px;
	height:117px;
	z-index:1;
}
.STYLE2 {color: #4489F0}
.STYLE3 {
	font-size: 12px;
	font-weight: bold;
}
-->
</style>
</script>
<script language="javascript" type="text/javascript">
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
</script>

</head>
<body bgcolor="#ffffff">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="900">
<!-- fwtable fwsrc="Headpic_homepage.png" fwbase="r+s_cn_index.gif" fwstyle="Dreamweaver" fwdocid = "814229537" fwnested="0" -->
  <tr>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="16" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="49" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="52" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="19" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="68" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="649" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="2" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="41" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="2" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="2" height="1" border="0" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="1" border="0" alt="" /></td>
  </tr>

  <tr>
   <td colspan="10"><img name="rs_cn_index_r1_c1" src="../Web_Pic/headpic_homepage/r+s_cn_index_r1_c1.gif" width="900" height="7" border="0" id="rs_cn_index_r1_c1" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="7" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="6" colspan="6"><img name="rs_cn_index_r2_c1" src="../Web_Pic/headpic_homepage/r+s_cn_index_r2_c1.gif" width="853" height="93" border="0" id="rs_cn_index_r2_c1" usemap="#m_rs_cn_index_r2_c1" alt="" /></td>
   <td colspan="2"><a href="http://www.riccius-sohn.eu" target="_blank" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r2_c7','../Web_Pic/headpic_homepage/r+s_cn_index_r2_c7_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r2_c7','../Web_Pic/headpic_homepage/r+s_cn_index_r2_c7_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r2_c7_f3.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r2_c7" src="../Web_Pic/headpic_homepage/r+s_cn_index_r2_c7.gif" width="43" height="25" border="0" id="rs_cn_index_r2_c7" alt="" /></a></td>
   <td rowspan="4" colspan="2"><img name="rs_cn_index_r2_c9" src="../Web_Pic/headpic_homepage/r+s_cn_index_r2_c9.gif" width="4" height="63" border="0" id="rs_cn_index_r2_c9" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="25" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="2"><img name="rs_cn_index_r3_c7" src="../Web_Pic/headpic_homepage/r+s_cn_index_r3_c7.gif" width="43" height="6" border="0" id="rs_cn_index_r3_c7" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="6" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="12"><img name="rs_cn_index_r4_c7" src="../Web_Pic/headpic_homepage/r+s_cn_index_r4_c7.gif" width="2" height="234" border="0" id="rs_cn_index_r4_c7" alt="" /></td>
   <td><a href="http://www.riccius-sohn.eu" target="_blank" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r4_c8','../Web_Pic/headpic_homepage/r+s_cn_index_r4_c8_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r4_c8','../Web_Pic/headpic_homepage/r+s_cn_index_r4_c8_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r4_c8_f3.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r4_c8" src="../Web_Pic/headpic_homepage/r+s_cn_index_r4_c8.gif" width="41" height="26" border="0" id="rs_cn_index_r4_c8" alt="" /></a></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="26" border="0" alt="" /></td>
  </tr>
  <tr>
   <td><img name="rs_cn_index_r5_c8" src="../Web_Pic/headpic_homepage/r+s_cn_index_r5_c8.gif" width="41" height="6" border="0" id="rs_cn_index_r5_c8" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="6" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="2"><a href="http://www.riccius-sohn.eu" target="_blank" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r6_c8','../Web_Pic/headpic_homepage/r+s_cn_index_r6_c8_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r6_c8','../Web_Pic/headpic_homepage/r+s_cn_index_r6_c8_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r6_c8_f3.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r6_c8" src="../Web_Pic/headpic_homepage/r+s_cn_index_r6_c8.gif" width="43" height="29" border="0" id="rs_cn_index_r6_c8" alt="" /></a></td>
   <td rowspan="10"><img name="rs_cn_index_r6_c10" src="../Web_Pic/headpic_homepage/r+s_cn_index_r6_c10.gif" width="2" height="202" border="0" id="rs_cn_index_r6_c10" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="29" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="9" colspan="2"><img name="rs_cn_index_r7_c8" src="../Web_Pic/headpic_homepage/r+s_cn_index_r7_c8.gif" width="43" height="173" border="0" id="rs_cn_index_r7_c8" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="1" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="12"><img name="rs_cn_index_r8_c1" src="../Web_Pic/headpic_homepage/r+s_cn_index_r8_c1.gif" width="16" height="269" border="0" id="rs_cn_index_r8_c1" alt="" /></td>
   <td colspan="3"><a href="../about_us/about_us_index.php" target="_top" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r8_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r8_c2_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r8_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r8_c2_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r8_c2_f4.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r8_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r8_c2.gif" width="120" height="40" border="0" id="rs_cn_index_r8_c2" alt="" /></a></td>
   <td rowspan="8" colspan="2"><img name="rs_cn_index_r8_c5" src="../Web_Pic/headpic_homepage/r+s_cn_index_r8_c5.gif" width="717" height="172" border="0" id="rs_cn_index_r8_c5" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="40" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><img name="rs_cn_index_r9_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r9_c2.gif" width="120" height="3" border="0" id="rs_cn_index_r9_c2" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="3" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><a href="../Products_technik/product.php" target="_top" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r10_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r10_c2_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r10_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r10_c2_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r10_c2_f3.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r10_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r10_c2.gif" width="120" height="40" border="0" id="rs_cn_index_r10_c2" alt="" /></a></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="40" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><img name="rs_cn_index_r11_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r11_c2.gif" width="120" height="3" border="0" id="rs_cn_index_r11_c2" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="3" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><a href="../newscenter/newscenter_all_news.php" target="_self" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r12_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r12_c2_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r12_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r12_c2_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r12_c2_f4.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r12_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r12_c2.gif" width="120" height="40" border="0" id="rs_cn_index_r12_c2" alt="" /></a></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="40" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><img name="rs_cn_index_r13_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r13_c2.gif" width="120" height="3" border="0" id="rs_cn_index_r13_c2" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="3" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><img name="rs_cn_index_r14_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r14_c2_f2.gif" width="120" height="40" border="0" id="rs_cn_index_r14_c2" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="40" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><img name="rs_cn_index_r15_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r15_c2.gif" width="120" height="3" border="0" id="rs_cn_index_r15_c2" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="3" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><a href="../contact/contact.php" target="_top" onclick="MM_nbGroup('down','navbar1','rs_cn_index_r16_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r16_c2_f3.gif',1)" onmouseover="MM_nbGroup('over','rs_cn_index_r16_c2','../Web_Pic/headpic_homepage/r+s_cn_index_r16_c2_f2.gif','../Web_Pic/headpic_homepage/r+s_cn_index_r16_c2_f4.gif',1)" onmouseout="MM_nbGroup('out');"><img name="rs_cn_index_r16_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r16_c2.gif" width="120" height="40" border="0" id="rs_cn_index_r16_c2" alt="" /></a></td>
   <td rowspan="4"><img name="rs_cn_index_r16_c5" src="../Web_Pic/headpic_homepage/r+s_cn_index_r16_c5.gif" width="68" height="97" border="0" id="rs_cn_index_r16_c5" alt="" /></td>
   <td colspan="5" rowspan="4" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
     <tr>
       <th width="43%" height="25" scope="col">&nbsp;</th>
       <th width="37%" scope="col">&nbsp;</th>
       <th width="20%" rowspan="5" scope="col"><a href="../Web_Pic/Logo_9001/iso9001_eng_30.jpg" target="_blank" onfocus="this.blur()" onclick="NewWindow(this.href,'mywin','450','700','no','center');return false"><img src="../Web_Pic/Logo_9001/Logo_9001_2.gif" width="136" height="98" border="0" /></a></th>
     </tr>
     <tr>
       <td height="17">&nbsp;</td>
       <td rowspan="2">&nbsp;</td>
       </tr>
     <tr>
       <td height="17">&nbsp;</td>
     </tr>
     <tr>
       <td height="17">&nbsp;</td>
       <td rowspan="2">&nbsp;</td>
     </tr>
     <tr>
       <td height="17">&nbsp;</td>
     </tr>
   </table></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="40" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="3"><img name="rs_cn_index_r17_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r17_c2.gif" width="120" height="13" border="0" id="rs_cn_index_r17_c2" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="13" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="2"><img name="rs_cn_index_r18_c2" src="../Web_Pic/headpic_homepage/r+s_cn_index_r18_c2.gif" width="49" height="44" border="0" id="rs_cn_index_r18_c2" alt="" /></td>
   <td><a href="../r+s_cn_homepage.php"><img name="rs_cn_index_r18_c3" src="../Web_Pic/headpic_homepage/r+s_cn_index_r18_c3.gif" width="52" height="14" border="0" id="rs_cn_index_r18_c3" alt="" /></a></td>
   <td rowspan="2"><img name="rs_cn_index_r18_c4" src="../Web_Pic/headpic_homepage/r+s_cn_index_r18_c4.gif" width="19" height="44" border="0" id="rs_cn_index_r18_c4" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="14" border="0" alt="" /></td>
  </tr>
  <tr>
   <td><img name="rs_cn_index_r19_c3" src="../Web_Pic/headpic_homepage/r+s_cn_index_r19_c3.gif" width="52" height="30" border="0" id="rs_cn_index_r19_c3" alt="" /></td>
   <td><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="30" border="0" alt="" /></td>
  </tr>
  <tr>
   <td colspan="10" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
       <th width="23%" height="21" align="left" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" bgcolor="#E6EFFD" class="clusterheadline" scope="col">&nbsp;</th>
       <th width="77%" align="right" valign="middle" bgcolor="#E6EFFD" scope="col"><table width="182" border="0" cellspacing="0" cellpadding="0">
         <tr>
           <th width="169" height="17" align="center" scope="col"><table width="65%" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <th height="16" bgcolor="#E6EFFD" class="newsHigh" scope="col">&nbsp;</th>
             </tr>
           </table></th>
           <th width="13" align="center" scope="col">&nbsp;</th>
         </tr>
       </table></th>
     </tr>
   </table></td>
   <td rowspan="6"><img src="../Web_Pic/headpic_homepage/spacer.gif" width="1" height="31" border="0" alt="" /></td>
  </tr>
  <tr>
    <td height="278" colspan="10">
      
        <div align="right">
          <table width="100%" height="632" border="0" align="left" cellpadding="0" cellspacing="0">
            <tr>
              <th width="23%" height="632" valign="top" bgcolor="#FFFFFF" class="clusterheadline" scope="col"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="clusterheadline">
                <tr class="tab2">
                  <th height="18" colspan="3" align="center" background="../Web_Pic/Table_line/Table_line_Homepage_link.gif" bgcolor="#FFFFFF" class="newsMain" scope="col">产品,技术查询快速入口:</th>
                </tr>
                <tr class="tab2">
                  <th height="2" colspan="3" align="left" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" scope="col">&nbsp;</th>
                </tr>
                <tr class="tab2">
                  <th height="3" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">在这里您能直接找到</th>
                </tr>
                <tr class="tab2">
                  <th height="5" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">您想要了解的产品:</th>
                </tr>
                <tr>
                  <td height="27" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="table"><table width="210" border="0" align="right" cellpadding="0" cellspacing="0">
                      <tr>
                        <th background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="table" scope="col"><form id="form1" name="form1" method="post" action="">
                            <p>
                              <select name="select" class="table" onchange="javascript:window.open(this.options[this.selectedIndex].value)" >
         <option>请选择您想查看的产品</option>
         <option value="../Products_technik/Product/product_ru5x.php">1 智能调节器</option>
         <option value="../Products_technik/Product/product_s_irma.php">2 配套软件与设备</option>
         <option value="../Products_technik/Product/product_g_fler.php">3 工程设备</option>
         <option value="../Products_technik/Product/product_k_fb.php">4 远程调控器</option>
                              </select>
                            </p>
                        </form></th>
                      </tr>
                  </table></td>
                </tr>
                <tr class="tab2">
                  <td height="2" colspan="3" align="center" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="newsMain">&nbsp;</td>
                </tr>
                <tr class="tab2">
                  <td height="18" colspan="3" align="center" background="../Web_Pic/Table_line/Table_line_Homepage_link.gif" bgcolor="#FFFFFF" class="newsMain">R+S常用信息快速入口:</td>
                </tr>
                <tr class="tab2">
                  <th colspan="3" align="center" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">&nbsp;</th>
                </tr>
                <tr class="tab2">
                  <th colspan="3" align="center" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">这里您能直接找到</th>
                </tr>
                <tr class="tab2">
                  <th colspan="3" align="center" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">关于R+S企业的各类信息:</th>
                </tr>
                
                <tr>
                  <th colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="table" scope="col"><form id="form1" name="form1" method="post" action="">
                      <p>
                        <select name="select2" class="table" onchange="javascript:window.open(this.options[this.selectedIndex].value)" >
                          <option selected="selected">请选择R+S的常用信息</option>
                          <option value="../about_us/about_us_new.php">企业简介</option>
                          <option value="../about_us/about_us_referenzen.php">工程展示</option>
                          <option value="../about_us/about_us_product.php">主要产品</option>
                          <option value="../about_us/about_us_bereich.php">经营领域</option>
                          <option value="../about_us/about_us_markt.php">中国市场</option>
                          <option value="../about_us/about_us_contact.php">联系地址</option>
                          </select>
                      </p>
                  </form></th>
                </tr>
                <tr>
                  <th height="71" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">&nbsp;</th>
                </tr>
                <tr>
                  <th height="15" bgcolor="#EDE392" class="smallred" scope="col">公司地址:</th>
                  <th bgcolor="#EDE392" class="smallred" scope="col">&nbsp;</th>
                  <th bgcolor="#FFFFFF" class="smallred" scope="col">&nbsp;</th>
                </tr>
                <tr>
                  <th height="8" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">&nbsp;</th>
                </tr>
                <tr>
                  <th height="16" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">RICCIUS+SOHN China CO.,Ltd.</th>
                </tr>
                <tr>
                  <th height="16" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">上海市淮海中路1号 </th>
                </tr>
                <tr>
                  <th height="16" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">柳林大厦 2304室</th>
                </tr>
                <tr>
                  <th height="16" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">邮编：200021</th>
                </tr>
                <tr>
                  <th height="16" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">电话: +086-021-53067819 </th>
                </tr>
                <tr>
                  <th height="8" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">传真: +086-021-63849463 </th>
                </tr>
                <tr>
                  <th height="8" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">E-Mail: </th>
                </tr>
                <tr>
                  <th height="16" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="small" scope="col">china@riccius-sohn.eu</th>
                </tr>
                <tr>
                  <th height="26" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">&nbsp;</th>
                </tr>
                <tr>
                  <th height="27" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col"><a href="../newscenter/newscenter_add.php"></a> </th>
                </tr>
                <tr>
                  <th height="53" colspan="3" background="../Web_Pic/Table_line/Table_line2_Homepage_link.gif" class="smallred" scope="col">&nbsp;</th>
                </tr>
                
              </table></th>
              <th width="56%" align="left" valign="top" scope="col"><table width="100%" height="575" border="0" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
              </table>                
                <table width="503" height="1002" border="0">
                  <tr>
                    <td width="5" height="20" rowspan="2">&nbsp;</td>
                    <td width="483"><img src="Pic_service/service.jpg" alt="客户服务中心" width="350" height="87" /></td>
                    <td width="10" rowspan="2">&nbsp;</td>
                  </tr>
                  <tr>
                    <td><table width="487" height="249" border="1" bordercolor="#D3E9ED">
                      <tr>
                        <td height="8" colspan="2">&nbsp;</td>
                      </tr>
                      <tr>
                        <td height="64" colspan="2"><div align="left"><span class="Text_main"> 目前您可以将您的需要通过我们在网站上给出的各种联系方式发送到我们的服务中心。我们的服务中心将会在最短的时间里回答您所提出的问题，给您提供所有相关的资料。您可以直接和我们的欧洲总部联系，也可以和我们在上海（杭州）设立的分公司联系。无论您说中文，英文或者德文都将会有一位和您语言一样的R+S工作人员为您服务，您不用担心因为语言的障碍而无法和R+S交流。我们在世界各地的工作人员都是值得您信任的，他们将会为您提供周到细致而又负责的服务。</span></div></td>
                      </tr>
                      <tr>
                        <td width="470" height="20" bgcolor="#D3E9ED">&nbsp;</td>
                        <td width="1" height="111" rowspan="3">&nbsp;</td>
                      </tr>
                      <tr>
                        <td width="470" height="26"><div align="left"><span class="Text_main">联系人:
                          M. Riccius <br />
                          地址：   Haynauer Str. 49
                          PLZ：12249 Berlin,  Germany <br />
                          电话： +49307799419 <br />
                          传真： +49307799479 <br />
                          Email: riccius@riccius-sohn.eu<br />
                          Email: china@riccius-sohn.eu<br />
                          Internet: www.riccius-sohn.eu </span></div></td>
                      </tr>
                      <tr>
                        <td height="26">&nbsp;</td>
                      </tr>

                    </table></td>
                  </tr>
                  <tr>
                    <td height="289">&nbsp;</td>
                    <td class="Text_main"><div align="center">
                      <%'======================================================================================
Dim ForUser, FromUser, ForUserEmail, FromUserEmail, SmtpServer
Dim emailTit, emailTxt, kundenemail, FromUserID, FromUserIDPW
emailTit = Request.Form("emailTit") '从表单获取email的标题
emailTxt = Request.Form("emailTxt") '从表单获取邮件的内容
kundenemail = Request.Form("kundenemail")
'==========================以下绿色代码是判断服务器是否支持JMAIL组件
Function IsObjInstalled(strClassString)
On Error Resume Next
IsObjInstalled = False
Err = 0
Dim xTestObj
Set xTestObj = Server.CreateObject(strClassString)
If 0 = Err Then IsObjInstalled = True
Set xTestObj = Nothing
Err = 0
End Function
if not IsObjInstalled("JMail.Message") then
Response.write"你所使用的服务器不支持邮件发送！"
Response.End
end if
'==========================================================
if Trim(Request.Form("action")) = "确定发送" then
SmtpServer = "smtp.163.com"
FromUserEmail = "yliumail@163.com"
FromUser = Request.Form("FromUser")
ForUserEmail = "riobwl@googlemail.com"
FromUserID = "yliumail" 
FromUserIDPW = "riobwl"
Dim JMail
Set JMail=Server.CreateObject("JMail.Message")
JMail.Logging=True
JMail.Charset="gb2312"
JMail.ContentType = "text/HTML"
JMail.AddHeader "Originating-IP", Request.ServerVariables("REMOTE_ADDR")
JMail.MailServerUserName = "yliumail" ' 身份验证的用户名
JMail.MailServerPassword = "riobwl" ' 身份验证的密码
JMail.From = "yliumail@163.com" '发件人的信箱 !!!!!这里不能改
JMail.FromName = "R+S Kunden Service (CN Web)" '发件人的名字
JMail.Subject = Request.Form("emailTit") '邮件的主题
JMail.Body = "<html><head><title>Kunden Anfrage aus R+S CN "&theSubject&_
"</title><meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"">"&_
"<style type=""text/CSS""><!--.style1 {color: #CC0000;font-weight: bold;}-->"&_
"</style></head><body><table width=""100%"" border=""0"" cellpadding=""0"""&_
" cellspacing=""1"" bgcolor=""#990000""><tr><td><table width=""100%"""&_
" border=""0"" align=""center"" cellpadding=""6"" cellspacing=""0"" "&_
"bgcolor=""#FFFFFF""><tr><td height=""25"" bgcolor=""#CCCCCC"">"&_
"<span class=""style1"">客户留言标题(Betreff): "&emailTit&"</span></td></tr>"&_
"<tr><td height=""25"" bgcolor=""#F5F5F3"">"&_
"<span class=""style1"">1. 客户姓名(Kunden-Name):</span></td></tr>"&_
"<tr><td>"&FromUser&"</td></tr>"&_
"<tr><td height=""25"" bgcolor=""#F5F5F3"">"&_
"<span class=""style1"">2. 客户邮件(Kunden-E-Mail): </span></td></tr>"&_
"<tr><td>"&kundenemail&"</td></tr>"&_
"<tr><td height=""25"" bgcolor=""#F5F5F3"">"&_
"<span class=""style1"">3. 客户留言内容(Inhalt): </span></td></tr>"&_
"<tr><td>"&emailTxt&"</td></tr>"&_

"<tr><td height=""25"" bgcolor=""#F5F5F3"">"&_
"<span class=""style1"">======================================================</span></td></tr>"&_
"<tr><td>Riccius+Sohn -Service Zentrum-  Copyright 2006-2007</td></tr></table></td></tr>"&_
"</table></body></html>" 


'==============================收件人的地址！
JMail.AddRecipient("riobwl@googlemail.com")
JMail.AddRecipient("yliumail29@googlemail.com")
JMail.AddRecipient("voigt@riccius-sohn.eu")
JMail.AddRecipient("avi1964@googlemail.com") '收件人的地址
JMail.Priority=5 '邮件级别1-5数字越大级别越高---3为普通邮件
JMail.Send("smtp.163.com") '红色变量是邮件服务器地址
JMail.Close
Set JMail=nothing 
if err then 
err.clear
Response.Write "<center><b> 发信功能已经打开，但因服务器不支持发信或者信箱地址错误，导致信件无法发出！</b></center>"
Response.End
else
Response.Redirect("service_conf.php")'发送完成后转向成功页面
end if
end if %>
                          <style type="text/CSS">
<!--
td {
font-size: 12px;
}
-->
                        </style>
                    客户留言</div>
                      <form action="" method="post" name="input" target="_self">
<table width="475" border="0" align="center" bgcolor="#0066CC" cellpadding="3" cellspacing="1">
<tr bgcolor="#CADBF7"> 
<td width="188" height="28" align="right" class="Text_main">发件人姓名(Name)：</td>
<td width="267" height="28"> <input name="FromUser" type="text" value="" size="20"></td>
</tr>
<tr bgcolor="#CADBF7"> 
<td width="188" height="28" align="right" class="Text_main">您的邮件地址(E-Mail)：</td>
<td width="267" height="28"><input name="kundenemail" type="text" value="" size="30" maxlength="50" /></td>
<tr bgcolor="#CADBF7"> 
<td width="188" height="28" align="right" class="Text_main">邮件标题(Betreff)：</td>
<td width="267" height="28"> <input name="EmailTit" type="text" value="" size="35" maxlength="50"></td>
</tr>
<tr bgcolor="#CADBF7"> 
<td width="188" height="20" align="right" valign="top" class="Text_main">邮件内容(Inhalt)：</td>
<td width="267"><textarea name="EmailTxt" cols="35" rows="10" id="EmailTxt">


</textarea></td>
</tr>
<tr align="center" bgcolor="#CADBF7"> 
<td colspan="2" height="33"> <input type="submit" name="action" value="确定发送">   </td>
</tr>
<tr align="center" bgcolor="#CADBF7"> 
<td colspan="2" height="33">  </td>
</tr>
</table>
</form></td>
                    <td>&nbsp;</td>
                  </tr>
                  <tr>
                    <td>&nbsp;</td>
                    <td height="54" colspan="2" bordercolor="#D3E9ED"><div align="center"><img src="../../cn_html/service/pic_service/pic_1.jpg" alt="s" width="400" height="50" /></div></td>
                  </tr>
                </table>                
              <p></p>              </th>
              <th width="1%" bgcolor="#E6EFFD" scope="col">&nbsp;</th>
              <th width="20%" valign="top" background="../Web_Pic/Hintergrund/Hintergrund_Home_Rechts.gif" scope="col">&nbsp;</th>
            </tr>
          </table>
      </div></td>
  </tr>
  <tr>
    <td height="44" colspan="10" bgcolor="#FFFFFF"><div align="center">
      <table width="800" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th scope="col">&nbsp;</th>
          </tr>
          </table>
    </div></td>
  </tr>
  <tr>
    <td colspan="9" bgcolor="#CCCCFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th bgcolor="#FFFFFF" scope="col">&nbsp;</th>
        <th bgcolor="#FFFFFF" scope="col"><img src="../Web_Pic/Werbung/Hr_Werbung_800_100.gif" width="800" height="100" border="0" /></th>
        <th bgcolor="#FFFFFF" scope="col">&nbsp;</th>
      </tr>
    </table></td>
    <td bgcolor="#CCCCFF">&nbsp;</td>
  </tr>
  
  <tr>
    <td colspan="10">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="10"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th class="contboxheadertxt" scope="col">________________________________________________________________________________</th>
      </tr>
      <tr>
        <td class="clusterheadline"><span class="clusterheadline">Copyright 2006-2007 RICCIUS+SOHN Reglungstechnik und Gebaeudeautomation GmbH , Germany </span></td>
      </tr>
    </table></td>
  </tr>
</table>
<map name="m_rs_cn_index_r2_c1" id="m_rs_cn_index_r2_c1">
<area shape="rect" coords="745,63,833,92" href="../r+s_cn_homepage.php" alt="" />
<area shape="rect" coords="27,11,456,92" href="../r+s_cn_homepage.php" alt="" />
</map>
</center>
</body>
</html>
<?php
mysql_free_result($newscenter_Index);
?>
