function openthis(a){
    var b=getElement(a);
    if(b.selectedIndex && b.selectedIndex!=0)
	{
	   window.open(b.value);
	   b.selectedIndex=0;
    }else{
	   alert("请选择一项行业报告!");}
}

	var sWeek = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
	var dNow = new Date();
	var CalendarData=new Array(100);var madd=new Array(12);var tgString="甲乙丙丁戊己庚辛壬癸";var dzString="子丑寅卯辰巳午未申酉戌亥";var numString="一二三四五六七八九十";var monString="正二三四五六七八九十冬腊";var weekString="日一二三四五六";var sx="鼠牛虎兔龙蛇马羊猴鸡狗猪";var cYear,cMonth,cDay,TheDate;
CalendarData = new Array(               0xA4B,0x5164B,0x6A5,0x6D4,0x415B5,0x2B6,0x957,0x2092F,0x497,0x60C96,                     0xD4A,0xEA5,0x50DA9,0x5AD,0x2B6,0x3126E, 0x92E,0x7192D,0xC95,0xD4A,                       0x61B4A,0xB55,0x56A,0x4155B, 0x25D,0x92D,0x2192B,0xA95,0x71695,0x6CA,                   0xB55,0x50AB5,0x4DA,0xA5B,0x30A57,0x52B,0x8152A,0xE95,0x6AA,0x615AA,                     0xAB5,0x4B6,0x414AE,0xA57,0x526,0x31D26,0xD95,0x70B55,0x56A,0x96D,                    0x5095D,0x4AD,0xA4D,0x41A4D,0xD25,0x81AA5, 0xB54,0xB6A,0x612DA,0x95B,
0x49B,0x41497,0xA4B,0xA164B, 0x6A5,0x6D4,0x615B4,0xAB6,0x957,0x5092F,
0x497,0x64B, 0x30D4A,0xEA5,0x80D65,0x5AC,0xAB6,0x5126D,0x92E,0xC96,                   0x41A95,0xD4A,0xDA5,0x20B55,0x56A,0x7155B,0x25D,0x92D,0x5192B,0xA95,                   0xB4A,0x416AA,0xAD5,0x90AB5,0x4BA,0xA5B, 0x60A57,0x52B,0xA93,0x40E95);
madd[0]=0;madd[1]=31;madd[2]=59;madd[3]=90;
madd[4]=120;madd[5]=151;madd[6]=181;madd[7]=212; 
madd[8]=243;madd[9]=273;madd[10]=304;madd[11]=334; 

function GetBit(m,n) {  return (m>>n)&1; }
function e2c()
{  
TheDate= (arguments.length!=3) ? new Date() : new Date(arguments[0],arguments[1],arguments[2]);  
var total,m,n,k;  
var isEnd=false;  
var tmp=TheDate.getFullYear();  
 total=(tmp-1921)*365+Math.floor((tmp-1921)/4)+madd[TheDate.getMonth()]+TheDate.getDate()-38;  if (TheDate.getYear()%4==0&&TheDate.getMonth()>1) { total++;}  for(m=0;;m++)  {    k=(CalendarData[m]<0xfff)?11:12;    for(n=k;n>=0;n--)    {      if(total<=29+GetBit(CalendarData[m],n))      {        isEnd=true; break;      }      total=total-29-GetBit(CalendarData[m],n);    }    if(isEnd) break;  }  cYear=1921 + m; cMonth=k-n+1; cDay=total;  if(k==12)   {    if(cMonth==Math.floor(CalendarData[m]/0x10000)+1) { cMonth=1-cMonth; }    if(cMonth>Math.floor(CalendarData[m]/0x10000)+1)  { cMonth--; }   }}
function GetcDateString(){ var tmp="";  tmp+=tgString.charAt((cYear-4)%10); 
tmp+=dzString.charAt((cYear-4)%12);  
tmp+="年 "; 
if(cMonth<1) { tmp+="(闰)"; tmp+=monString.charAt(-cMonth-1); } else {tmp+=monString.charAt(cMonth-1);}  tmp+="月";  tmp+=(cDay<11)?"初":((cDay<20)?"十":((cDay<30)?"廿":"三十")); 
if (cDay%10!=0||cDay==10) { tmp+=numString.charAt((cDay-1)%10); }  return tmp;}

