﻿// JScript File

function opendoc(url)
{
    window.open(url,'FAQ','width=820,height=650,scrollbars=yes,resizable=yes')
}

function GoTo(url)
{
    window.location.href = url;
}

