CINXE.COM
SZ&W Group 泽为咨询(上海)有限公司
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script src="/registerproject/static/111213/js/perf/stub.js" type="text/javascript"></script><script src="/registerproject/faces/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1732553541000" type="text/javascript"></script><script src="/registerproject/jslibrary/1725859385252/ui-sfdc-javascript-impl/SfdcCore.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/AC_RunActiveContent.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/jquery.js" type="text/javascript"></script><script src="/registerproject/static/111213/js/picklist4.js" type="text/javascript"></script><script src="/registerproject/jslibrary/1698336665252/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/setup.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/resource/1403496208000/szwresource/css/css.css" rel="stylesheet" type="text/css" /><script src="/registerproject/jslibrary/1698336665252/sfdc/NetworkTracking.js" type="text/javascript"></script><script>try{ NetworkTracking.init('/registerproject/_ui/networks/tracking/NetworkTrackingServlet', 'network', '06610000000kMwx'); }catch(x){}</script><script>(function(UITheme) { UITheme.getUITheme = function() { return UserContext.uiTheme; }; }(window.UITheme = window.UITheme || {}));</script><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> <meta HTTP-EQUIV="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>SZ&W Group 泽为咨询(上海)有限公司</title> <SCRIPT type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22047201-38']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </SCRIPT> <style type="text/css"> .STYLE1 { COLOR: #f89800 } .STYLE2 { COLOR: #f89800 } A:link { COLOR: #f89800 } A:visited { COLOR: #f89800 } A:hover { COLOR: #f89800 } A:active { COLOR: #ccc } </style> <script type="text/javascript"> $(document).ready(function(){ if(false){ $("#saveBtn").attr("disabled", "disabled"); }else{ $("#saveBtn").removeAttr("disabled"); } $('input[type="checkbox"][name="chkfind2"]').bind("click", function () { if(this.checked){ $('input[type="checkbox"][name="chksearch"]').removeAttr("disabled"); }else{ $('input[type="checkbox"][name="chksearch"]').removeAttr("checked"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); } }); }); function setenable(obj,strId){ if(obj.checked){ $("#" + strId).removeAttr("disabled"); }else{ $("#" + strId).val(""); $("#" + strId).attr("disabled","disabled"); } } function checkinput(){ if($("#txtlastname").val()==""){ alert("Please Enter Your Last Name"); $("#txtlastname").focus(); return false; } if($("#txtfirstname").val()==""){ alert("Please Enter Your First Name"); $("#txtfirstname").focus(); return false; } if($("#txtcompany").val()==""){ alert("Please Enter Your Company"); $("#txtcompany").focus(); return false; } if($("#txtmobile").val()==""){ alert("Please Enter Your Mobile phone"); $("#txtmobile").focus(); return false; } if($("#txtemail").val()==""){ alert("Please Enter Your Email"); $("#txtemail").focus(); return false; } var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if(!filter.test($("#txtemail").val())){ alert('Please Enter The Correct Email'); $("#txtemail").focus(); return false; } return true; } function saveinput(obj){ if(checkinput()){ $("#saveBtn").attr("disabled", "disabled"); var like = ""; $('input[type="checkbox"][name="chklike"]:checked').each( function() { like += ";" + $(this).val(); } ); like = like.substring(1); var likeother = $("#txtlikeother").val(); var lastname = $("#txtlastname").val(); var firstname = $("#txtfirstname").val(); var company = $("#txtcompany").val(); var title = $("#txttitle").val(); var tel = $("#txttel").val(); var mobile = $("#txtmobile").val(); var email = $("#txtemail").val(); var find = ""; $('input[type="checkbox"][name^="chkfind"]:checked').each( function() { find += ";" + $(this).val(); } ); find = find.substring(1); var search =""; $('input[type="checkbox"][name="chksearch"]:checked').each( function() { search += ";" + $(this).val(); } ); search = search.substring(1); var other = $("#txtother").val(); var discode = $("#discode").val(); var comment = $("#txtcomment").val(); SaveToData(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,discode,comment); } return false; } function cancelinput(){ $('input[type="text"]').val(""); $('input[type="checkbox"]').removeAttr("checked"); $("#txtcomment").val(""); $("#txtlikeother").attr("disabled","disabled"); $("#txtother").attr("disabled","disabled"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); return false; } </script> </head> <body><span id="regprjpage:msg"></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <form id="regprjpage:regprjform" name="regprjpage:regprjform" method="post" action="/registerproject/RegisterProject" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="regprjpage:regprjform" value="regprjpage:regprjform" /> <script id="regprjpage:regprjform:j_id34" type="text/javascript">SaveToData=function(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,code,comment){A4J.AJAX.Submit('regprjpage:regprjform',null,{'similarityGroupingId':'regprjpage:regprjform:j_id34','parameters':{'firstname':(typeof firstname!='undefined'&&firstname!=null)?firstname:'','other':(typeof other!='undefined'&&other!=null)?other:'','code':(typeof code!='undefined'&&code!=null)?code:'','like':(typeof like!='undefined'&&like!=null)?like:'','mobile':(typeof mobile!='undefined'&&mobile!=null)?mobile:'','title':(typeof title!='undefined'&&title!=null)?title:'','lastname':(typeof lastname!='undefined'&&lastname!=null)?lastname:'','search':(typeof search!='undefined'&&search!=null)?search:'','regprjpage:regprjform:j_id34':'regprjpage:regprjform:j_id34','find':(typeof find!='undefined'&&find!=null)?find:'','likeother':(typeof likeother!='undefined'&&likeother!=null)?likeother:'','company':(typeof company!='undefined'&&company!=null)?company:'','tel':(typeof tel!='undefined'&&tel!=null)?tel:'','comment':(typeof comment!='undefined'&&comment!=null)?comment:'','email':(typeof email!='undefined'&&email!=null)?email:''} } )}; </script> <DIV align="center" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/registerproject/resource/1403496208000/szwresource/img/back.jpg); PADDING-BOTTOM: 0px; PADDING-TOP: 394px; BACKGROUND-REPEAT: no-repeat"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="600"> <TBODY> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending 企业反商业贿赂合规中国2021|ACC China 2021.</STRONG> </TD> </TR> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD align="left"><STRONG>I would like to be :</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR align="left"> <TD><INPUT name="chklike" type="checkbox" value="Sponsor" /></TD> <TD>Sponsor</TD> <TD><INPUT name="chklike" type="checkbox" value="Speaker" /></TD> <TD>Speaker</TD> <TD><INPUT name="chklike" type="checkbox" value="Delegate" /></TD> <TD>Delegate</TD> <TD><INPUT name="chklike" type="checkbox" value="Partner" /></TD> <TD>Partner</TD> <TD><INPUT id="likeother" onclick="setenable(this,'txtlikeother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtlikeother" maxlength="50" size="15" type="text" /></TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>LastName :</STRONG></TD> <TD align="left"><INPUT id="txtlastname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>FirstName :</STRONG></TD> <TD align="left"><INPUT id="txtfirstname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Company :</STRONG></TD> <TD align="left"><INPUT id="txtcompany" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Job Title :</STRONG></TD> <TD align="left"><INPUT id="txttitle" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Direct Number :</STRONG></TD> <TD align="left"><INPUT id="txttel" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Mobile :</STRONG></TD> <TD align="left"><INPUT id="txtmobile" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Email :</STRONG></TD> <TD align="left"><INPUT id="txtemail" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>How did you find us?</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind1" type="checkbox" value="Email" /></TD> <TD>Email</TD> <TD><input name="chkfind1" type="checkbox" value="Sales" /></TD> <TD>Sales</TD> <TD><input name="chkfind1" type="checkbox" value="Colleague" /></TD> <TD>Colleague</TD> <TD width="20"> </TD> <TD width="42"> </TD> <TD width="117"> </TD> <TD width="14"> </TD> <TD width="28"> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD> <INPUT name="chkfind2" type="checkbox" value="Search Engine" /> </TD> <TD>Search Engine </TD> <TD>( </TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Google" /></TD> <TD>Google</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Yahoo" /></TD> <TD>Yahoo</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Baidu" /></TD> <TD>Baidu</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="360" /></TD> <TD>360</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Bing" /></TD> <TD>Bing</TD> <TD>) </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind3" type="checkbox" value="Publication" /></TD> <TD>Publication</TD> <TD><input name="chkfind3" type="checkbox" value="Media" /></TD> <TD>Media</TD> <TD><input name="chkfind3" type="checkbox" value="Social Media" /></TD> <TD>Social Media</TD> <TD><INPUT id="other" onclick="setenable(this,'txtother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtother" maxlength="50" size="15" type="text" /></TD> <TD> </TD> <TD> </TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>Discount Code :</STRONG></TD> <TD align="left"><INPUT id="txtdiscode" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Comments :</STRONG></TD> <TD align="left"><TEXTAREA cols="45" id="txtcomment" rows="5"></TEXTAREA></TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR align="left"> <TD> </TD> <TD align="left"> <INPUT id="saveBtn" name="button1" onclick="return saveinput();" src="/registerproject/resource/1403496208000/szwresource/img/submit.jpg" type="image" /> <INPUT id="button2" name="button2" onclick="return cancelinput();" src="/registerproject/resource/1403496208000/szwresource/img/clear.jpg" type="image" /> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> </TBODY> </TABLE> </DIV><div id="regprjpage:regprjform:j_id65"></div> </form><span id="ajax-view-state-page-container" style="display: none"><span id="ajax-view-state" style="display: none"><input type="hidden" id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="i: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" /><input type="hidden" id="com.salesforce.visualforce.ViewStateVersion" name="com.salesforce.visualforce.ViewStateVersion" value="202411251652216393" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkluSklUelJRVURWWlEyaDRVbVE0VTNVNFRFbHpXbDlCVW1wWE1ub3hWV2d4TW1KaVNVbGtkRWxSVEZGY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpZM01UUXlOamN6Tml3aVpYaHdJam93ZlE9PS4uc01xMFg3M01vWndRTmZ0cjZLc1hiR1hHdUdTX0J1Sl90MFlYZlhabUZ5bz0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <TABLE align="center"> <TBODY> <TR> <TD height="25" vAlign="top"> <DIV align="center">© CopyRight by SZ&W|GROUP 2001-2014 沪ICP备09089949号-1</DIV> </TD> </TR> <TR> <TD align="center"> <SCRIPT language="JavaScript"> document.writeln("<a href='http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120405141333393'><img src='/registerproject/resource/1403496208000/szwresource/img/shgs-icon.gif' border=0></a>"); </SCRIPT> </TD> </TR> </TBODY> </TABLE> </body><script type="text/javascript">Sfdc.onReady(function(){ SfdcApp && SfdcApp.Visualforce && SfdcApp.Visualforce.VSManager && SfdcApp.Visualforce.VSManager.vfPrepareForms(["regprjpage:regprjform"]); });</script><div class="datePicker" id="datePicker"><div class="dateBar"><img src="/registerproject/img/s.gif" alt="上月" class="calLeft" onblur="this.className = 'calLeft';" onclick="DatePicker.datePicker.prevMonth();" onfocus="this.className = 'calLeftOn';" onmouseout="this.className = 'calLeft';" onmouseover="this.className = 'calLeftOn';" title="上月"/><select id="calMonthPicker" name="calMonthPicker" title="月"><option value="0">一月</option> <option value="1">二月</option> <option value="2">三月</option> <option value="3">四月</option> <option value="4">五月</option> <option value="5">六月</option> <option value="6">七月</option> <option value="7">八月</option> <option value="8">九月</option> <option value="9">十月</option> <option value="10">十一月</option> <option value="11">十二月</option> </select><img src="/registerproject/img/s.gif" alt="下月" class="calRight" onblur="this.className = 'calRight';" onclick="DatePicker.datePicker.nextMonth();" onfocus="this.className = 'calRightOn';" onmouseout="this.className = 'calRight';" onmouseover="this.className = 'calRightOn';" title="下月"/><select id="calYearPicker" name="calYearPicker" title="年"><option value="2023">2023</option> <option value="2024">2024</option> <option value="2025">2025</option> <option value="2026">2026</option> <option value="2027">2027</option> <option value="2028">2028</option> <option value="2029">2029</option> </select></div><div class="calBody"><table class="calDays" border="0" cellpadding="0" cellspacing="0" id="datePickerCalendar"><tr><TH class="dayOfWeek" scope="col">星期日</TH><TH class="dayOfWeek" scope="col">星期一</TH><TH class="dayOfWeek" scope="col">星期二</TH><TH class="dayOfWeek" scope="col">星期三</TH><TH class="dayOfWeek" scope="col">星期四</TH><TH class="dayOfWeek" scope="col">星期五</TH><TH class="dayOfWeek" scope="col">星期六</TH></tr> <tr class="calRow" id="calRow1"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow2"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow3"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow4"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow5"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow6"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> </table><div class="buttonBar"><a href="javascript:%20void%280%29%3B" class="calToday" onclick="DatePicker.datePicker.selectDate('today');return false;">今天</a></div></div></div></html>