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 4TH SMART SUPPLY CHAIN AND LOGISTICS INNOVATION ASIA 2025.</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="AGV5SnViMjVqWlNJNklsRjFObEpCTUhSalJHVm1aSGhXU1dObFpqUkpUbU15VG1oTFV6UkNZMmhSTTNReFYwaEZSVU5rUm1OY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNeU1UTTJNVEEyT0N3aVpYaHdJam93ZlE9PS4uNzdaYUViUlZLTnlnWXJVSjdlMDZUNUVUcWFNQU4wWHJWY2xFUlRaS2lsZz0=" /></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>