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 5th Health Insurance Innovation Congress Asia Pacific 2024.</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="AGV5SnViMjVqWlNJNklsaERNMFU1VkZKclVuaHZTRFpJWldremVFMHpWbXRXYzNWaVFUVXdaRzlHYTJSa2VrNTVhRjh0YVZGY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNeE5qY3hNVEV6TXl3aVpYaHdJam93ZlE9PS4uN0p0cXRWQzJNSm5KUEJOY0JYd3dwSFRoQmhjU2VCeDkwSE1waFhDRjJDZz0=" /></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>