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 7th Global Dairy Congress Asia 2023.</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="AGV5SnViMjVqWlNJNklrRlZUWEJPY21GZmEzRm5ZemhaWTFNMlNVRnNVMlpEUW5kU1dFNTJSWGQ0Vm5OclNrcG5ORXByZDJkY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNek16azJOak0xTWl3aVpYaHdJam93ZlE9PS4uWm1HdU1SWmtFdjQ3X3FzRml1QnhlZEZiUWtGQ0M2UkpJblRTSzZMSzA1OD0=" /></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>