var vhostnull="";
var HostUrl=window.location.host;
function vhost(x)
{
	var o=parseInt(x);
	var model=o+1;
	var cur=document.getElementById("vhost"+x);
	var cont=document.getElementById("vhostcont");
	var title=document.getElementById("vhosttitle");
	var obj=event.srcElement;
	if(vhostnull!="")
	{
		vhostnull.style.background=''; 
		vhostnull.style.color='';
		vhostnull.style.border='';
		vhostnull.style.width='';

		obj.style.background='#fff'; 
		obj.style.color='#000';
		obj.style.border='1px #ccc solid';
		obj.style.borderBottom='none';
		obj.style.width='119px';

		cont.innerHTML=cur.innerHTML;
		title.innerHTML="JD-HOST0"+model;

		vhostnull=obj;
	}
	else
	{
		obj.style.background='#fff'; 
		obj.style.color='#000';
		obj.style.border='1px #ccc solid';
		obj.style.borderBottom='none';
		obj.style.width='119px';
	    
		cont.innerHTML=cur.innerHTML;
		title.innerHTML="JD-HOST0"+model;

		vhostnull=obj;
	}
}
//---------------------//
function showmore()
{
	var obj=document.getElementById("showmore");
	obj.innerHTML="<ul id='showmoreinfo'><li><a href='http://www.21web.net.cn/style/info/sql.asp'>数据库</a></li><li><a href='http://www.21web.net.cn/hostadm/'>独立面板</a></li><li><a href='http://www.21web.net.cn/style/info/self1.asp'>代理加盟</a></li><li><a href='http://www.21web.net.cn/style/info/ad.asp'>网站推广</a></li></ul>";
	obj.style.background="#ffffff";
	obj.style.border="2px #E75700 solid";
	obj.style.borderTop="1px #FF7200 solid";
	obj.style.borderLeft="1px #FF7200 solid";
}
function hiddmore()
{
	var cur=document.getElementById("showmore");
	var obj=document.getElementById("showmoreinfo");
	obj.innerHTML="<a href='javascript:void(0);' class='more' onmouseover=;showmore();>更多</a>";
	cur.style.background="";
    cur.style.border="none";
}
//---------------------//
var advnull="";
function advantage(x)
{
	var o=parseInt(x);
	var obj=document.getElementById("advantage"+o);
	if(advnull!="")
	{
		obj.style.display="inline";
		advnull.style.display="none";
	}
	else
	{
		obj.style.display="inline";
	}
	advnull=obj;
}
//----------huodong---------//

//--[Begin:首页头部动画内容]--//
var huodong_content="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"990\" height=\"200\">";
huodong_content=huodong_content+"  <param name=\"movie\" value=\"http://www.21web.net.cn/baner.swf\" \/>";
huodong_content=huodong_content+"  <param name=\"quality\" value=\"high\" \/>";
huodong_content=huodong_content+"  <param name=\"wmode\" value=\"transparent\" \/>";
huodong_content=huodong_content+"  <embed src=\"http://www.21web.net.cn/baner.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"990\" height=\"200\"><\/embed>";
huodong_content=huodong_content+"<\/object>";
//--[End:首页头部动画内容]--//

function huodong()
{
var obj=document.getElementById("huodong");
if(huodong_content!="") obj.innerHTML=huodong_content;
obj.style.background="#CC150B";
}
window.onload=huodong;

//--[B:out-js]--
document.write("<script src='http://"+HostUrl+"/qq_2011_0519_V1.0/ServiceQQ.htm"+"'>"+"</script>");
