﻿function FP_goToURL(url) {//v1.0
 window.location=url;
}

