function Navigate() {


}

Navigate.Redirect_to = function( where  ){

	document.location.href = where;
	
}

Navigate.redirect_to = function( where  ){

	document.location.href = where;
	
}