// V.SCORE open function
function openVSCORE(no) {
  window.open('http://live.volleyballers.net/vscore/'+no+'.html','VSCORE'+no,'width=470,height=260,resizable=yes');
}