function GetLunarDay(solarYear,solarMonth,solarDay)
{
 if (solarYear<1921 || solarYear>2020)  {          return ""; 
  }        else        {          solarMonth = (parseInt(solarMonth)>0) ? (solarMonth-1) : 11;          e2c(solarYear,solarMonth,solarDay); return GetcDateString();        }}

var D=new Date(); 
var yy=D.getFullYear(); 
var mm=D.getMonth()+1; 
var dd=D.getDate(); 
var ww=D.getDay(); 
var ss=parseInt(D.getTime() / 1000); 

function getFullYear(d){// 修正firefox下year错误
yr=d.getYear();if(yr<1000)
yr+=1900;return yr;}




document.writeln("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("  <tr>");
document.writeln("    <td height='3' bgcolor='3372B7'></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height='2'></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    ");
document.writeln("      <td height='26' bgcolor='EEEEEE'><table width='1002' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.writeln("        <tr>");
document.writeln("          <td width='80'><img src='/images/yhdl.gif' width='80' height='16' hspace='12' align='absmiddle'></td>");
document.writeln("          <td><table width='417' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.writeln("		  <form name='login' method='post' action='/user/DoLogin.aspx?ReturnUrl=main.aspx'>");
document.writeln("      <tr>");
document.writeln("        <td width='52'>会员名：</td>");
document.writeln("        <td width='92'><input name='txtUserName' type='text' id='txtUserName' size='10' maxlength='20'></td>");
document.writeln("        <td width='39'>密码：</td>");
document.writeln("        <td width='90'><input name='txtPwd' type='password' id='txtPwd' size='10' maxlength='20' /><input id='rbCookie' type='hidden' name='rbCookie'   value='No' /> </td>");
document.writeln("        <td width='125' valign='middle'><input id='btnLogin' name='image2' type='image' src='/images/dl.gif' />");
document.writeln("          <a href='/user/reg.aspx'><img src='/images/zc.gif' width='58' height='18' border='0' align='absmiddle' /></a> </td>");
document.writeln("        </tr>");
document.writeln("		 </form>");
document.writeln("    </table></td>");
document.writeln("          <td><table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.writeln("		  <form name='search' method='post' action='/search/index.aspx' target='_blank'>");
document.writeln("  <tr>");
document.writeln("    <td width='80'><strong>站内搜索：</strong> </td>");
document.writeln("    <td width='121'><input name='keyword' type='text' id='name222' size='14' maxlength='20' /></td>");
document.writeln("    <td width='144'><input name='image' type='image' src='/images/search.gif' />");
document.writeln("      　");
document.writeln("<a href='/search/search.aspx' target='_blank'><img src='/images/ggsearch.gif' border='0' width='67' height='18' align='absmiddle' /></a></td>");
document.writeln("  </tr>");
document.writeln("   </form>");
document.writeln("</table></td>");
document.writeln("          <td width='130'><strong>战略合作伙伴：<a href='http://www.rednet.cn' target='_blank'><font color='#FF0000'>红网</font></a></strong></td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("   ");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height='1' background='/images/dian.gif'></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width='1002' border='0' align='center' cellpadding='0' cellspacing='3'>");
document.writeln("  <tr>");
document.writeln("    <td width='232'><table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("      <tr>");
document.writeln("        <td><a href='http://www.xqw.gov.cn'><img src='/images/logo.gif'  border='0'></a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td ><div align='center'>");
document.writeln("</div></td>");
document.writeln("      </tr>");
document.writeln("    </table></td>");
document.writeln("    <td width='675' height='88'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='672' height='76' title='o'><param name='movie' value='/images/ad1.swf'><param name='quality' value='high'><embed src='/images/ad1.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='672' height='76'></embed></object></td>");
document.writeln("    <td width='83'><table width='100%' border='0' cellspacing='2' cellpadding='0'>");
document.writeln("      <tr>");
document.writeln("        <td height='24' bgcolor='0467CC' align='center'><a  href='#' style='CURSOR: hand' onClick=this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xqw.gov.cn'); class='t_1202'>设为首頁</a></div></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height='23' bgcolor='61ABF5' align='center'><a  href=javascript:window.external.Addfavorite('http://www.xqw.gov.cn','湖南企业网')  class='t_1202'>加入收藏</a></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td height='24' bgcolor='94C6F7' align='center'><a href='/about/' class='t_1202'>联系我们</a></td>");
document.writeln("      </tr>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width='990' height='60' border='0' cellspacing='0' align=center>");
document.writeln("<tr>");
document.writeln("<td width='15'></td>");
document.writeln("<td width='1' background='/images/ss1.gif'></td>");
document.writeln("<td width='189' background='/images/headtop.gif'><table width='187' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("  <tr>");
document.writeln("    <td height='20' ><font color='#983200'>&nbsp;&nbsp;");
document.write(getFullYear(dNow)+"年"+(dNow.getMonth()+1)+"月"+dNow.getDate()+"日"+
				 " "+sWeek[dNow.getDay()]);
document.writeln("</font></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height='4'></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height='20' ><font color='#983200'>&nbsp;&nbsp;&nbsp;&nbsp;");
document.write(GetLunarDay(yy,mm,dd));
document.writeln("</font></td>");
document.writeln("  </tr>");
document.writeln("</table></td>");
document.writeln("<td width='796' background='/images/ss2.gif'><table width='796' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("  <tr>");
document.writeln("    <td  height='10' align='left' valign='bottom'>&nbsp;&nbsp;&nbsp;<a href='/Sszh' class='tit1'>时事纵横</td>");
document.writeln("     <td align='left' valign='bottom' ><a href='/Jjxw' class='tit1'><font color='#DD000F'>经济新闻</font></a></td>");
document.writeln("	 <td align='left' valign='bottom' ><a href='/Cjbd' class='tit1'>财金报道</a></td>");
document.writeln("	 <td align='left' valign='bottom' ><a href='/Zcfg' class='tit1'>政策法规</a></td>");
document.writeln("	 <td align='left' valign='bottom' ><a href='/Hnqy' class='tit1'><font color='#0033CC'>企业动态</font></a></td>");
document.writeln("	 <td align='left' valign='bottom'><a href='/Hysc' class='tit1'>行业视窗</a></td>");
document.writeln("	 <td align='left' valign='bottom'><a href='/Jnjp' class='tit1'><font color='#DD000F'>节能减排</font></td>");
document.writeln("	 <td align='left' valign='bottom' ><a href='/Cyjq' class='tit1'><font color='#0033CC'>产业集群</font></a></td>");
document.writeln("	 <td align='left' valign='bottom'><a href='http://www.hncti.com.cn/' target='_blank' class='tit1'>技术创新</a></td>");
document.writeln("	 <td align='left' valign='bottom'><a href='/Xxh' class='tit1'>信 息 化</a></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td  height='4' align='left' valign='bottom' class='tit1'></td>");
document.writeln("  </tr>");
document.writeln(" <tr align='center'>");
document.writeln("    <td height='20' align='left' valign='bottom'>&nbsp;&nbsp;");
document.writeln("<a href='/Enterprise/' class='tit1'><font color='#983300'>企业供求</font></td>");
document.writeln("     <td height='20' align='left' valign='bottom'><a href='/Shfw/' class='tit1'>社会服务</a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/Qmcy/' class='tit1'>全民创业</a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='http://www.hnrzdb.com/' target=_blank class='tit1'><font color='#DD000F'>融资担保</font></a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/Zwzx/' class='tit1'>政务在线</a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/jjlt/' class='tit1'><font color='#983300'>经济论坛</font></a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/tjsj/' class='tit1'>工业数据</a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/Jjrw/' class='tit1'><font color='#983300'>经济人物</font></a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/Mpmb/' class='tit1'>名牌名标</a></td>");
document.writeln("	 <td height='20' align='left' valign='bottom'><a href='/Zbxx/' class='tit1'><font color='#983300'>总编信箱</font></a></td>");

document.writeln("  </tr>");
document.writeln("</table></td>");
document.writeln("<td width='1' background='/images/ss1.gif'></td>");
document.writeln("<td width='5'></td>");
document.writeln("</tr></table>");
document.writeln("<table width='50%' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("  <tr>");
document.writeln("    <td height='3'></td>");
document.writeln("  </tr>");
document.writeln("</table>");
