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=1739656726000" type="text/javascript"></script><script src="/registerproject/jslibrary/1739612428254/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/1739612393254/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/63.0/sprites/1739612397000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/63.0/sprites/1739612397000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/63.0/sprites/1739612397000/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/1739612392254/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="202502152158469727" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNklsQTVXR05HYVRCek16aFZRV1pPV1dOM2NqZHZUMDVWZUhOUWRXZFFaR0ZIVG1KZk4wNVdiWFZhU0RoY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6T1RjM016TXdOalU1TUN3aVpYaHdJam93ZlE9PS4uVVI4QzctRll2bkptVms0UTZGZVJuZ1Ata3RLZXJCRURKUjFHTmRhbnBxVT0=" /></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" data-enhanceddatepicker="true" 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="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> <option value="2030">2030</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>