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 9th Central &amp; Eastern Europe Nuclear Industry Congress 2024.</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="AGV5SnViMjVqWlNJNklrZFFiMlJCVjJWNGFXVlJjMUptTURWTFpEWXhPSFZCZDNwclozWlZZMmhVVWxoWU1IcENVR3hFUzBGY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNME56STFNakl4TXl3aVpYaHdJam93ZlE9PS4uRVVQeUtlUVhnNVZqdnhkZFI2X2RZTHV0RElkNFZ2ZHRBT1NfSWFtWVQ4Yz0=" /></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>