/***********************************************************************************************************************/
/* Created Date    Author           Comments 
/***********************************************************************************************************************/
/* 11/08/2007      Poojitha Pingili  As part of the clean up this file is created for NeighborhoodInventory.aspx
/***********************************************************************************************************************/	


function Linkreplace(NID)
{

location.replace('InventoryByDivision.aspx?NID='+NID);
 return false;
}