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 8th Global Dairy Innovation Congress Asia 2024.</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="AGV5SnViMjVqWlNJNklqRXlhVTlLTUc5dWJuRnpkbUZqV0haYU56bFRaRVY2VTFGcFMxSnZSamd3U1ROaGFHWnlXRkkzV1ZWY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNeE9UUTJOamd4TlN3aVpYaHdJam93ZlE9PS4uLU03emg4YzhOaXA3aTF3LWdnZHQxcURvek83RmQtUEs4a0lWSEp1b1lnRT0=" /></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>