if(is_nav &&(is_nav5up == false)){
	URL = 'index2.html';
	location.href= URL;
	location.replace(URL);
}
