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=1732553541000" 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 Indonesia Offshore E&amp;P Congress 2016 May 23-24 Jakarta, Indonesia.</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="202411251652216393" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNklqYzBkRU5oWVVwWlF6TkJiVzVKVURjMU5qUnJXa1JMTTBoc1dFUmFSelY1YjNwVlV6ZFZkR2xRYzAxY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpZM05qUTFOamt5TlN3aVpYaHdJam93ZlE9PS4uRENNVEI3MkpzQmVSMWdkVGRKdE9rbjFnUktaOElXdHlacVhTWExmQVFrST0=" /></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>