function open_l(name) {


 		//elem = eval("document.all."+name);
		if (document.getElementById(name)!=null)
		{
 		elem = document.getElementById(name);
		if (elem.style.display == "none" || !elem.style.display) {
			elem.style.display = "block";
		} else {
			elem.style.display = "none";
		}
		}
	}

	var winH;
	var winW;
	var winUrl;
	var winProp;
	var scrol;

function popUpOpen (winUrl, winW, winH)
{
//функция открывает заданный файл в заданных размерах окна
		scrol = 1;
		winProp = "toolbar=0,resizable=0,fullscreen=0,scrollbars="+scrol+",left=50,top=50,height="+winH+",width="+winW;
		window.open(winUrl,'',winProp);
}

function popUpOpenNS (winUrl, winW, winH)
{
//функция открывает заданный файл в заданных размерах окна без скроллинга
		scrol = 0;
		winProp = "toolbar=0,resizable=0,fullscreen=0,scrollbars="+scrol+",left=50,top=50,height="+winH+",width="+winW;
		window.open(winUrl,'',winProp);
}


inVert_off_1=new Image()
inVert_on_1=new Image()
inVert_off_1.src="/img/_bone/btn_off_01.gif"
inVert_on_1.src="/img/_bone/btn_on_01.gif"

inVert_off_2=new Image()
inVert_on_2=new Image()
inVert_off_2.src="/img/_bone/btn_off_02.gif"
inVert_on_2.src="/img/_bone/btn_on_02.gif"

inVert_off_3=new Image()
inVert_on_3=new Image()
inVert_off_3.src="/img/_bone/btn_off_03.gif"
inVert_on_3.src="/img/_bone/btn_on_03.gif"

inVert_off_4=new Image()
inVert_on_4=new Image()
inVert_off_4.src="/img/_bone/btn_off_04.gif"
inVert_on_4.src="/img/_bone/btn_on_04.gif"

inVert_off_5=new Image()
inVert_on_5=new Image()
inVert_off_5.src="/img/_bone/btn_off_05.gif"
inVert_on_5.src="/img/_bone/btn_on_05.gif"

inVert_off_6=new Image()
inVert_on_6=new Image()
inVert_off_6.src="/img/_bone/btn_off_06.gif"
inVert_on_6.src="/img/_bone/btn_on_06.gif"

inVert_off_7=new Image()
inVert_on_7=new Image()
inVert_off_7.src="/img/_bone/btn_off_07.gif"
inVert_on_7.src="/img/_bone/btn_on_07.gif"

inVert_off_8=new Image()
inVert_on_8=new Image()
inVert_off_8.src="/img/_bone/btn_off_08.gif"
inVert_on_8.src="/img/_bone/btn_on_08.gif"

inVert_off_9=new Image()
inVert_on_9=new Image()
inVert_off_9.src="/img/_bone/btn2_off_01.gif"
inVert_on_9.src="/img/_bone/btn2_on_01.gif"

inVert_off_10=new Image()
inVert_on_10=new Image()
inVert_off_10.src="/img/_bone/btn_off_10.gif"
inVert_on_10.src="/img/_bone/btn_on_10.gif"


search_off=new Image()
search_on=new Image()
search_off.src="/img/_bone/btnsearch_off_01.gif"
search_on.src="/img/_bone/btnsearch_on_01.gif"


btnhead_off_1=new Image()
btnhead_on_1=new Image()
btnhead_off_1.src="/img/_bone/btnhead_off_01.gif"
btnhead_on_1.src="/img/_bone/btnhead_on_01.gif"

btnhead_off_2=new Image()
btnhead_on_2=new Image()
btnhead_off_2.src="/img/_bone/btnhead_off_02.gif"
btnhead_on_2.src="/img/_bone/btnhead_on_02.gif"

btnhead_off_3=new Image()
btnhead_on_3=new Image()
btnhead_off_3.src="/img/_bone/btnhead_off_03.gif"
btnhead_on_3.src="/img/_bone/btnhead_on_03.gif"

btnhead_off_4=new Image()
btnhead_on_4=new Image()
btnhead_off_4.src="/img/_bone/btnhead_off_04.gif"
btnhead_on_4.src="/img/_bone/btnhead_on_04.gif"

btnnews_off=new Image()
btnnews_on=new Image()
btnnews_off.src="/img/_bone/btnnews_off.gif"
btnnews_on.src="/img/_bone/btnnews_on.gif"


giml_sound_label_off=new Image()
giml_sound_label_on=new Image()
giml_sound_label_off.src="/img/page_img/index/giml_sound_label.gif"
giml_sound_label_on.src="/img/page_img/index/giml_sound_label_on.gif"

function menu(elem){
	
			if(elem.firstChild.nodeType==3){
					step_1=elem.firstChild.nextSibling
			}else{
					step_1=elem.firstChild
			}
			
			return step_1;
			
			
			
	}

function SwapMenu(obj,replaceObj){

		
	newSrc=eval(replaceObj+'.src')
	//alert(newSrc)
	menu(obj).src=newSrc
	
	
	
	}
	
