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 The 5th Global Dairy Innovation Congress MENA 2023.</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="AGV5SnViMjVqWlNJNkluVnBkbXh1UkZoalFYQkpXbk4zVkcwNWJXaDBOSFpRTlZCT1JtOVFaWHBFVFVKU1NtNVNaRVJJYUdkY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNek16UTBPRE15TlN3aVpYaHdJam93ZlE9PS4uWjNXNk5xTC1ZU3ZYVGFlbnpzR1JmN05tM2x5X1lNcmxJU2tpXzZkY0RqQT0=" /></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>