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