//隐藏层代码-----------------------------------------------------------------------------------------
function Check_Select_User_G(_assetId1){
	if(document.getElementById(_assetId1).value.length<=0){
		alert('请选择您要注册的会员组！');
		return false;
	}
}
function Pub_Hide_Div_D_D_H2(_assetId1,_assetId2){
		if(document.getElementById(_assetId1).style.display=="none"){
			document.getElementById(_assetId1).style.display="";
			document.getElementById(_assetId2).style.display="";
		}else{
			document.getElementById(_assetId1).style.display="none";
			document.getElementById(_assetId2).style.display="none";
		}
	}


//隐藏层代码-----------------------------------------------------------------------------------------
function Pub_Hide_Div_D_D_H(_assetId1,_assetId2){
		
			document.getElementById(_assetId1).style.display="none";
			document.getElementById(_assetId2).style.display="none";
	}

//隐藏层代码-----------------------------------------------------------------------------------------
	function Pub_Hide_Div_D_D_S(_assetId1,_assetId2){
		
		if(document.getElementById(_assetId1).style.display=="none"){
			document.getElementById(_assetId1).style.display="";
			document.getElementById(_assetId2).style.display="none";
		}else{
			document.getElementById(_assetId1).style.display="none";
			document.getElementById(_assetId2).style.display="";
		}
	}

//隐藏层代码-----------------------------------------------------------------------------------------
	function Pub_Hide_Div_D_D(_assetId1,_assetId2){
		
		if(document.getElementById(_assetId1).style.display=="none"){
			document.getElementById(_assetId1).style.display="";
		}else{
			document.getElementById( _assetId1).style.display="none"
		}
		
		if(document.getElementById(_assetId2).style.display=="none"){
			document.getElementById(_assetId2).style.display="";
		}else{
			document.getElementById( _assetId2).style.display="none"
		}
	}

//隐藏层代码-----------------------------------------------------------------------------------------
	function Pub_Hide_Div_D(_assetId){
		if(document.getElementById(_assetId).style.display=="none"){
			document.getElementById(_assetId).style.display="";
		}else{
			document.getElementById( _assetId).style.display="none"
		}
	}
	
//隐藏层代码-----------------------------------------------------------------------------------------
function Pub_Hide_Div(Div_Id,on_off_num){
	if(on_off_num=='open'){
		document.getElementById(Div_Id).style.display="";
	} else{
		document.getElementById(Div_Id).style.display="none";
	}
}

//收藏地址URL代码-----------------------------------------------------------------------------------------
function Text_ref_addBookMark(_url,_title){
		var _at = "中企先锋-" + _title;
		addBookmark(_at,_url);
} 
function addBookmark(title,url) {
		if (window.sidebar) { 
			window.sidebar.addPanel(title, url,""); 
		} else if( document.all ) {
			window.external.AddFavorite( url, title);
		} else if( window.opera && window.print ) {
			return true;
		}
}

//文本复制代码-----------------------------------------------------------------------------------------
function Text_list_copyRefrenceUrl(_url){
		window.clipboardData.setData('text',_url);
		alert("链接复制成功!");
}

//图片切换JS代码-----------------------------------------------------------------------------------------
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//隐藏层代码-----------------------------------------------------------------------------------------
function Pub_Hide_Div_2(){
		document.getElementById('Leftad').style.visibility="hidden";
		document.getElementById('Rightad').style.visibility="hidden";
}

