		function navigateTo(objLinks){
		   if((objLinks.value).length>0) {
    			document.location.href= objLinks.value;
    			}
		}