﻿/********************************************************************
*                                                                   *
*               With all best Wishes for HanJuan                    *
*                                                                   *
*               Main Cascading Style Sheet                          *
*               main.js, 2008/04/28, NetFeng                        *
*                                                                   *
********************************************************************/

function showDate()
{
	var today = new Date();
	var day = today.getDate(), month = today.getMonth()+1, year = today.getYear(), weekday = "星期"+"日一二三四五六".charAt(today.getDay());
	document.write(year+"年"+month+"月"+day+"日 "+weekday);
}


function addFavorite()
{
	window.external.AddFavorite('http://www.jian.gov.cn/publish','吉安市政府信息公开平台')
}

function doZoom(size)
{
  document.getElementById("zoom").style.fontSize=size+"px";
  document.getElementById("zoom").style.lineHeight=size+9+"px";
}

function doClose()
{
  window.openner = null;
  window.close();
}

function doPrint() {
  if (window.print != null) { 
    window.print();
  } else { 
    alert("请先安装打印机!"); 
  }
}

function secBoard(n)
{
   document.all("Board" + n).style.display = document.all("Board" + n).style.display == "block"?"none":"block"
}