//显示浮动广告位-----------------------------------------------------------------------------------------
function showCoupletAD(Left_ad,Left_px,Left_Top_px,Right_ad,Right_px,Right_Top_px){
	var theFloaters		= new floaters();
	Left_ad=Left_ad + '<a onclick="Pub_Hide_Div_2()"><img src=/Fx3_Images/Fx3_Couplet_AD_Close.gif border=0></a>'
	Right_ad=Right_ad + '<a onclick="Pub_Hide_Div_2()"><img src=/Fx3_Images/Fx3_Couplet_AD_Close.gif border=0></a>'
	theFloaters.addItem('Leftad',Left_px,Left_Top_px,''+Left_ad+'',1);
	theFloaters.addItem('Rightad',document.body.clientWidth-Right_px,Right_Top_px,''+Right_ad+'',1);
	theFloaters.play();
}
var index_middle='<img src="a.gif">';
	var delta=0.05
	var collection;
	function floaters() {
		this.items	= [];
		this.addItem	= function(id,x,y,content,layer)
				  {
					document.write('<DIV id='+id+' style="Z-INDEX: '+layer+'; POSITION: absolute; width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');
					
					var newItem				= {};
					newItem.object			= document.getElementById(id);
					newItem.x				= x;
					newItem.y				= y;

					this.items[this.items.length]		= newItem;
				  }
		this.play	= function()
				  {
					collection				= this.items
					setInterval('play()',10);
				  }
		}
		function play()
		{

			for(var i=0;i<collection.length;i++)
			{
				var followObj		= collection[i].object;
				var followObj_x		= (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
				var followObj_y		= (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);

				if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
					var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
					dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
					followObj.style.left=followObj.offsetLeft+dx;
					}

				if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
					var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
					dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
					followObj.style.top=followObj.offsetTop+dy;
					}
				followObj.style.display	= '';
			}
		}
