﻿
function newWinOpener() {

PagePath='Mapper.aspx?p_Indicator_ID=2760&p_IndReport=1100&p_IndTimeInterval=1&p_IndIntervalValue=73048&p_IndGeography=3&p_IndSex=999&p_IndRace=999&p_IndEthnicity=999&p_IndAgeGroup=999'

windowAttribs = 'width=900px,height=700px,left=(screen.width -900) / 2,top=(screen.height - 600) / 2,menubar=yes,toolbar=yes,location=no,resizable=yes,scrollbars=yes,status=yes'

window.open(PagePath , 'win2', windowAttribs);
return false;
}
