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=1732221967000" 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&amp;W Group &#27901;&#20026;&#21672;&#35810;&#65288;&#19978;&#28023;&#65289;&#26377;&#38480;&#20844;&#21496;</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">&nbsp;</TD> <TD width="453">&nbsp;</TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending 2nd Insurance Analytics &amp; AI Innovation Asia Pacific 2022.</STRONG> </TD> </TR> <TR> <TD width="147">&nbsp;</TD> <TD width="453">&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</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">&nbsp;</TD> <TD width="42">&nbsp;</TD> <TD width="117">&nbsp;</TD> <TD width="14">&nbsp;</TD> <TD width="28">&nbsp;</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&nbsp;&nbsp;</TD> <TD>(&nbsp;</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>)&nbsp;</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>&nbsp;</TD> <TD>&nbsp;</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>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR align="left"> <TD>&nbsp;</TD> <TD align="left"> <INPUT id="saveBtn" name="button1" onclick="return saveinput();" src="/registerproject/resource/1403496208000/szwresource/img/submit.jpg" type="image" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT id="button2" name="button2" onclick="return cancelinput();" src="/registerproject/resource/1403496208000/szwresource/img/clear.jpg" type="image" /> </TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</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="202411212046079980" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkltTXdlV3BuY0ZwdFkzRjJkSHBZVjBORFZtcDFZMjFZVmtWYVQweEpSWE56YzIwMmVuUTFkQzFhTjBWY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNME1EVTBPVEV6TXl3aVpYaHdJam93ZlE9PS4uZUNJdTItWC1hc01RdDg3S0FEWXFHYUl1ZFVRcjVHdVBSNGgtT0x6dFdiaz0=" /></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">&copy; CopyRight by SZ&amp;W|GROUP 2001-2014 &#27818;ICP&#22791;09089949&#21495;-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);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</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);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</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);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</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);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</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);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</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);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</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>