//div,模拟,模态对话框-----------------------------------------------------------------------------------------
function sAlert(str){
       var msgw,msgh,bordercolor;
       msgw=400;//提示窗口的宽度
       msgh=100;//提示窗口的高度
       titleheight=25 //提示窗口标题高度
       bordercolor="#336699";//提示窗口的边框颜色
       titlecolor="#99CCFF";//提示窗口的标题颜色
   
       var sWidth,sHeight;
       sWidth=document.body.offsetWidth;
       sHeight=screen.height;
       var bgObj=document.createElement("div");
       bgObj.setAttribute('id','bgDiv');
       bgObj.style.position="absolute";
       bgObj.style.top="0";
       bgObj.style.background="#777";
       bgObj.style.filter="progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75";
       bgObj.style.opacity="0.6";
       bgObj.style.left="0";
       bgObj.style.width=sWidth + "px";
       bgObj.style.height=sHeight + "px";
       bgObj.style.zIndex = "10000";
       document.body.appendChild(bgObj);
   
       var msgObj=document.createElement("div")
       msgObj.setAttribute("id","msgDiv");
       msgObj.setAttribute("align","center");
       msgObj.style.background="white";
       msgObj.style.border="1px solid " + bordercolor;
           msgObj.style.position = "absolute";
       msgObj.style.left = "50%";
                  msgObj.style.top = "50%";
                  msgObj.style.font="12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif";
                  msgObj.style.marginLeft = "-225px" ;
                  msgObj.style.marginTop = -75+document.documentElement.scrollTop+"px";
                  msgObj.style.width = msgw + "px";
                  msgObj.style.height =msgh + "px";
                  msgObj.style.textAlign = "center";
                  msgObj.style.lineHeight ="25px";
                  msgObj.style.zIndex = "10001";
   
         var title=document.createElement("h4");
         title.setAttribute("id","msgTitle");
         title.setAttribute("align","right");
         title.style.margin="0";
         title.style.padding="3px";
         title.style.background=bordercolor;
         title.style.filter="progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);";
         title.style.opacity="0.75";
         title.style.border="1px solid " + bordercolor;
         title.style.height="18px";
         title.style.font="12px Verdana, Geneva, Arial, Helvetica, sans-serif";
         title.style.color="white";
         title.style.cursor="pointer";
         title.innerHTML="关闭";
         title.onclick=function(){
              document.body.removeChild(bgObj);
                    document.getElementById("msgDiv").removeChild(title);
                    document.body.removeChild(msgObj);
                    }
         document.body.appendChild(msgObj);
         document.getElementById("msgDiv").appendChild(title);
         var txt=document.createElement("p");
         txt.style.margin="1em 0"
         txt.setAttribute("id","msgTxt");
         txt.innerHTML=str;
               document.getElementById("msgDiv").appendChild(txt);
}
//页面管理搜索表单验证区-----------------------------------------------------------------------------------------
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//复选框全选验证-----------------------------------------------------------------------------------------
function Check_Page_All(form) 
{ 
for (var i=0;i<form.elements.length;i++) 
{ 
var Select_Rec = form.elements[i]; 
if (Select_Rec.Name != "chkAll"&&Select_Rec.disabled!=true) 
Select_Rec.checked = form.chkAll.checked; 
} 
} 
//风格表单验证区-----------------------------------------------------------------------------------------
function Style_Add_validate()
{  
if (document.style_add.style_name.value.length==0)
	{  
	alert("风格名称不能为空!");
	document.style_add.style_name.focus();
	return false;
	}
if (document.style_add.style_img.value.length==0)
	{  
	alert("风格缩略图不能为空!");
	document.style_add.style_img.focus();
	return false;
	}	
return true;
}
//页面表单验证区-----------------------------------------------------------------------------------------
function Page_Add_validate()
{  
if (document.Page_add.Style_Id.value=='0')
	{  
	alert("请选择所属风格!");
	document.Page_add.Style_Id.focus();
	return false;
	}
	
	
if (document.Page_add.Page_name.value.length==0)
	{  
	alert("页面名称不能为空!");
	document.Page_add.Page_name.focus();
	return false;
	}
	
return true;
}
//栏目表单验证区-----------------------------------------------------------------------------------------
function Channel_Add_validate()
{  
if (document.Channel_add.Channel_Name.value.length==0)
	{  
	alert("请填写栏目名称!");
	document.Channel_add.Channel_Name.focus();
	return false;
	}
	
	
if (document.Channel_add.Page_ID.value.length==0)
	{  
	alert("请正确填写页面ID!");
	document.Channel_add.Page_ID.focus();
	return false;
	}
	
return true;
}
//确认对话框-------------------------------------------------------------------------------------
function ConfirmDel(Sure_Info)
{
   if(confirm(Sure_Info))
     return true;
   else
     return false;
	 
}
//显示拐角广告-------------------------------------------------------------------------------------
function CornerADJS(){
if (document.Page_add.Corner_AD_State.checked == true) {
	Corner_AD_Show.style.display = "";
}else{
	Corner_AD_Show.style.display = "none";
}
}
//显示Banner显示代码-------------------------------------------------------------------------------------
function PageBannerJS(){
if (document.Page_add.Page_Banner_State.checked == true) {
	Page_Banner_Show.style.display = "";
}else{
	Page_Banner_Show.style.display = "none";
}
}
//显示自定义代码-------------------------------------------------------------------------------------
function CustomCodeJs(){
if (document.Page_add.Custom_Code_State.checked == true) {
	Custom_Code_Show.style.display = "";
}else{
	Custom_Code_Show.style.display = "none";
}
}
//显示弹出广告-------------------------------------------------------------------------------------
function POPADJS(){
if (document.Page_add.POP_AD_State.checked == true) {
	POP_AD_Show.style.display = "";
}else{
	POP_AD_Show.style.display = "none";
}
}
//显示模块自定义调用属性-------------------------------------------------------------------------------------
function ModuleTransferJs(){
if (document.Module_add.Module_Transfer(0).checked == true) {
	Module_Transfer_show1.style.display = "";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(1).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(2).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(3).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(4).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(5).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(6).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(7).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(8).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(9).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "";
	Module_Transfer_show11.style.display = "none";
}
if (document.Module_add.Module_Transfer(10).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "";
}
if (document.Module_add.Module_Transfer(11).checked == true) {
	Module_Transfer_show1.style.display = "none";
	Module_Transfer_show2.style.display = "none";
	Module_Transfer_show3.style.display = "none";
	Module_Transfer_show4.style.display = "none";
	Module_Transfer_show5.style.display = "none";
	Module_Transfer_show6.style.display = "none";
	Module_Transfer_show7.style.display = "none";
	Module_Transfer_show8.style.display = "none";
	Module_Transfer_show9.style.display = "none";
	Module_Transfer_show10.style.display = "none";
	Module_Transfer_show11.style.display = "none";
}
}
//显示模块自定义属性-------------------------------------------------------------------------------------
function ModuleParameterJs(){
if (document.Module_add.Module_Parameter(0).checked == true) {
	Module_Parameter_show1.style.display = "";
	Module_Parameter_show2.style.display = "none";
}else{
	Module_Parameter_show1.style.display = "none";
	Module_Parameter_show2.style.display = "";
}
}
//显示QQ客服-------------------------------------------------------------------------------------
function QQCustomJS(){
if (document.Page_add.QQ_Custom_State.checked == true) {
	QQ_Custom_Show.style.display = "";
}else{
	QQ_Custom_Show.style.display = "none";
}
}
//显示页面背景-------------------------------------------------------------------------------------
function PageBgStateJS(){
if (document.Page_add.Page_Bg_State.checked == true) {
	Page_Bg_State_Show.style.display = "";
}else{
	Page_Bg_State_Show.style.display = "none";
}
}
//显示会员访问权限-------------------------------------------------------------------------------------
function UserPurviewShowJS(){
if (document.Page_add.user_purview_State.checked == true) {
	user_purview_show.style.display = "";
}else{
	user_purview_show.style.display = "none";
}
}
//显示对联广告-------------------------------------------------------------------------------------
function CoupletADJs(){
if (document.Page_add.Couplet_AD_State.checked == true) {
	Couplet_AD_Show.style.display = "";
}else{
	Couplet_AD_Show.style.display = "none";
}
}
//显示浮动广告-------------------------------------------------------------------------------------
function FloatADJS(){
if (document.Page_add.Float_AD_State.checked == true) {
	Float_AD_Show.style.display = "";
}else{
	Float_AD_Show.style.display = "none";
}
}

