﻿/********************************************************************
*                                                                   *
*               FGW WebSite v2008                                   *
*               With all best Wishes for HanJuan                    *
*                                                                   *
*               mail.js, 2007/08/29, ZengHui                        *
*                                                                   *
********************************************************************/

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 ShowAdWin(URL)
{
  var adWindow = null;
  if (! adWindow || adWindow.closed)
    {
      adWindow = window.open(URL, "hjwin","toolbar=no,resizable=no,status=no,menuba=no,scrollbars=Yes,dependent,width=486,height=312,left=0,top=0");
     }
	 else
    {
       adWindow.focus();
     }
}

var newWindow = null
function show_result(loadpos)
{       
  if (! newWindow || newWindow.closed)
  {
    newWindow = window.open(loadpos,"ch_result","toolbar=no,resizable=no,status=no,menuba=no,scrollbars=no,dependent,width=512,height=236,top=3,left=3");
  }else
  {
     newWindow.focus();
   }
}


function gotoURL(selObj, Restore)
{
  if (selObj.options[selObj.selectedIndex].value != "#" )
  window.open(selObj.options[selObj.selectedIndex].value,"");
  if (Restore) selObj.selectedIndex=0;
}


function addFavorite()
{
	window.external.AddFavorite('http://www.jasfpb.gov.cn','吉安扶贫网')
}

function leftMouseMove(Obj, Style)
{
	Obj.className = Style;
}

function leftClick(URL)
{
	location.href = URL;
}
