// JavaScript Document


function HeaderEnd() {
	document.write (' </div> </div> </div> </div> </div>')
}
function showCountrymenu(){
	   document.getElementById('Country').style.display='block';    
       window.setTimeout('hideCountrymenu()', 9000)
}
function hideCountrymenu(){
	   document.getElementById('Country').style.display='none';
                               
}


