/***********************************************************************************************************************/
/* Created Date    Author           Comments 
/***********************************************************************************************************************/
/* 10/31/2007      Poojitha Pingili  As part of the clean up this file is created for NeighborhoodIntro.aspx
/***********************************************************************************************************************/	

var hidPath = document.getElementById("hidcampaign").value;

if(hidPath!="")
{

window.open(hidPath,'CapaignWindow',"height=300, width=500, scrollbars=0, menubar=1, status=1, resizable=0");
}


function onMouseOverIbInteractive()
{
document.getElementById('ibInteractive').src = '/images/ifloor.gif';
}

function ononclickIbInteractive(sFloorPlanAppPath)
{

window.open('/InteractiveFloorPlans/'+ sFloorPlanAppPath);
return false;
}


