﻿function onHelpClick()
{
    window.open('http://fcgov.com/gis/help-index.php', 'helpWin');
}
function onContactClick()
{
    window.open('http://fcgov.com/gis/contact-us.php', 'helpWin');
}
function onAboutClick()
{
    window.alert("Developed by New Century Software \n and the City of Fort Collins GIS Department");
}