function clearSub() {
	
	if (document.getElementById('navigationsub2'))
	{
		document.getElementById('navigationsub2').innerHTML='';		
	}
	
	if (document.getElementById('navigationsub')==0)
	{
		document.getElementById('navigationsub2').innerHTML='';		
	}
	
}