function newwin()
    {
                var win = open("legal/terms.html","Terms","width=560,height=400,status=0,location=0,resizeable=0,menubar=0,toolbar=0,scrollbars=1,top=5,left=5");win.focus();
    }


function newwin1()
    {
                var win = open("legal/privacy.html","Privacy","width=560,height=400,status=0,location=0,resizeable=0,menubar=0,toolbar=0,scrollbars=1,top=5,left=5");win.focus();
    }