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 Offshore Mexico Congress 2019.</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="AGV5SnViMjVqWlNJNklucHJWbGx4ZFROUmNGTkhaMVp4U0ZGb1ZqSnhkV3BrUmpGWFNVZHZPVmx2T1ZoSlZGZHdiVW8wZEUxY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNMk9ESXpOVE13TVN3aVpYaHdJam93ZlE9PS4uMXdOSGl0QUVzNFFsR3cwNHFhSlhLX240TC10bzg5dlFpUkRJSjNtb0hrRT0=" /></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>