BGcolor = "" ;
var img1 = new Image() ;
var img2 = new Image() ;
var mainURL = "http://etc.xn--lck0im13h8c1a.biz/images/" ;
img1 = mainURL + "go_1.gif" ;
img2 = mainURL + "go_2.gif" ;


function JumpF(JumpValue){
	location.href = JumpValue ;
}

function OnMover(ID , Color ){
	BGcolor = ID.style.backgroundColor ;
	ID.style.backgroundColor = Color ;
}

function OnMout(ID){
  ID.style.backgroundColor = BGcolor ;
}

function SearchGo(URL,SORT,NAME3){
	var TextValue = document.getElementById("SEARCH_TEXT").value ;
	var Category = document.getElementById("RANKING_CATEGORY").value ;

	if( TextValue != "" ){
		location.href= URL + "q=" + TextValue + "&id=" + Category + "&s=" + SORT + "&" + NAME3 + "=1" ;
	}
}


function SearchGo2(URL,SORT,NAME3){
	var TextValue = document.getElementById("SEARCH_TEXT").value ;
	if( TextValue != "" ){
		location.href= URL + "q=" + TextValue + "&s=" + SORT + "&" + NAME3 + "=1" ;
	}
}

function SearchGo3(URL,NAME3){
	var TextValue = document.getElementById("SEARCH_TEXT").value ;
	if( TextValue != "" ){
		location.href= URL + "q=" + TextValue + "&" + NAME3 + "=1" ;
	}
}

function On(ID,name){
	ID.src = mainURL + name + ".gif" ;
}

function Off(ID,name){
	ID.src = mainURL + name + ".gif" ;
}

