function directURL(URL){
	if(URL!=""){
		window.location.href=URL;
	}
}