function TermsPopup()
{
    window.open('terms.html','TermsPopup','scrollbars=yes,width=600,height=400');
}
