CINXE.COM
SZ&W Group 泽为咨询(上海)有限公司
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script src="/registerproject/static/111213/js/perf/stub.js" type="text/javascript"></script><script src="/registerproject/faces/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1732221967000" type="text/javascript"></script><script src="/registerproject/jslibrary/1725859385252/ui-sfdc-javascript-impl/SfdcCore.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/AC_RunActiveContent.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/jquery.js" type="text/javascript"></script><script src="/registerproject/static/111213/js/picklist4.js" type="text/javascript"></script><script src="/registerproject/jslibrary/1698336665252/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/setup.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/resource/1403496208000/szwresource/css/css.css" rel="stylesheet" type="text/css" /><script src="/registerproject/jslibrary/1698336665252/sfdc/NetworkTracking.js" type="text/javascript"></script><script>try{ NetworkTracking.init('/registerproject/_ui/networks/tracking/NetworkTrackingServlet', 'network', '06610000000kMwx'); }catch(x){}</script><script>(function(UITheme) { UITheme.getUITheme = function() { return UserContext.uiTheme; }; }(window.UITheme = window.UITheme || {}));</script><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> <meta HTTP-EQUIV="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>SZ&W Group 泽为咨询(上海)有限公司</title> <SCRIPT type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22047201-38']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </SCRIPT> <style type="text/css"> .STYLE1 { COLOR: #f89800 } .STYLE2 { COLOR: #f89800 } A:link { COLOR: #f89800 } A:visited { COLOR: #f89800 } A:hover { COLOR: #f89800 } A:active { COLOR: #ccc } </style> <script type="text/javascript"> $(document).ready(function(){ if(false){ $("#saveBtn").attr("disabled", "disabled"); }else{ $("#saveBtn").removeAttr("disabled"); } $('input[type="checkbox"][name="chkfind2"]').bind("click", function () { if(this.checked){ $('input[type="checkbox"][name="chksearch"]').removeAttr("disabled"); }else{ $('input[type="checkbox"][name="chksearch"]').removeAttr("checked"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); } }); }); function setenable(obj,strId){ if(obj.checked){ $("#" + strId).removeAttr("disabled"); }else{ $("#" + strId).val(""); $("#" + strId).attr("disabled","disabled"); } } function checkinput(){ if($("#txtlastname").val()==""){ alert("Please Enter Your Last Name"); $("#txtlastname").focus(); return false; } if($("#txtfirstname").val()==""){ alert("Please Enter Your First Name"); $("#txtfirstname").focus(); return false; } if($("#txtcompany").val()==""){ alert("Please Enter Your Company"); $("#txtcompany").focus(); return false; } if($("#txtmobile").val()==""){ alert("Please Enter Your Mobile phone"); $("#txtmobile").focus(); return false; } if($("#txtemail").val()==""){ alert("Please Enter Your Email"); $("#txtemail").focus(); return false; } var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if(!filter.test($("#txtemail").val())){ alert('Please Enter The Correct Email'); $("#txtemail").focus(); return false; } return true; } function saveinput(obj){ if(checkinput()){ $("#saveBtn").attr("disabled", "disabled"); var like = ""; $('input[type="checkbox"][name="chklike"]:checked').each( function() { like += ";" + $(this).val(); } ); like = like.substring(1); var likeother = $("#txtlikeother").val(); var lastname = $("#txtlastname").val(); var firstname = $("#txtfirstname").val(); var company = $("#txtcompany").val(); var title = $("#txttitle").val(); var tel = $("#txttel").val(); var mobile = $("#txtmobile").val(); var email = $("#txtemail").val(); var find = ""; $('input[type="checkbox"][name^="chkfind"]:checked').each( function() { find += ";" + $(this).val(); } ); find = find.substring(1); var search =""; $('input[type="checkbox"][name="chksearch"]:checked').each( function() { search += ";" + $(this).val(); } ); search = search.substring(1); var other = $("#txtother").val(); var discode = $("#discode").val(); var comment = $("#txtcomment").val(); SaveToData(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,discode,comment); } return false; } function cancelinput(){ $('input[type="text"]').val(""); $('input[type="checkbox"]').removeAttr("checked"); $("#txtcomment").val(""); $("#txtlikeother").attr("disabled","disabled"); $("#txtother").attr("disabled","disabled"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); return false; } </script> </head> <body><span id="regprjpage:msg"></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <form id="regprjpage:regprjform" name="regprjpage:regprjform" method="post" action="/registerproject/RegisterProject" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="regprjpage:regprjform" value="regprjpage:regprjform" /> <script id="regprjpage:regprjform:j_id34" type="text/javascript">SaveToData=function(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,code,comment){A4J.AJAX.Submit('regprjpage:regprjform',null,{'similarityGroupingId':'regprjpage:regprjform:j_id34','parameters':{'firstname':(typeof firstname!='undefined'&&firstname!=null)?firstname:'','other':(typeof other!='undefined'&&other!=null)?other:'','code':(typeof code!='undefined'&&code!=null)?code:'','like':(typeof like!='undefined'&&like!=null)?like:'','mobile':(typeof mobile!='undefined'&&mobile!=null)?mobile:'','title':(typeof title!='undefined'&&title!=null)?title:'','lastname':(typeof lastname!='undefined'&&lastname!=null)?lastname:'','search':(typeof search!='undefined'&&search!=null)?search:'','regprjpage:regprjform:j_id34':'regprjpage:regprjform:j_id34','find':(typeof find!='undefined'&&find!=null)?find:'','likeother':(typeof likeother!='undefined'&&likeother!=null)?likeother:'','company':(typeof company!='undefined'&&company!=null)?company:'','tel':(typeof tel!='undefined'&&tel!=null)?tel:'','comment':(typeof comment!='undefined'&&comment!=null)?comment:'','email':(typeof email!='undefined'&&email!=null)?email:''} } )}; </script> <DIV align="center" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/registerproject/resource/1403496208000/szwresource/img/back.jpg); PADDING-BOTTOM: 0px; PADDING-TOP: 394px; BACKGROUND-REPEAT: no-repeat"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="600"> <TBODY> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending 4th Deepwater Asia Congress, Indonesia 2015 Sept 28-29.</STRONG> </TD> </TR> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD align="left"><STRONG>I would like to be :</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR align="left"> <TD><INPUT name="chklike" type="checkbox" value="Sponsor" /></TD> <TD>Sponsor</TD> <TD><INPUT name="chklike" type="checkbox" value="Speaker" /></TD> <TD>Speaker</TD> <TD><INPUT name="chklike" type="checkbox" value="Delegate" /></TD> <TD>Delegate</TD> <TD><INPUT name="chklike" type="checkbox" value="Partner" /></TD> <TD>Partner</TD> <TD><INPUT id="likeother" onclick="setenable(this,'txtlikeother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtlikeother" maxlength="50" size="15" type="text" /></TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>LastName :</STRONG></TD> <TD align="left"><INPUT id="txtlastname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>FirstName :</STRONG></TD> <TD align="left"><INPUT id="txtfirstname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Company :</STRONG></TD> <TD align="left"><INPUT id="txtcompany" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Job Title :</STRONG></TD> <TD align="left"><INPUT id="txttitle" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Direct Number :</STRONG></TD> <TD align="left"><INPUT id="txttel" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Mobile :</STRONG></TD> <TD align="left"><INPUT id="txtmobile" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Email :</STRONG></TD> <TD align="left"><INPUT id="txtemail" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>How did you find us?</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind1" type="checkbox" value="Email" /></TD> <TD>Email</TD> <TD><input name="chkfind1" type="checkbox" value="Sales" /></TD> <TD>Sales</TD> <TD><input name="chkfind1" type="checkbox" value="Colleague" /></TD> <TD>Colleague</TD> <TD width="20"> </TD> <TD width="42"> </TD> <TD width="117"> </TD> <TD width="14"> </TD> <TD width="28"> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD> <INPUT name="chkfind2" type="checkbox" value="Search Engine" /> </TD> <TD>Search Engine </TD> <TD>( </TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Google" /></TD> <TD>Google</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Yahoo" /></TD> <TD>Yahoo</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Baidu" /></TD> <TD>Baidu</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="360" /></TD> <TD>360</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Bing" /></TD> <TD>Bing</TD> <TD>) </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind3" type="checkbox" value="Publication" /></TD> <TD>Publication</TD> <TD><input name="chkfind3" type="checkbox" value="Media" /></TD> <TD>Media</TD> <TD><input name="chkfind3" type="checkbox" value="Social Media" /></TD> <TD>Social Media</TD> <TD><INPUT id="other" onclick="setenable(this,'txtother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtother" maxlength="50" size="15" type="text" /></TD> <TD> </TD> <TD> </TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>Discount Code :</STRONG></TD> <TD align="left"><INPUT id="txtdiscode" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Comments :</STRONG></TD> <TD align="left"><TEXTAREA cols="45" id="txtcomment" rows="5"></TEXTAREA></TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR align="left"> <TD> </TD> <TD align="left"> <INPUT id="saveBtn" name="button1" onclick="return saveinput();" src="/registerproject/resource/1403496208000/szwresource/img/submit.jpg" type="image" /> <INPUT id="button2" name="button2" onclick="return cancelinput();" src="/registerproject/resource/1403496208000/szwresource/img/clear.jpg" type="image" /> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> </TBODY> </TABLE> </DIV><div id="regprjpage:regprjform:j_id65"></div> </form><span id="ajax-view-state-page-container" style="display: none"><span id="ajax-view-state" style="display: none"><input type="hidden" id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="i: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" /><input type="hidden" id="com.salesforce.visualforce.ViewStateVersion" name="com.salesforce.visualforce.ViewStateVersion" value="202411212046079980" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkluWllSblJpVFdZM05VTnVXVlJUV1U5bE4yRlNiVGQ2UzFOTlNHNUNibXBhUXpOT1IybHdSRkp6UVUxY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNMU9Ea3pORGsyTUN3aVpYaHdJam93ZlE9PS4uSnRhVGFVRGJUMEQ3Yml5NE93QTRpOUg2WGZxcUk2QzAxdHN5TnZsV0ljND0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <TABLE align="center"> <TBODY> <TR> <TD height="25" vAlign="top"> <DIV align="center">© CopyRight by SZ&W|GROUP 2001-2014 沪ICP备09089949号-1</DIV> </TD> </TR> <TR> <TD align="center"> <SCRIPT language="JavaScript"> document.writeln("<a href='http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120405141333393'><img src='/registerproject/resource/1403496208000/szwresource/img/shgs-icon.gif' border=0></a>"); </SCRIPT> </TD> </TR> </TBODY> </TABLE> </body><script type="text/javascript">Sfdc.onReady(function(){ SfdcApp && SfdcApp.Visualforce && SfdcApp.Visualforce.VSManager && SfdcApp.Visualforce.VSManager.vfPrepareForms(["regprjpage:regprjform"]); });</script><div class="datePicker" id="datePicker"><div class="dateBar"><img src="/registerproject/img/s.gif" alt="上月" class="calLeft" onblur="this.className = 'calLeft';" onclick="DatePicker.datePicker.prevMonth();" onfocus="this.className = 'calLeftOn';" onmouseout="this.className = 'calLeft';" onmouseover="this.className = 'calLeftOn';" title="上月"/><select id="calMonthPicker" name="calMonthPicker" title="月"><option value="0">一月</option> <option value="1">二月</option> <option value="2">三月</option> <option value="3">四月</option> <option value="4">五月</option> <option value="5">六月</option> <option value="6">七月</option> <option value="7">八月</option> <option value="8">九月</option> <option value="9">十月</option> <option value="10">十一月</option> <option value="11">十二月</option> </select><img src="/registerproject/img/s.gif" alt="下月" class="calRight" onblur="this.className = 'calRight';" onclick="DatePicker.datePicker.nextMonth();" onfocus="this.className = 'calRightOn';" onmouseout="this.className = 'calRight';" onmouseover="this.className = 'calRightOn';" title="下月"/><select id="calYearPicker" name="calYearPicker" title="年"><option value="2023">2023</option> <option value="2024">2024</option> <option value="2025">2025</option> <option value="2026">2026</option> <option value="2027">2027</option> <option value="2028">2028</option> <option value="2029">2029</option> </select></div><div class="calBody"><table class="calDays" border="0" cellpadding="0" cellspacing="0" id="datePickerCalendar"><tr><TH class="dayOfWeek" scope="col">星期日</TH><TH class="dayOfWeek" scope="col">星期一</TH><TH class="dayOfWeek" scope="col">星期二</TH><TH class="dayOfWeek" scope="col">星期三</TH><TH class="dayOfWeek" scope="col">星期四</TH><TH class="dayOfWeek" scope="col">星期五</TH><TH class="dayOfWeek" scope="col">星期六</TH></tr> <tr class="calRow" id="calRow1"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow2"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow3"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow4"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow5"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow6"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> </table><div class="buttonBar"><a href="javascript:%20void%280%29%3B" class="calToday" onclick="DatePicker.datePicker.selectDate('today');return false;">今天</a></div></div></div></html>