//

function Pop(tid){
   var url = tid + ".html";
   window.open(url,'_blank','width=300,height=400,menubar=no,toolbar=no,resizable=no');
}

