var _JS = {

	navigateTo: function(url, t){
		var newWindow = window.open(url, t);
		newWindow.focus();
		return false;
	}

}