﻿// JScript File

function privacypolicy() 
{
    window.open('/resources/privacypolicy.aspx','Privacy','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480')
}

function copyright()
{
    window.open('/resources/copyright.aspx','Copyright','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480');
}

function request(query)
{
    window.open('/resources/request.aspx?'+query,'InfoRequest','menubar=no,scrollbars=yes,resizable=no,width=450,height=480');    
}

function reportrequest()
{
    window.open('/resources/request_reports.aspx','ReportRequest','menubar=no,scrollbars=yes,resizable=no,width=450,height=480');    
}

function counties()
{
    window.open('/resources/counties.aspx','RegionCounties','menubar=yes,scrollbars=yes,resizable=yes,width=450,height=480');
}

function sixtykmovie()
{
    window.open('/aboutus/timelapse.aspx','sixtykmovie','menubar=no,scrollbars=no,resizable=no,width=350,height=270');
}

function openexternal(url)
{
    window.open(url,'externalsite','');
}

