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&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 Global Dairy Innovation Congress Latin America 2024 | Brazil São Paulo.</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="202411212046079980" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkluZ3dlVEYzTlVWUldFRkhlbk5RVnpJMGJUWlpZVE5MUjBFM1lXbEZVVnBKYkRrelVIQkZUVlJUWkZGY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNek1UVTFNREUzT0N3aVpYaHdJam93ZlE9PS4uN25pYm1wdUZtZ0RFZ3RPZ0pzZ1lxXzdTLV96NHZIZlRoRFZ1OWxBd0ZBcz0=" /></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>