function Go(x) {
 if(x == "#") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else {
   parent.frames[0].location.href = x;
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}

function hideSubnav(){
	document.getElementById('akt').style.display = 'none';
	document.getElementById('pro').style.display = 'none';
	//document.getElementById('bwp').style.display = 'none';
	document.getElementById('sig').style.display = 'none';
	document.getElementById('bra').style.display = 'none';
	//document.getElementById('ins').style.display = 'none';
	//document.getElementById('bau').style.display = 'none';
}

function switchSubnav(id){
	display = document.getElementById(id).style.display;
	hideSubnav();
	if(display == 'block')document.getElementById(id).style.display = 'none';
	else document.getElementById(id).style.display = 'block';
}

function unsetCurrent(){
	for(i=11; i<17; i++){
		document.getElementById(id).style.backgroundColor = '';
	}
}

function setCurrent(id){
 //var p = document.location.search.substring(1,document.location.search.length-2);
 //var sc = document.location.search.substring(document.location.search.length-2,document.location.search.length);
 //alert(id);
 //unsetCurrent();
 for(i=11; i<=16; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 for(i=20; i<=23; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 for(i=30; i<=38; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 for(i=40; i<=40; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 /*
 for(i=50; i<=52; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 for(i=60; i<=62; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 */
 for(i=70; i<=72; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 for(i=80; i<=82; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
 /*
 for(i=100; i<=102; i++){
		document.getElementById(i).style.backgroundColor = '';
 }
*/
 if(id < 20){ 
 	document.getElementById(id).style.backgroundColor = '#FCFCFD';
 	hideSubnav();
 }
 else {
 	document.getElementById(id).style.backgroundColor = '#F2F2F7';
 }
 mc = id-(id %10);
 if(mc>10) document.getElementById(mc).style.backgroundColor = '#FCFCFD';
}
