﻿// JavaScript Document
// JavaScript Document
var curalpha1
showthisdiv="";
function showdiv(divid){


	document.getElementById(divid).style.display="block";


}

function Shine2(){
	curalpha1+=10;
	if(curalpha1<100){
		var obj1=document.getElementById(showthisdiv);
		obj1.style.filter="Alpha(Opacity="+ curalpha1 +")";
		timer=setTimeout("Shine2()",100);
	}
}



function hiddendiv(divid){
document.getElementById(divid).style.display="none";
}

function tabmenu(num,menustr,parstylename,actpartyestyle,activechilddiv,activediv,vistediv)	
{
	for (var i=0;i<=num;i++)
	{
		
		hiddendiv(menustr+i);
		document.getElementById(parstylename+i).className=vistediv;
	}
	document.getElementById(actpartyestyle).className=activediv;
	showdiv(activechilddiv);
	
}

function tabmenudh(num,menustr,showdivid)
{
	for(var i=1;i<=num;i++)
	{
		hiddendiv(menustr+i);
	}
	showdiv(showdivid);
}

function tabmenuajax(num,menustr,parentdivid,parentdivcssact,parentdivcssvisited)
{
	for(var i=1;i<=num;i++)
	{
		document.getElementById(menustr+i).className=parentdivcssvisited;
	}

	document.getElementById(parentdivid).className=parentdivcssact;
}

function tabchangeCss(num,ycss,actcss,divstr,divthis)
{
	
	for(var i=1;i<=num;i++)
	{
		document.getElementById(divstr + i).className=ycss;
		
	}
	document.getElementById(divthis).className=actcss;
}
var cstext="";
function showst(div,ac)
{
	document.getElementById(div).className="greentext1";
	cstext=document.getElementById(ac).innerHTML;
	document.getElementById(ac).innerHTML="<span style=\"padding-left:5px; padding-right:5px\">·</span>"+document.getElementById(ac).title;
}
function hidenst(div,ac)
{
	document.getElementById(div).className="greentext";
	document.getElementById(ac).innerHTML=cstext;
}

function ajaxtp(obj,taName,type)
{
   var radioname=document.getElementsByName(taName);
   var spf="";
   if(type=="op")
{
 for(var i=0; i<radioname.length; i++)
 {
       if(radioname[i].checked==true)
       {
          spf=radiomname[i].value;
       }
 }
}
else
{
	for(var i=0; i<radioname.length; i++)
 {
       if(radioname[i].checked==true)
       {
		   if(spf=="")
		   {
          spf=radioname[i].value;
		   }
		   else
		   {
			       spf=spf+"|"+radioname[i].value;
		   }
		 
       }
 }
}
if(spf!=null && spf!="")
{

XMLHttp.sendReq('GET', 'votesave.aspx?id='+spf, '',function(obj){
														if(obj.responseText=="yes")
														{
															alert("投票成功");
															window.location="vote.aspx?classid=69";
														}
														else
														{
															alert(obj.responseText);
															
														}
															
															});
}
else
{
alert("请您投票");	
}
}


var Speed_1 = 30; //速度(毫秒)
var Space_1 = 20; //每次移动(px)
var PageWidth_1 = 182 ; //翻页宽度
var interval_1 = 5000; //翻页间隔时间
var fill_1 = 0; //整体移位
var MoveLock_1 = false;
var MoveTimeObj_1;
var MoveWay_1="right";
var Comp_1 = 0;
var AutoPlayObj_1=null;
function GetObj(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}}
function AutoPlay_1(){clearInterval(AutoPlayObj_1);AutoPlayObj_1=setInterval('ISL_GoDown_1();ISL_StopDown_1();',interval_1)}
function ISL_GoUp_1(){if(MoveLock_1)return;clearInterval(AutoPlayObj_1);MoveLock_1=true;MoveWay_1="left";MoveTimeObj_1=setInterval('ISL_ScrUp_1();',Speed_1);}
function ISL_StopUp_1(){if(MoveWay_1 == "right"){return};clearInterval(MoveTimeObj_1);if((GetObj('ISL_Cont_1').scrollLeft-fill_1)%PageWidth_1!=0){Comp_1=fill_1-(GetObj('ISL_Cont_1').scrollLeft%PageWidth_1);CompScr_1()}else{MoveLock_1=false}
AutoPlay_1()}
function ISL_ScrUp_1(){if(GetObj('ISL_Cont_1').scrollLeft<=0){GetObj('ISL_Cont_1').scrollLeft=GetObj('ISL_Cont_1').scrollLeft+GetObj('List1_1').offsetWidth}
GetObj('ISL_Cont_1').scrollLeft-=Space_1}
function ISL_GoDown_1(){clearInterval(MoveTimeObj_1);if(MoveLock_1)return;clearInterval(AutoPlayObj_1);MoveLock_1=true;MoveWay_1="right";ISL_ScrDown_1();MoveTimeObj_1=setInterval('ISL_ScrDown_1()',Speed_1)}
function ISL_StopDown_1(){if(MoveWay_1 == "left"){return};clearInterval(MoveTimeObj_1);if(GetObj('ISL_Cont_1').scrollLeft%PageWidth_1-(fill_1>=0?fill_1:fill_1+1)!=0){Comp_1=PageWidth_1-GetObj('ISL_Cont_1').scrollLeft%PageWidth_1+fill_1;CompScr_1()}else{MoveLock_1=false}
AutoPlay_1()}
function ISL_ScrDown_1(){if(GetObj('ISL_Cont_1').scrollLeft>=GetObj('List1_1').scrollWidth){GetObj('ISL_Cont_1').scrollLeft=GetObj('ISL_Cont_1').scrollLeft-GetObj('List1_1').scrollWidth}
GetObj('ISL_Cont_1').scrollLeft+=Space_1}

function CompScr_1(){
	if(Comp_1==0)
	{
		MoveLock_1=false;
		return;
	}

var num,TempSpeed=Speed_1,TempSpace=Space_1;


if(Comp_1<0)
{
	if(Comp_1<-TempSpace)
	{
		Comp_1+=TempSpace;
		num=TempSpace
		}
		else{
			num=-Comp_1;Comp_1=0
			}
GetObj('ISL_Cont_1').scrollLeft-=num;
setTimeout('CompScr_1()',TempSpeed)
}
else
{
	if(Comp_1>TempSpace)
	{
		Comp_1-=TempSpace;num=TempSpace
		}
		else{
			num=Comp_1;
			Comp_1=0
			}
GetObj('ISL_Cont_1').scrollLeft+=num;setTimeout('CompScr_1()',TempSpeed)
}
}
function picrun_ini(){
GetObj("List2_1").innerHTML=GetObj("List1_1").innerHTML;
GetObj('ISL_Cont_1').scrollLeft=fill_1>=0?fill_1:GetObj('List1_1').scrollWidth-Math.abs(fill_1);
GetObj("ISL_Cont_1").onmouseover=function(){clearInterval(AutoPlayObj_1)}
GetObj("ISL_Cont_1").onmouseout=function(){AutoPlay_1()}
AutoPlay_1();
}

function tab(num,btid,nrid,bt,nr,href,hrefid,css1,css2){
for(var i=1;i<=num;i++){
document.getElementById(bt+i).className=css1;
document.getElementById(nr+i).style.display="none";
}
document.getElementById(btid).className=css2;
document.getElementById(nrid).style.display="block";
document.getElementById(hrefid).href=href;
}
