/********************************************************************
*                                                                   *
*               Ji'an of China WebSite v2006                        *
*               With all best Wishes for HanJuan                    *
*                                                                   *
*               viewpage.js,  2006/10/26, ZengHui                   *
*                                                                   *
********************************************************************/

function swBanner()
{

	document.write('<img src="../images/banner/' + Math.floor(4 * Math.random() + 1) + '.jpg" width="778" height="120">');
}

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("请先安装打印机!"); 
  }
}