﻿/********************************************************************
*                                                                   *
*               LYJ WebSite v2007                                   *
*               With all best Wishes for HanJuan                    *
*                                                                   *
*               main.js, 2007/09/05, ZengHui                        *
*                                                                   *
********************************************************************/


function showDate()
{
	var today = new Date();
	var day = today.getDate(), month = today.getMonth()+1, year = today.getFullYear(), weekday = "星期"+"日一二三四五六".charAt(today.getDay());
	document.write(year+"年"+month+"月"+day+"日 "+weekday);
}

function left_MouseMove(Obj, Style, Tag)
{
	Obj.className = Style;
	document.all("left" + Tag).className = "left_03";
}

function left_Click(URL)
{
	location.href = URL;
}

function gotoURL(selObj, Restore)
{
  if (selObj.options[selObj.selectedIndex].value != "#" )
  window.open(selObj.options[selObj.selectedIndex].value,"");
  if (Restore) selObj.selectedIndex=0;
}