//显示自定义标题-------------------------------------------------------------------------------------
function PageTitleJS(){
if (document.Page_add.Custom_Page_Title_State.checked == true) {
	Custom_Page_Title_Show.style.display = "";
}else{
	Custom_Page_Title_Show.style.display = "none";
}
}

//显示资料是否使用自定义表单  -------------------------------------------------------------------------------------
function Info_Have_Custom_Form_Show(){
if (document.Info_add.Info_Have_Custom_Form.checked == true) {
	Info_Have_Custom_Form.style.display = "";
}else{
	Info_Have_Custom_Form.style.display = "none";
}
}


//显示会员组是否可以后台管理 -------------------------------------------------------------------------------------
function Group_Web_Manage_Show(){
if (document.User_Group.Group_Web_Manage.checked == true) {
	Group_Web_Manage1.style.display = "";
	Group_Web_Manage2.style.display = "";
}else{
	Group_Web_Manage1.style.display = "none";
	Group_Web_Manage2.style.display = "none";
}
}

//显示会员组是否可以前台发布资料-------------------------------------------------------------------------------------
function Group_PutOut_Show(){
if (document.User_Group.Group_PutOut.checked == true) {
	Group_PutOut1.style.display = "";
	Group_PutOut2.style.display = "";
}else{
	Group_PutOut1.style.display = "none";
	Group_PutOut2.style.display = "none";
}
}

//显示栏目ID-------------------------------------------------------------------------------------
function Show_Channel_Is_Link_Validate(){
if (document.Channel_add.Channel_Is_Link.checked == true) {
	Channel_Is_Link_Validate_Show.style.display = "none";
}else{
	Channel_Is_Link_Validate_Show.style.display = "";
}
}
function Show_Frame_CSS_Validate(){
if (document.Frame_add.Frame_User_Css.checked == true) {
	No_Frame_Css1.style.display="none";
	No_Frame_Css2.style.display="none";
	No_Frame_Css3.style.display="none";
	No_Frame_Css4.style.display="none";
	No_Frame_Css5.style.display="none";
	No_Frame_Css6.style.display="none";
}else{
	No_Frame_Css1.style.display="";
	No_Frame_Css1.style.display="";
	No_Frame_Css3.style.display="";
	No_Frame_Css4.style.display="";
	No_Frame_Css5.style.display="";
	No_Frame_Css6.style.display="";
}
}


