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