﻿function toLink(url){
    if(url.length>5){
        window.open(url);
    }
}