﻿// JScript File

function popnews()
{
testwindow= window.open ("news.htm", "news",
    "location=0,status=0,scrollbars=0,width=300,height=300");
}
function poptos()
{
testwindow= window.open ("TermsofUse.mht", "tos",
    "menubar=1,location=0,status=1,scrollbars=1,width=650,height=550,resizable=yes");
}
function popppl()
{
testwindow= window.open ("WebSitePrivacyPolicy.mht", "ppl",
    "menubar=1,location=0,status=1,scrollbars=1,width=650,height=550,resizable=yes");
}