function gotosite(site) {
    if (site != "") {
        //self.location=site;
        window.open(site);
    }
 }