CINXE.COM

SZ&W Group 泽为咨询(上海)有限公司

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script src="/registerproject/static/111213/js/perf/stub.js" type="text/javascript"></script><script src="/registerproject/faces/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1732221967000" type="text/javascript"></script><script src="/registerproject/jslibrary/1725859385252/ui-sfdc-javascript-impl/SfdcCore.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/AC_RunActiveContent.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/jquery.js" type="text/javascript"></script><script src="/registerproject/static/111213/js/picklist4.js" type="text/javascript"></script><script src="/registerproject/jslibrary/1698336665252/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/setup.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/resource/1403496208000/szwresource/css/css.css" rel="stylesheet" type="text/css" /><script src="/registerproject/jslibrary/1698336665252/sfdc/NetworkTracking.js" type="text/javascript"></script><script>try{ NetworkTracking.init('/registerproject/_ui/networks/tracking/NetworkTrackingServlet', 'network', '06610000000kMwx'); }catch(x){}</script><script>(function(UITheme) { UITheme.getUITheme = function() { return UserContext.uiTheme; }; }(window.UITheme = window.UITheme || {}));</script><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> <meta HTTP-EQUIV="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>SZ&amp;W Group &#27901;&#20026;&#21672;&#35810;&#65288;&#19978;&#28023;&#65289;&#26377;&#38480;&#20844;&#21496;</title> <SCRIPT type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22047201-38']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </SCRIPT> <style type="text/css"> .STYLE1 { COLOR: #f89800 } .STYLE2 { COLOR: #f89800 } A:link { COLOR: #f89800 } A:visited { COLOR: #f89800 } A:hover { COLOR: #f89800 } A:active { COLOR: #ccc } </style> <script type="text/javascript"> $(document).ready(function(){ if(false){ $("#saveBtn").attr("disabled", "disabled"); }else{ $("#saveBtn").removeAttr("disabled"); } $('input[type="checkbox"][name="chkfind2"]').bind("click", function () { if(this.checked){ $('input[type="checkbox"][name="chksearch"]').removeAttr("disabled"); }else{ $('input[type="checkbox"][name="chksearch"]').removeAttr("checked"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); } }); }); function setenable(obj,strId){ if(obj.checked){ $("#" + strId).removeAttr("disabled"); }else{ $("#" + strId).val(""); $("#" + strId).attr("disabled","disabled"); } } function checkinput(){ if($("#txtlastname").val()==""){ alert("Please Enter Your Last Name"); $("#txtlastname").focus(); return false; } if($("#txtfirstname").val()==""){ alert("Please Enter Your First Name"); $("#txtfirstname").focus(); return false; } if($("#txtcompany").val()==""){ alert("Please Enter Your Company"); $("#txtcompany").focus(); return false; } if($("#txtmobile").val()==""){ alert("Please Enter Your Mobile phone"); $("#txtmobile").focus(); return false; } if($("#txtemail").val()==""){ alert("Please Enter Your Email"); $("#txtemail").focus(); return false; } var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if(!filter.test($("#txtemail").val())){ alert('Please Enter The Correct Email'); $("#txtemail").focus(); return false; } return true; } function saveinput(obj){ if(checkinput()){ $("#saveBtn").attr("disabled", "disabled"); var like = ""; $('input[type="checkbox"][name="chklike"]:checked').each( function() { like += ";" + $(this).val(); } ); like = like.substring(1); var likeother = $("#txtlikeother").val(); var lastname = $("#txtlastname").val(); var firstname = $("#txtfirstname").val(); var company = $("#txtcompany").val(); var title = $("#txttitle").val(); var tel = $("#txttel").val(); var mobile = $("#txtmobile").val(); var email = $("#txtemail").val(); var find = ""; $('input[type="checkbox"][name^="chkfind"]:checked').each( function() { find += ";" + $(this).val(); } ); find = find.substring(1); var search =""; $('input[type="checkbox"][name="chksearch"]:checked').each( function() { search += ";" + $(this).val(); } ); search = search.substring(1); var other = $("#txtother").val(); var discode = $("#discode").val(); var comment = $("#txtcomment").val(); SaveToData(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,discode,comment); } return false; } function cancelinput(){ $('input[type="text"]').val(""); $('input[type="checkbox"]').removeAttr("checked"); $("#txtcomment").val(""); $("#txtlikeother").attr("disabled","disabled"); $("#txtother").attr("disabled","disabled"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); return false; } </script> </head> <body><span id="regprjpage:msg"></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> </DIV> <form id="regprjpage:regprjform" name="regprjpage:regprjform" method="post" action="/registerproject/RegisterProject" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="regprjpage:regprjform" value="regprjpage:regprjform" /> <script id="regprjpage:regprjform:j_id34" type="text/javascript">SaveToData=function(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,code,comment){A4J.AJAX.Submit('regprjpage:regprjform',null,{'similarityGroupingId':'regprjpage:regprjform:j_id34','parameters':{'firstname':(typeof firstname!='undefined'&&firstname!=null)?firstname:'','other':(typeof other!='undefined'&&other!=null)?other:'','code':(typeof code!='undefined'&&code!=null)?code:'','like':(typeof like!='undefined'&&like!=null)?like:'','mobile':(typeof mobile!='undefined'&&mobile!=null)?mobile:'','title':(typeof title!='undefined'&&title!=null)?title:'','lastname':(typeof lastname!='undefined'&&lastname!=null)?lastname:'','search':(typeof search!='undefined'&&search!=null)?search:'','regprjpage:regprjform:j_id34':'regprjpage:regprjform:j_id34','find':(typeof find!='undefined'&&find!=null)?find:'','likeother':(typeof likeother!='undefined'&&likeother!=null)?likeother:'','company':(typeof company!='undefined'&&company!=null)?company:'','tel':(typeof tel!='undefined'&&tel!=null)?tel:'','comment':(typeof comment!='undefined'&&comment!=null)?comment:'','email':(typeof email!='undefined'&&email!=null)?email:''} } )}; </script> <DIV align="center" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/registerproject/resource/1403496208000/szwresource/img/back.jpg); PADDING-BOTTOM: 0px; PADDING-TOP: 394px; BACKGROUND-REPEAT: no-repeat"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="600"> <TBODY> <TR> <TD width="147">&nbsp;</TD> <TD width="453">&nbsp;</TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending The 9th European Nuclear Industry Congress 2024, Sep 16-18, Paris.</STRONG> </TD> </TR> <TR> <TD width="147">&nbsp;</TD> <TD width="453">&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR> <TD align="left"><STRONG>I would like to be :</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR align="left"> <TD><INPUT name="chklike" type="checkbox" value="Sponsor" /></TD> <TD>Sponsor</TD> <TD><INPUT name="chklike" type="checkbox" value="Speaker" /></TD> <TD>Speaker</TD> <TD><INPUT name="chklike" type="checkbox" value="Delegate" /></TD> <TD>Delegate</TD> <TD><INPUT name="chklike" type="checkbox" value="Partner" /></TD> <TD>Partner</TD> <TD><INPUT id="likeother" onclick="setenable(this,'txtlikeother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtlikeother" maxlength="50" size="15" type="text" /></TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>LastName :</STRONG></TD> <TD align="left"><INPUT id="txtlastname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>FirstName :</STRONG></TD> <TD align="left"><INPUT id="txtfirstname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Company :</STRONG></TD> <TD align="left"><INPUT id="txtcompany" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Job Title :</STRONG></TD> <TD align="left"><INPUT id="txttitle" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Direct Number :</STRONG></TD> <TD align="left"><INPUT id="txttel" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Mobile :</STRONG></TD> <TD align="left"><INPUT id="txtmobile" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Email :</STRONG></TD> <TD align="left"><INPUT id="txtemail" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>How did you find us?</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind1" type="checkbox" value="Email" /></TD> <TD>Email</TD> <TD><input name="chkfind1" type="checkbox" value="Sales" /></TD> <TD>Sales</TD> <TD><input name="chkfind1" type="checkbox" value="Colleague" /></TD> <TD>Colleague</TD> <TD width="20">&nbsp;</TD> <TD width="42">&nbsp;</TD> <TD width="117">&nbsp;</TD> <TD width="14">&nbsp;</TD> <TD width="28">&nbsp;</TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD> <INPUT name="chkfind2" type="checkbox" value="Search Engine" /> </TD> <TD>Search Engine&nbsp;&nbsp;</TD> <TD>(&nbsp;</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Google" /></TD> <TD>Google</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Yahoo" /></TD> <TD>Yahoo</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Baidu" /></TD> <TD>Baidu</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="360" /></TD> <TD>360</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Bing" /></TD> <TD>Bing</TD> <TD>)&nbsp;</TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind3" type="checkbox" value="Publication" /></TD> <TD>Publication</TD> <TD><input name="chkfind3" type="checkbox" value="Media" /></TD> <TD>Media</TD> <TD><input name="chkfind3" type="checkbox" value="Social Media" /></TD> <TD>Social Media</TD> <TD><INPUT id="other" onclick="setenable(this,'txtother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtother" maxlength="50" size="15" type="text" /></TD> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>Discount Code :</STRONG></TD> <TD align="left"><INPUT id="txtdiscode" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Comments :</STRONG></TD> <TD align="left"><TEXTAREA cols="45" id="txtcomment" rows="5"></TEXTAREA></TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR align="left"> <TD>&nbsp;</TD> <TD align="left"> <INPUT id="saveBtn" name="button1" onclick="return saveinput();" src="/registerproject/resource/1403496208000/szwresource/img/submit.jpg" type="image" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT id="button2" name="button2" onclick="return cancelinput();" src="/registerproject/resource/1403496208000/szwresource/img/clear.jpg" type="image" /> </TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> </TBODY> </TABLE> </DIV><div id="regprjpage:regprjform:j_id65"></div> </form><span id="ajax-view-state-page-container" style="display: none"><span id="ajax-view-state" style="display: none"><input type="hidden" id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="i: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" /><input type="hidden" id="com.salesforce.visualforce.ViewStateVersion" name="com.salesforce.visualforce.ViewStateVersion" value="202411212046079980" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNkltd3pZWGxFVlRrMllteGxURGxpVTA1MFQyNDRVVVZJUW5sdVkxODFaRzFzYWxWb05GOVdkbFJCVW5OY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNeE16Z3pNRFV5Tnl3aVpYaHdJam93ZlE9PS4uaVhZVHdHNEVfb0Ywa3o2VEluTko1MGlxNGxMMUdQcDNLQmtIRnd6WFAxMD0=" /></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>