﻿// JScript File
function ShowGISImage(StateGrid)
{
	var oWin3;
	oWin3 = window.open('http://gis.hamiltontn.gov/Website/htmlviewer/ParcelViewer1/?ActiveLayer=5&Query=TAX_MAP_NO=\''+ StateGrid + '\'&QueryZoom=Yes&Tools=Yes', 
	    null, 'width=800,height=600,left=0,top=0,location=no,scrollbars=no,resizable=1,status=yes', false);
}
function ShowGISSatImage(StateGrid)
{
	var oWin2;
	oWin2 = window.open('http://gis.hamiltontn.gov/Website/htmlviewer/ParcelViewer1/?ActiveLayer=5&Query=TAX_MAP_NO=\''+ StateGrid + '\'&QueryZoom=Yes&Layers=0111111001001001100&Tools=Yes', 
	    null, 'width=800,height=600,left=0,top=0,location=no,scrollbars=no,resizable=1,status=yes', false);
}




