function show_click(o, b) {
		var s = o.src.replace("-a.gif", "");
		s = s.replace(".gif", "");
		o.src = (b ? s + "-a" : s) + ".gif";
	}	
function show_tbl(id) { 	
	a = document.getElementById(id);
	if (a.style.display == 'block') {
		a.style.display = 'none';
	} 
	else {
		a.style.display = 'block';
	}
}
function preload(i) {
	imgs[imgs.length] = new Image();
	imgs[imgs.length - 1].src = "gate/doc_files/" + i;
}
function ClearLink(num) {
	for (var i = 0; i < 8; i++) {
		document.getElementById("ba"+i).innerHTML="";
		document.getElementById("id_tab"+i).style.display='none';
		if (num==i) {
			document.getElementById("ba"+i).innerHTML="<img src='images/href.gif'>";
			document.getElementById("id_tab"+i).style.display='block';
		}
   }
}
function ClearLink14(num,sum) {
	for (var i = 0; i < sum; i++) {
		document.getElementById("ba"+i).style.color="FF0033";
		document.getElementById("id_tab"+i).style.display='none';
		if (num==i) {
			document.getElementById("ba"+i).style.color="black";
			document.getElementById("id_tab"+i).style.display='block';
		}
   }
}
function href_07() {
	document.getElementById('id_307').style.color='#EB1C24';
	document.getElementById('id_307_').className='red2';
}
function href_07_() {
	document.getElementById('id_307').style.color='#000000';
	document.getElementById('id_307_').className='red';
}

function href_07_li() {
	document.getElementById('id_307').style.color='#EB1C24';
}
function href_07_li_() {
	document.getElementById('id_307').style.color='#000000';
}


function href_08() {
	document.getElementById('id_308').style.color='#EB1C24';
	document.getElementById('id_308_').className='red2';
}
function href_08_() {
	document.getElementById('id_308').style.color='#000000';
	document.getElementById('id_308_').className='red';
}

function href_08_li() {
	document.getElementById('id_308').style.color='#EB1C24';
}
function href_08_li_() {
	document.getElementById('id_308').style.color='#000000';
}
function href_p(ew,idw,idws) {
	if (ew==1) {
		document.getElementById(idw).style.color='#EB1C24';
		document.getElementById(idws).className='red2';
	}
	else {
		document.getElementById(idw).style.color='#000000';
		document.getElementById(idws).className='red';
	}
}
function href_li(ew,idw) {
	if (ew==1) {
		document.getElementById(idw).style.color='#EB1C24';
	}
	else {
		document.getElementById(idw).style.color='#000000';
	}
}