//显示模块样式列表-------------------------------------------------------------------------------------
function Show_Module_CSS_Validate(){
if (document.Module_add.Module_CSS_Validate.checked == true) {
	Module_CSS_Validate_Show.style.display = "";
	No_Module_Css1.style.display="none";
	No_Module_Css3.style.display="none";
	No_Module_Css4.style.display="none";
	No_Module_Css5.style.display="none";
	No_Module_Css6.style.display="none";
	No_Module_Css7.style.display="none";
	No_Module_Css8.style.display="none";
	No_Module_Css9.style.display="none";
	No_Module_Css10.style.display="none";
	No_Module_Css11.style.display="none";
	Module_Parameter_show1.style.display="none";
	No_Module_Css13.style.display="none";
	Module_Parameter_show2.style.display="none";
	No_Module_Css14.style.display="none";
	No_Module_Css15.style.display="none";
}else{
	Module_CSS_Validate_Show.style.display = "none";
	No_Module_Css1.style.display="";
	No_Module_Css3.style.display="";
	No_Module_Css4.style.display="";
	No_Module_Css5.style.display="";
	No_Module_Css6.style.display="";
	No_Module_Css7.style.display="";
	No_Module_Css8.style.display="";
	No_Module_Css9.style.display="";
	No_Module_Css10.style.display="";
	No_Module_Css11.style.display="";
	Module_Parameter_show1.style.display="";
	No_Module_Css13.style.display="";
	Module_Parameter_show2.style.display="";
	No_Module_Css14.style.display="";
	No_Module_Css15.style.display="";
}
}

//显示样式列表-------------------------------------------------------------------------------------
function Show_Page_CSS_Validate(){
if (document.Page_add.Page_CSS_Validate.checked == true) {
	Page_CSS_Validate_Show.style.display = "";
	No_Page_Css1.style.display="none";
	No_Page_Css2.style.display="none";
	No_Page_Css4.style.display="none";
	No_Page_Css5.style.display="none";
	No_Page_Css6.style.display="none";
	No_Page_Css8.style.display="none";
}else{
	Page_CSS_Validate_Show.style.display = "none";
	No_Page_Css1.style.display="";
	No_Page_Css2.style.display="";
	No_Page_Css4.style.display="";
	No_Page_Css5.style.display="";
	No_Page_Css6.style.display="";
	No_Page_Css8.style.display="";
}
}

//显示会员注册时第一个表-------------------------------------------------------------------------------------
function Show_Fill_step1_Validate(){
if (document.reg_fill_form.Fill_step1.checked == true) {
	Fill_step1.style.display="";
	Fill_step2.style.display="";
	Fill_step3.style.display="";
	Fill_step4.style.display="";
}else{
	Fill_step1.style.display="none";
	Fill_step2.style.display="none";
	Fill_step3.style.display="none";
	Fill_step4.style.display="none";
}
}

function Show_Fill_step2_Validate(){
if (document.reg_fill_form.Fill_step2.checked == true) {
	Fill_step5.style.display="";
	Fill_step6.style.display="";
	Fill_step7.style.display="";
	Fill_step8.style.display="";
}else{
	Fill_step5.style.display="none";
	Fill_step6.style.display="none";
	Fill_step7.style.display="none";
	Fill_step8.style.display="none";
}
}

//显示顶部BANNER广告-------------------------------------------------------------------------------------
function showadv(){
	var advword=eval('divadv');
	if (advword.style.pixelTop<0)
	{
		advword.style.pixelTop+=5;
		setTimeout('showadv()',10);
	}
	else
	{
		setTimeout('hideadv()',30000);
	}
}
function hideadv(){
	var advword=eval('divadv');
	if (advword.style.pixelTop>-370)
	{
		advword.style.pixelTop-=10;
		setTimeout('hideadv()',10);
	}
	else
	{
		advword.innerHTML='';
	}
}


