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"> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/" style="COLOR:#fff" target="_blank">Home</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/about.aspx#Agenda" style="COLOR:#fff" target="_blank">Agenda</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/speaker.aspx#BackTop" style="COLOR:#fff" target="_blank">Speaker</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/sponsor.aspx#BackTop" style="COLOR:#fff" target="_blank">Sponsor</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/partner.aspx#BackTop" style="COLOR:#fff" target="_blank">Partner</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/news.aspx" style="COLOR:#fff" target="_blank">News</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/series.aspx" style="COLOR:#fff" target="_blank">Series</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/venue.aspx" style="COLOR:#fff" target="_blank">Venue</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/contact.aspx" style="COLOR:#fff" target="_blank">Contact</A><span style="display:none"> | </span> </DIV> <form id="regprjpage:regprjform" name="regprjpage:regprjform" method="post" action="/registerproject/RegisterProject" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="regprjpage:regprjform" value="regprjpage:regprjform" /> <script id="regprjpage:regprjform:j_id34" type="text/javascript">SaveToData=function(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,code,comment){A4J.AJAX.Submit('regprjpage:regprjform',null,{'similarityGroupingId':'regprjpage:regprjform:j_id34','parameters':{'firstname':(typeof firstname!='undefined'&&firstname!=null)?firstname:'','other':(typeof other!='undefined'&&other!=null)?other:'','code':(typeof code!='undefined'&&code!=null)?code:'','like':(typeof like!='undefined'&&like!=null)?like:'','mobile':(typeof mobile!='undefined'&&mobile!=null)?mobile:'','title':(typeof title!='undefined'&&title!=null)?title:'','lastname':(typeof lastname!='undefined'&&lastname!=null)?lastname:'','search':(typeof search!='undefined'&&search!=null)?search:'','regprjpage:regprjform:j_id34':'regprjpage:regprjform:j_id34','find':(typeof find!='undefined'&&find!=null)?find:'','likeother':(typeof likeother!='undefined'&&likeother!=null)?likeother:'','company':(typeof company!='undefined'&&company!=null)?company:'','tel':(typeof tel!='undefined'&&tel!=null)?tel:'','comment':(typeof comment!='undefined'&&comment!=null)?comment:'','email':(typeof email!='undefined'&&email!=null)?email:''} } )}; </script> <DIV align="center" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/registerproject/resource/1403496208000/szwresource/img/back.jpg); PADDING-BOTTOM: 0px; PADDING-TOP: 394px; BACKGROUND-REPEAT: no-repeat"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="600"> <TBODY> <TR> <TD width="147"> </TD> <TD width="453"> </TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending World Upstream Series (Iran) Summit 2017- Contract, Project and Technology (May 9-10 | Teharan).</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="AGV5SnViMjVqWlNJNklreDJRVzA0VFRCRWNGbFdVVFJvZFZoeFdDMTRhRkpDTTBST1VIVkNNRk5oV21OV01FUmZlVjlzZURSY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNMk1UQTNOVEF4TlN3aVpYaHdJam93ZlE9PS4ubFFKSVB2Tm5rNDVQS1NRcGhTU1E3SG93VVBtcmpjeDNCZ01OMGRQazNFYz0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/" style="COLOR:#fff" target="_blank">Home</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/about.aspx#Agenda" style="COLOR:#fff" target="_blank">Agenda</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/speaker.aspx#BackTop" style="COLOR:#fff" target="_blank">Speaker</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/sponsor.aspx#BackTop" style="COLOR:#fff" target="_blank">Sponsor</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/partner.aspx#BackTop" style="COLOR:#fff" target="_blank">Partner</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/news.aspx" style="COLOR:#fff" target="_blank">News</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/series.aspx" style="COLOR:#fff" target="_blank">Series</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/venue.aspx" style="COLOR:#fff" target="_blank">Venue</A><span style="display:"> | </span> <A href="http://www.szwgroup.com/world-upstream-series-iran-summit-2017/contact.aspx" style="COLOR:#fff" target="_blank">Contact</A><span style="display:none"> | </span> </DIV> <TABLE align="center"> <TBODY> <TR> <TD height="25" vAlign="top"> <DIV align="center">© CopyRight by SZ&W|GROUP 2001-2014 沪ICP备09089949号-1</DIV> </TD> </TR> <TR> <TD align="center"> <SCRIPT language="JavaScript"> document.writeln("<a href='http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120405141333393'><img src='/registerproject/resource/1403496208000/szwresource/img/shgs-icon.gif' border=0></a>"); </SCRIPT> </TD> </TR> </TBODY> </TABLE> </body><script type="text/javascript">Sfdc.onReady(function(){ SfdcApp && SfdcApp.Visualforce && SfdcApp.Visualforce.VSManager && SfdcApp.Visualforce.VSManager.vfPrepareForms(["regprjpage:regprjform"]); });</script><div class="datePicker" id="datePicker"><div class="dateBar"><img src="/registerproject/img/s.gif" alt="上月" class="calLeft" onblur="this.className = 'calLeft';" onclick="DatePicker.datePicker.prevMonth();" onfocus="this.className = 'calLeftOn';" onmouseout="this.className = 'calLeft';" onmouseover="this.className = 'calLeftOn';" title="上月"/><select id="calMonthPicker" name="calMonthPicker" title="月"><option value="0">一月</option> <option value="1">二月</option> <option value="2">三月</option> <option value="3">四月</option> <option value="4">五月</option> <option value="5">六月</option> <option value="6">七月</option> <option value="7">八月</option> <option value="8">九月</option> <option value="9">十月</option> <option value="10">十一月</option> <option value="11">十二月</option> </select><img src="/registerproject/img/s.gif" alt="下月" class="calRight" onblur="this.className = 'calRight';" onclick="DatePicker.datePicker.nextMonth();" onfocus="this.className = 'calRightOn';" onmouseout="this.className = 'calRight';" onmouseover="this.className = 'calRightOn';" title="下月"/><select id="calYearPicker" name="calYearPicker" title="年"><option value="2023">2023</option> <option value="2024">2024</option> <option value="2025">2025</option> <option value="2026">2026</option> <option value="2027">2027</option> <option value="2028">2028</option> <option value="2029">2029</option> </select></div><div class="calBody"><table class="calDays" border="0" cellpadding="0" cellspacing="0" id="datePickerCalendar"><tr><TH class="dayOfWeek" scope="col">星期日</TH><TH class="dayOfWeek" scope="col">星期一</TH><TH class="dayOfWeek" scope="col">星期二</TH><TH class="dayOfWeek" scope="col">星期三</TH><TH class="dayOfWeek" scope="col">星期四</TH><TH class="dayOfWeek" scope="col">星期五</TH><TH class="dayOfWeek" scope="col">星期六</TH></tr> <tr class="calRow" id="calRow1"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow2"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow3"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow4"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow5"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> <tr class="calRow" id="calRow6"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);"> </td></tr> </table><div class="buttonBar"><a href="javascript:%20void%280%29%3B" class="calToday" onclick="DatePicker.datePicker.selectDate('today');return false;">今天</a></div></div></div></html>