<!--
//<script type="text/javascript" src="Scripts/search_left.js"></script>

function show_officers_en()
{//<script>show_officers_en();</script>		
document.write(

'<FORM id=form1 method=get name=searhNewArrival action=search_bm.php>'
+'<TABLE id="this table contains the office search functions" border=0'
+'cellSpacing=0 cellPadding=0 width=135 bgColor=#ccdde6 height=180>'
+'<TBODY>'
+'<TR>'
+'<TD width=135>'
+'<DIV class=officesearch>Type:</DIV></TD></TR>'
+'<TR>'
+'<TD width=135><SELECT class=officeforms name=t_id> '
+'<OPTION selected value=0>All</OPTION> <OPTION value=1>Grade-A</OPTION> '
+'<OPTION value=2>Grade-B</OPTION> <OPTION value=3>Grade-C</OPTION> '
+'<OPTION value=4>Alternative</OPTION>'
+'<OPTION value=5>Serviced</OPTION></SELECT> </TD></TR>'
+'<TR>'
+'<TD width=135>'
+'<DIV class=officesearch>Location:</DIV></TD></TR>'
+'<TR>'
+'<TD width=135><SELECT class=officeforms name=area_id> '
+'<OPTION selected value=0>All</OPTION> <OPTION value=2>Hongqiao</OPTION>'
+' <OPTION value=3>City Centre</OPTION> <OPTION value=4>Pudong</OPTION></SELECT> </TD></TR>'
+'<TR>'
+'<TD width=135>'
+'<DIV class=officesearch>Rent (RMB/m2Day):</DIV></TD></TR>'
+'<TR>'
+'<TD width=135><SELECT class=officeforms name=rent> <OPTION selected value=0>All</OPTION>'
+' <OPTION value=2.0-2.5>2.0-2.5</OPTION> <OPTION value=2.5-3.0>2.5-3.0</OPTION>'
+'  <OPTION value=3.0-4.0>3.0-4.0</OPTION> <OPTION value=4.0-5.0>4.0-5.0</OPTION> '
+' <OPTION value=5.0-7.0>5.0-7.0</OPTION> <OPTION value=7.0-9.0>7.0-9.0</OPTION> '
+' <OPTION value=9.0-11.0>9.0-11.0</OPTION> <OPTION value=11.0-13.0>11.0-13.0</OPTION> '
+' <OPTION value=13.0-16.0>13.0-16.0</OPTION></SELECT> </TD></TR>'
+'<TR>'
+'<TD width=135 align=middle><INPUT class=officeforms value=Search type=submit name=Submit2>'
+'</TD></TR></TBODY></TABLE></FORM>'
);
}

function show_service_en()
{//<script>show_service_en();</script>		
document.write(
'<FORM method=get action=serveredofficeSubmit.php><TABLE id="this table has the serviced office search function" border=0 cellSpacing=0 cellPadding=0 width=135 bgColor=#ccdde6 height=180>'
+'<TBODY>'
+'<TR>'
+'<TD width=91>'
+'<DIV class=officesearch>All</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value="" CHECKED type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=91>'
+'<DIV class=officesearch>City Centre</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=3 type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=91>'
+'<DIV class=officesearch>Pudong</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=4 type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=91>'
+'<DIV class=officesearch>Hongqiao</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=2 type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=135 colSpan=3 align=middle><INPUT class=servicedforms value=Search type=submit name=submit></TD></TR></TBODY></TABLE></FORM>'
);
}



function show_officers_cn()
{//<script>show_officers_cn();</script>		
document.write(
'<FORM id=form1 method=get name=searhNewArrival action=search_bm_cn.php><TABLE id="this table contains the office search functions" border=0 cellSpacing=0 cellPadding=0 width=135 bgColor=#ccdde6 height=195>'
+'<TBODY>'
+'<TR>'
+'<TD width=135>'
+'<DIV class=officesearch>类 型:</DIV></TD></TR>'
+'<TR>'
+'<TD width=135><SELECT class=officeforms name=TypeID> <OPTION selected value=0>所有</OPTION> <OPTION value=1>甲级</OPTION> <OPTION value=2>乙级</OPTION> <OPTION value=3>丙级</OPTION> <OPTION value=4>其他选项</OPTION></SELECT> </TD></TR>'
+'<TR>'
+'<TD width=135>'
+'<DIV class=officesearch>地 段:</DIV></TD></TR>'
+'<TR>'
+'<TD width=135><SELECT class=officeforms name=LocationID> <OPTION selected value=0>所有区域</OPTION> <OPTION value=2>市区</OPTION> <OPTION value=3>浦东</OPTION> <OPTION value=4>虹桥</OPTION></SELECT> </TD></TR>'
+'<TR>'
+'<TD width=135>'
+'<DIV class=officesearch>价 格(人民币/天):</DIV></TD></TR>'
+'<TR>'
+'<TD height=30 width=135><SELECT class=officeforms name=rent> <OPTION selected value=0>所有价格</OPTION> <OPTION value=2.0-2.5>2.0-2.5</OPTION> <OPTION value=2.5-3.0>2.5-3.0</OPTION> <OPTION value=3.0-4.0>3.0-4.0</OPTION> <OPTION value=4.0-5.0>4.0-5.0</OPTION> <OPTION value=5.0-7.0>5.0-7.0</OPTION> <OPTION value=7.0-9.0>7.0-9.0</OPTION> <OPTION value=9.0-11.0>9.0-11.0</OPTION> <OPTION value=11.0-13.0>11.0-13.0</OPTION> <OPTION value=13.0-16.0>13.0-16.0</OPTION></SELECT> </TD></TR>'
+'<TR>'
+'<TD height=38 width=135 align=middle><INPUT class=officeforms value="搜 索" type=submit name=Submit2></TD></TR></TBODY></TABLE></FORM>'
);
}

function show_service_cn()
{//<script>show_service_cn();</script>		
document.write(

'<FORM method=get action=serveredofficeSubmit_cn.php><TABLE id="this table has the serviced office search function" border=0 cellSpacing=0 cellPadding=0 width=135 bgColor=#ccdde6 height=192>'
+'<TBODY>'
+'<TR>'
+'<TD width=95>'
+'<DIV class=officesearch>全 部</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=All CHECKED type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=95>'
+'<DIV class=officesearch>市 区</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=Centre type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=95>'
+'<DIV class=officesearch>浦 东</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=Pudong type=radio name=action></TD></TR>'
+'<TR>'
+'<TD height=47 width=95>'
+'<DIV class=officesearch>虹 桥</DIV></TD>'
+'<TD width=5><IMG src="images/spacer.gif" width=5></TD>'
+'<TD width=39><INPUT class=servicedforms value=Hongqiao type=radio name=action></TD></TR>'
+'<TR>'
+'<TD width=135 colSpan=3 align=middle><INPUT class=servicedforms onclick="return validateForm(this.form)" value="搜 索" type=submit name=submit></TD></TR></TBODY></TABLE></FORM>'
);
}
//-->