<!--
function sethome(thisid)
{
	thisid.style.behavior='url(#default#homepage)';
	thisid.setHomePage('http://www.0000114.com/');
	return false
}
function sethome1(thisid)
{
	thisid.style.behavior='url(#default#homepage)';
	thisid.setHomePage('http://0000114.com/');
	return false
}
function   PageDate(todaytime)   
  {   
  currentDate   =   new   Date()   
  with   (currentDate)   
                      {   
  day=getDay()   
  month=getMonth()+1   
  todaytime.innerHTML=('<font color=#333333>'+getFullYear()+'年'+month+'月'+getDate()+'日')   
  }   
  if   (day==1){document.write('&nbsp;星期一')}   
  if   (day==2){document.write('&nbsp;星期二')}   
  if   (day==3){document.write('&nbsp;星期三')}   
  if   (day==4){document.write('&nbsp;星期四')}   
  if   (day==5){document.write('&nbsp;星期五')}   
  if   (day==6){document.write('&nbsp;星期六')}   
  if   (day==0){document.write('&nbsp;星期日')}   
  todaytime.innerHTML+=('</font>')   
  }   


function showcont(strtype)
{
document.getElementById(strtype).style.display="block";
if (strtype=="knowshow" || strtype=="fuwushow" || strtype=="buyshow" || strtype=="timeshow")
{
document.getElementById("td_"+strtype).style.backgroundImage="url(Images/td_bg_2.gif)";
}
else
{
document.getElementById("td_"+strtype).style.backgroundImage="url(Images/td_bg_2.gif)";
}
document.getElementById("td_"+strtype).style.borderBottom="";
document.getElementById("td_"+strtype).style.fontWeight="bold";
}
function hidecont(strtype)
{
document.getElementById(strtype).style.display="none";
document.getElementById("td_"+strtype).style.borderBottom="#CBE7FE solid 1px";
document.getElementById("td_"+strtype).style.backgroundImage="none";
document.getElementById("td_"+strtype).style.fontWeight="";
}

function showpaihang(strtype)
{
document.getElementById("p"+strtype).style.display="block";
document.getElementById(strtype).className="pai_on";
}
function hidepaihang(strtype)
{
document.getElementById("p"+strtype).style.display="none";
document.getElementById(strtype).className="pai_off";
}

function showli(strtype)
{
document.getElementById("n_"+strtype).style.display="block";
document.getElementById(strtype).className="li_on";
}
function hideli(strtype)
{
document.getElementById("n_"+strtype).style.display="none";
document.getElementById(strtype).className="li_off";
}

-->
