
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F049d98b63ce4e1f6f3c63d5834b899a2' type='text/javascript'%3E%3C/script%3E"));


function fff() {
	alert("flkajdflajsdk");
}

function menuShow(menuSubitem, button)
{
  menuSubitem.style.display='block';  //显示菜单
  button.className=button.id + '_all';  //改变按钮样式
}

function menuHide(menuSubitem, button)
{
  menuSubitem.style.display='none';  //隐藏菜单
  button.className=button.id + '_none';  //恢复按钮样式
}

function showAD(doc, sedobj, picnum) {
	
	doc.getElementById(sedobj).style.background='url(images/ad' + picnum + '.jpg) no-repeat scroll 0 0';
//	doc.getElementById('ad1_1').style.display='none';
//	doc.getElementById('ad1_2').style.display='none';	
//
//	doc.getElementById(adid).style.display='block';
//	
//	
//	doc.getElementById('ad3_1').style.background='#FeeE10';
//	doc.getElementById('ad3_2').style.background='#FeeE10';
//	doc.getElementById('ad3_3').style.background='#FeeE10';	
//	
//	doc.getElementById(sedobj).style.background='#ffff99';
}

function showLinkStyle(ptd) {
	ptd.style.background='#f2f2f2';
	ptd.style.border='#cccccc solid 1px';
	
//	doc.getElementById(divId).style.background='#f2f2f2';
//	doc.getElementById(divId).style.border='#cccccc solid 1px';
}

function hideLinkStyle(ptd) {
	ptd.style.background='#ffffff';
	ptd.style.border='#ffffff solid 1px';
}


