function isdowncontrol(){ if(typeof(localStorage)!="undefined"){ if(localStorage.getItem("DownControl")){ if(localStorage.getItem("DownControl")=="false"){ return false; }else{ return true; } } } return true; }