﻿function GoTo(url) {
       window.open(url);
}
    
