function live(id){

    v = window.open ("/playbyplay/playbyplay.html" ,id,"scrollbars=no,width=680,height=445,status=yes");

    while(typeof(v.cont)=="undefined");

    eval('v.cont.document.location.href = "http://telebasket.iol.it/esposizione_tabellone.asp?gara='+id+ '&naz=ENG&lang=ENG&id_sez=89&sez_lega=lega"');

}

function chats(id){

    v = window.open ("/chats/chats.html" ,"chat","scrollbars=no,width=680,height=445,resizable=yes,status=yes");

    while(typeof(v.cont)=="undefined");

    eval('v.cont.document.location.href = "http://gr.telebasket.com/chat_live.asp?id='+id+'"');

}

function netcast(){

    window.open ("/live/live.html" ,"live","scrollbars=no,width=680,height=445,resizable=yes,status=yes");

}

function data(){

    v = window.open ("/live/live_data.html" ,"data","scrollbars=no,width=680,height=445,resizable=yes,status=yes");

}

function chatssend(id){

    v = window.open ("/chats/chats.html" ,"chat","scrollbars=no,width=680,height=445,resizable=yes,status=yes");

    while(typeof(v.cont)=="undefined");

    eval('v.cont.document.location.href = "http://gr.telebasket.com/chat_live_sendmess.asp?id='+id+'"');

} 