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&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"> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017" style="COLOR:#fff" target="_blank">Website</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017" style="COLOR:#fff" target="_blank">Agenda</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/speaker" style="COLOR:#fff" target="_blank">Speaker</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/sponsor" style="COLOR:#fff" target="_blank">Sponsor</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/partner" style="COLOR:#fff" target="_blank">Partner</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/news" style="COLOR:#fff" target="_blank">News</A><span style="display:"> | </span> <A href="https://www.linkedin.com/groups/10331842" style="COLOR:#fff" target="_blank">Linkedin Group</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/contact" style="COLOR:#fff" target="_blank">Contact</A><span style="display:none"> | </span> </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 2nd Deep Offshore West Africa Congress 2017, Sept. 14-15, Accra, Ghana.</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="202411251652216393" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkltSXlVbWx5TVZwNGQybHJObEJTV1U5Qk9FWTFNMlo0Y1Zwc1dTMHdRemhPUVRSV2FXWnJOVzFLWmpCY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpZM056TTRNemMwTUN3aVpYaHdJam93ZlE9PS4ucUJUcjh2dmJhVGczTi1USU1YRFRfQVI2aXZiSnNObnVraDlMaThnLVlsMD0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017" style="COLOR:#fff" target="_blank">Website</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017" style="COLOR:#fff" target="_blank">Agenda</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/speaker" style="COLOR:#fff" target="_blank">Speaker</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/sponsor" style="COLOR:#fff" target="_blank">Sponsor</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/partner" style="COLOR:#fff" target="_blank">Partner</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/news" style="COLOR:#fff" target="_blank">News</A><span style="display:"> | </span> <A href="https://www.linkedin.com/groups/10331842" style="COLOR:#fff" target="_blank">Linkedin Group</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/deep-offshore-west-africa-congress-2017/contact" style="COLOR:#fff" target="_blank">Contact</A><span style="display:none"> | </span> </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>