﻿// JScript File

/*function sitemap() 
{
    alert('open sitemap');
    //window.open('/resources/privacypolicy.aspx','Privacy','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480')
}*/

function privacypolicy() 
{
    //alert('open privacy');
    window.open('/privacypolicy.aspx','Privacy','menubar=yes,scrollbars=yes,resizable=yes,width=560,height=370')
}
function disclaimer() 
{
    //alert('open privacy');
    window.open('/disclaimer.aspx','Disclaimer','menubar=yes,scrollbars=yes,resizable=yes,width=560,height=440')
}
function statutoryinfo() 
{
    //alert('open privacy');
    window.open('/statutoryinfo.aspx','StatutoryInfo','menubar=yes,scrollbars=yes,resizable=yes,width=560,height=300')
}

/*
function copyright()
{
    alert('open copyright');
    //window.open('/resources/copyright.aspx','Copyright','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480');
}

function request(query)
{
    alert('open query');
    //window.open('/resources/request.aspx?'+query,'InfoRequest','menubar=no,scrollbars=yes,resizable=no,width=450,height=480');    
}

function reportrequest()
{
    alert('open report');
    //window.open('/resources/request_reports.aspx','ReportRequest','menubar=no,scrollbars=yes,resizable=no,width=450,height=480');    
}

function counties()
{
    alert('open counties');
    //window.open('/resources/counties.aspx','RegionCounties','menubar=yes,scrollbars=yes,resizable=yes,width=450,height=480');
}
*/

