var t

function showlayer(layer){
	var myLayer = document.getElementById(layer);
	if(myLayer.style.display=="none" || myLayer.style.display==""){
		myLayer.style.display="block";
	} else { 
	myLayer.style.display="none";
	}
}

function ocultarlayer(layer){
	var myLayer = document.getElementById(layer);
	myLayer.style.display="none";
}

function ocultarRetardo(layer){
	clearTimeout(t);
	t = setTimeout("ocultarlayer('" + layer + "')",300) ;
}

function muestraRetarda(ind){ 
		clearTimeout(t) ;
} 


/*****************************/
/*******  INGLES   ***********/
/*****************************/

function writelanguage(posicion, pagina){

document.write ('<a href="'+pagina+'.html"><img src="source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="RU/'+pagina+'.html"><img src="source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="PT/'+pagina+'.html"><img src="source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="DU/'+pagina+'.html"><img src="source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="FR/'+pagina+'.html"><img src="source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="CH/'+pagina+'.html"><img src="source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="JP/'+pagina+'.html"><img src="source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="TU/'+pagina+'.html"><img src="source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="IN/'+pagina+'.html"><img src="source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="ES/'+pagina+'.html"><img src="source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>'); */
	

	}
	
/*****************************/
/*******  RUSO   ***********/
/*****************************/

	function writeRussian(posicion, pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/
	

	}
	
/*****************************/
/*******  PORTUGUES   ***********/
/*****************************/

	function writePortuguese(posicion, pagina){
	
	
document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}
	
/*****************************/
/*******  ALEMAN   ***********/
/*****************************/

	function writeGerman(posicion, pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}
	
	
	
/*****************************/
/*******  FRANCES   ***********/
/*****************************/

	function writeFrench(pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}
		
	
/*****************************/
/*******  CHINO   ***********/
/*****************************/

	function writeChinese(pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}

/*****************************/
/*******  JAPONES   ***********/
/*****************************/

	function writeJapanese(pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}
	
	
/*****************************/
/*******  TURCO   ***********/
/*****************************/

	function writeTurkish(pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}
	
	
		
/*****************************/
/*******  INDI   ***********/
/*****************************/

	function writeIndi(pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
/*document.write ('<a href="../ES/'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');*/

	}
	
	
	
/*****************************/
/*******  ESPAŅOL   ***********/
/*****************************/

	function writeSpanish(pagina){

document.write ('<a href="../'+pagina+'.html"><img src="../source/Icons/Uk_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../RU/'+pagina+'.html"><img src="../source/Icons/Russian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../PT/'+pagina+'.html"><img src="../source/Icons/Brazil_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../DU/'+pagina+'.html"><img src="../source/Icons/Germany_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../FR/'+pagina+'.html"><img src="../source/Icons/France_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../CH/'+pagina+'.html"><img src="../source/Icons/China_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../JP/'+pagina+'.html"><img src="../source/Icons/Japan_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../TU/'+pagina+'.html"><img src="../source/Icons/Turkey_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="../IN/'+pagina+'.html"><img src="../source/Icons/Indian_flag.png" width="16" height="16">&nbsp;</a>');
document.write ('<a href="'+pagina+'.html"><img src="../source/Icons/Spain_flag.png" width="16" height="16">&nbsp;</a>');

	}
