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 5th Global Dairy Congress Asia 2019.</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="AGV5SnViMjVqWlNJNklrdFVZMEpHYVRjMVlXMUVZMDVwWVZad2JucDVPWGc0VlMxaVJHbHNjWGN0VmpCRGVFUTRlbFZNY1ZsY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNek1UWTVORGMyTVN3aVpYaHdJam93ZlE9PS4uYjBDTk5wWTllSkdYcVFPcDJsdGlRaEpQSkQxb1VXaU1wSXBKUXcxbFIxMD0=" /></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>