function formHandler(){
var URL = document.form1.site1.options[document.form1.site1.selectedIndex].value;
window.location.href = URL;
}

function openwindow(url){
        window.open(url,"newwindow", 
        "width=500,height=300,scrollbars=no,resizeable=no,status=no");
}

function opentestimonial(url){
        window.open(url,"newwindow", 
        "width=800,height=600,scrollbars=yes,resizeable=no,status=no");
}
function openstats(url){
        window.open(url,"newwindow", 
        "width=850,height=800,scrollbars=yes,resizeable=no,status=no");
}

function notice(url){
        window.open(url,"newwindow", 
        "width=500,height=500,scrollbars=no,resizeable=no,status=no");
}

function chat(url){
        window.open(url,"newwindow", 
        "width=700,height=450,scrollbars=no,resizeable=no,status=no");
}

function chat2(url){
        window.open(url,"newwindow", 
        "width=500,height=50,scrollbars=no,resizeable=no,status=no");
        window.focus();
}
function show_goals(id){
        window.open('http://www.soccerpunter.com/soccer-statistics/g/gs/goalscorers?id='+id  ,"newwindow",
        "width=400,height=300,scrollbars=yes,resizeable=no,status=no");
}

